oemof / oemof-solph

A model generator for energy system modelling and optimisation (LP/MILP).
https://oemof.org
MIT License
298 stars 126 forks source link

Broken apidocs of tools.economics.annuity #688

Closed jnnr closed 4 years ago

jnnr commented 4 years ago

The api reference of tools.economics annuity is broken. Some text about DSM appears, which is strange.

https://oemof.readthedocs.io/en/features-add_nonconvexinvestmentflow/api/oemof.tools.html#oemof.tools.economics.annuity

It might have to do with the missing indent of the math sections.

nesnoj commented 4 years ago

Thanks for bringing this up, I also stumbled across this really weird bug lately. For some reason it shows the expression from this line written by @nailend.

Unfortunately I cannot test locally whether this is due to missing indentation (although I cannot imagine this is related) as currently I haven't set up sphinx. If you do, could you please give it a try?