8000 Fix more broken links by cwhanse · Pull Request #1960 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Fix more broken links #1960

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

Merged
merged 12 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use noqa for docstring with long url
  • Loading branch information
kandersolar committed Feb 8, 2024
commit 9aea033c243166edb49c4f3f91ba6075748de3de
2 changes: 1 addition & 1 deletion pvlib/clearsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def ineichen(apparent_zenith, airmass_absolute, linke_turbidity,

.. [5] J. Remund, et. al., "Worldwide Linke Turbidity Information", Proc.
ISES Solar World Congress, June 2003. Goteborg, Sweden.
'''
''' # noqa: E501

# ghi is calculated using either the equations in [1] by setting
# perez_enhancement=False (default behavior) or using the model
Expand Down
0