PyPSA / pypsa-usa

PyPSA-USA: An Open-Source Energy System Optimization Model for the United States
https://pypsa-usa.readthedocs.io
MIT License
35 stars 15 forks source link

Fix Docs Build Warnings #265

Closed trevorb1 closed 2 months ago

trevorb1 commented 2 months ago

Closes #263

Changes proposed in this Pull Request

Fixes build warnings on duplicate label reference names. Module doc strings should now be displayed on the documentation site.

Checklist

ktehranchi commented 2 months ago

hmm was this supposed to fix the docstrings not building? https://pypsa-usa.readthedocs.io/en/latest/rules-build-network.html

trevorb1 commented 2 months ago

oh werid. Good catch @ktehranchi. It built fine on my local machine. Il re-open the issue, but keep this PR merged, as it still addressed docs warnings. Thanks!

trevorb1 commented 2 months ago

Fixed in PR #266