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
DOC: switch from numpydoc to napoleon, render sphinx docs right (pvlib#691)
* DOC: fix napoleon, render sphinx docs right
* fix napoleon documentation issues
* set napoleon_use_rtype = False - for nicer style, combines return type
in parentheses after return name
* in bifacial use Parameters instead of Inputs
* in location use add newline and tab after kwargs parameter in two
places
* in model chain remove return and separate Notes
* in solarposition, add newline and tab after return type
* in tracking add Parameters to docstring for SingleAxisTracker
* remove numpydoc depndency
* remove from
- INSTALL REQUIRES in setup.py
- extensions in conf.py, also remove numpydoc directive
- tutorials environment yml
* fix typo for singleaxis in tracking.py
* stickler CI
- too long lines in tracking.py and modelchain.py
* fix some formatting, confusing markdown and rst code backticks
Signed-off-by: Mark Mikofski <[email protected]>
0 commit comments