pypsa-meets-earth / pypsa-earth

PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
https://pypsa-earth.readthedocs.io/en/latest/
208 stars 167 forks source link

Fix displaying the options wildcard in read-the-docs #932

Closed ekatef closed 7 months ago

ekatef commented 7 months ago

Currently, the configtable for options is not displayed in our documantation due to parsing errors:

https://pypsa-earth.readthedocs.io/en/latest/wildcards.html#the-opts-wildcard

Changes proposed in this Pull Request

Fixed format of opts.csv configtable.

Checklist

davide-f commented 7 months ago

Cool @ekatef :) For me this is fine and I believe no conflicts should appear with #918 : in #918 no changes are (yet) included on that file. Since you are investigating that PR, do you foresee changes on the opts file? If not, we can merge this PR

ekatef commented 7 months ago

Cool @ekatef :) For me this is fine and I believe no conflicts should appear with #918 : in #918 no changes are (yet) included on that file. Since you are investigating that PR, do you foresee changes on the opts file? If not, we can merge this PR

Thanks a lot @davide-f! As a second thought, #918 is focused on improving explanations for installation and tutorials, which shouldn't go into configtables. So, agree that the conflicts with this PR are not likely 🙂

davide-f commented 7 months ago

Super :) Merging

ekatef commented 7 months ago

Super :) Merging

Thanks a lot!!