Skip to content

Commit 9c966f3

Browse files
Kurt RheeKurt Rhee
authored andcommitted
attempt to fix flake8 errors
I hope that this fixes the flake8 errors. I attempted to mimic the multi-line links seen in other parts of this .py file
1 parent 5fe6df8 commit 9c966f3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pvlib/solarposition.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,9 @@ def equation_of_time_spencer71(dayofyear):
10521052
Myers [4]_ and printed in both the Fourier paper from the Sundial
10531053
Mailing List and R. Hulstrom's [5]_ book.
10541054
1055-
.. _Fourier paper: http://www.mail-archive.com/[email protected]/msg01050.html
1055+
.. `Fourier paper:
1056+
<http://www.mail-archive.com/
1057+
[email protected]/msg01050.html>`_
10561058
10571059
Parameters
10581060
----------
@@ -1100,7 +1102,8 @@ def equation_of_time_pvcdrom(dayofyear):
11001102
`PVCDROM`_ is a website by Solar Power Lab at Arizona State
11011103
University (ASU)
11021104
1103-
.. _PVCDROM: http://www.pveducation.org/pvcdrom/2-properties-sunlight/solar-time
1105+
.. `PVCDROM: <http://www.pveducation.org/
1106+
pvcdrom/2-properties-sunlight/solar-time>`_
11041107
11051108
Parameters
11061109
----------

0 commit comments

Comments
 (0)