NREL / flasc

A rich floris-driven suite for SCADA analysis
https://nrel.github.io/flasc/
BSD 3-Clause "New" or "Revised" License
30 stars 18 forks source link

Add API summary to FLASC docs #180

Closed paulf81 closed 1 month ago

paulf81 commented 5 months ago

Add auto-generated API

This pull request enables auto-generated API documentation, using sphinx, based on what is in FLORIS. Locally it works if I build the jupyter notebook several times, so I'm not sure how it will work on github, but it should based on FLORIS. Clicking through the generated API reveals a need to update some docstrings as we update code, but that is probably a seperate pull request.

paulf81 commented 1 month ago

Merging the most recent develop into this pull request