Conversation
4e61124 to
35b3b03
Compare
- … now as ... - “type_oemof” to `type_oemof` - Replaced € with Euro or currency - Replace ‘ by ` - Replace `True’ by `True` - Rewriting to avoid unparsable letters - Replace apostrope ’ by '
use `name <link>`__ instead of `name <link>`_ as per sphinx-doc/sphinx#3921
|
Hi @mahendrark! What did you force-push into this PR yesterday? Usually, it would be better to create an own branch which then merges into an existing PR if you want to add own changes. |
@smartie2076 , I did not add any changes, just rebased the branch after Sabine merged the last PR. PF taught me to use this technique instead of just merging dev into current branch, when merge conflicts arise. |
Hmhm, I had to overwrite your rebase as it removed my commits. Weird... |
|
Also weird: When I execute |
oh yeah I experienced this as well when working on open_plan @Bachibouzouk told me that the compiler or whatever it is that checks the formatting is "smart". So unless you make changes and run it, it wont show you the warnings/errors again if you run the errors will still be there! This drove me crazy some time ago :/ |
oh-oooh |
|
I will run |
Great, thanks! |
|
I have 16 errors still when I run |
That would be perfect, thank you! I also think that my PC is buggy in the compilation of those errors. I wonder if there is also a pytest that can check that the RTD compilation runs though without any errors/warnings, so that we can make sure that we never again have to deal with that many bugs at once... |
Note: The warnings regarding |
Fix #688
Changes proposed in this pull request:
The following steps were realized, as well (if applies):
black . --exclude docs/)EXECUTE_TESTS_ON=master pytest)