You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "expected behavior" also looks bad because there's no space between the colons and the types. I'm guessing this is due to numpydoc or the sphinxrtd theme (or both). I saw there's a new numpydoc release so I manually triggered the doc build. Unfortunately there is now an error that prevents the build from completing. See here: https://readthedocs.org/projects/pvlib-python/builds/8948978/
From the error I think it's because the "see also" items in solar_zenith_analytical are all on the same line without commas. I think I should have put them on separate lines.
Okay, I think I got it working, needed sphinx.ext.napoleon extension, see this blogger
much better, right? there are a couple of options you can read about them here in napoleon docs, numpydoc is enabled by default. I played around with them, but I couldn't really see any differences.
Describe the bug
there is no colon between args and types anymore
Screenshots

https://pvlib-python.readthedocs.io/en/latest/generated/pvlib.location.Location.get_solarposition.html#pvlib.location.Location.get_solarposition
Expected behavior

there should be colons, like this
https://pvlib-python.readthedocs.io/en/stable/generated/pvlib.location.Location.get_solarposition.html
The text was updated successfully, but these errors were encountered: