Johannes Röder

Results 88 comments of Johannes Röder

Okay, I tried to summarize all open questions about docstring and then everybody can vote by writing his/her name behing the answer. ;) This should work, everybody can edit a...

@p-snft Thanks for your feedback! I transfered your answers. > 8. I do not understand the question, but I like the new style. In the following classes I integrated the...

regarding to No. 3: If I have to decide either-or, I go for CSV table syntax. Since we are using latex, the symbols and formulas are not very readable in...

regarding No. 3: symbol tables you can check the different ways of implementation in [InvestmentFlow](https://oemof.readthedocs.io/en/features-add_nonconvexinvestmentflow/api/oemof.solph.html#oemof.solph.blocks.InvestmentFlow) Uwe (@uvchik ) suggested to use something like `# noqa: D501` to abandone the potential...

**Deadline for votes and feedback: 27.03.2020** Vote! Or keep silient for ever! 😉 Actual examples of how the docstring would look like: [InvestmentFlow](https://oemof.readthedocs.io/en/features-add_nonconvexinvestmentflow/api/oemof.solph.html#oemof.solph.blocks.InvestmentFlow) [GenericInvestmentStorageBlock](https://oemof.readthedocs.io/en/features-add_nonconvexinvestmentflow/api/oemof.solph.html#oemof.solph.components.GenericInvestmentStorageBlock)

Hey, yes, I am still interested to hear your feedback :)

Interesting topic! We don't have the problem yet, but we might face it within our project, when we want to consider solarthermal options at the single houses ... ;) I...

hey, you will find an example for district-heating network optimization in order to give an idea about what you can use heatpipeline for ... [https://github.com/quarree100/dhs_optimization](https://github.com/quarree100/dhs_optimization) It although uses the 'NonConvexInvestmentFlow'...

To also build the block docstrings (that are not automatically included as they are not in the init), it is necessary to include them "manually". This leads to display the...

An futher question is, should the API documentation be divided in non-experimental and experimental?