-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Describe the bug
Many PVSystem
class methods do not have doc pages.
To Reproduce
Go to the PVSystem doc page, notice that many methods don't have links.
Versions:
pvlib.__version__
: 0.8.0b0
A of couple of approaches to consider:
Might try adding sphinx 3.1 :recursive:
option here. There's some compatibility reason we're on an older version of sphinx (maybe a sphinx gallery issue?).
Modify the sphinx autosummary class template.
Manually document the methods in api.rst. We should be doing this anyways.