-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[DOC] pvsystem.singlediode math rendering #971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kanderso-nrel much improved.
Also @kanderso-nrel it would be worth adding a "See also" section to the docstring if you are so inclined, pointing to the calcparams_desoto, calcparams_pvsyst and calcparams_cec functions. |
Co-authored-by: Cliff Hansen <[email protected]>
@cwhanse There was a "See also" section already, way at the bottom. I added the missing functions to it. Maybe move it to above the references? |
According to the numpy guide the order should be |
Thanks @kanderso-nrel |
Closes #xxxxTests addedUpdates entries todocs/sphinx/source/api.rst
for API changes.Adds description and name entries in the appropriate "what's new" file indocs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).New code is fully documented. Includes numpydoc compliant docstrings, examples, and comments where necessary.Per @mikofski's suggestion here: #967 (review)
The
Returns
section still doesn't look great, but I'd rather not deal with that here if that's okay.Built version: https://pvlib-python--971.org.readthedocs.build/en/971/generated/pvlib.pvsystem.singlediode.html