Skip to content

Commit 38a52b1

Browse files
mikofskiwholmgren
authored andcommitted
DOC: BUG: fix analytical solar zenith formatting (#582)
* DOC: BUG: fix analytical solar zenith formatting * DOC: BUG: fix typos in equation_of_time
1 parent 5281315 commit 38a52b1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pvlib/solarposition.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,8 @@ def equation_of_time_pvcdrom(dayofyear):
950950
951951
Returns
952952
-------
953-
equation_of_time : numeric Difference in time between solar time and
954-
mean solar time in minutes.
953+
equation_of_time : numeric
954+
Difference in time between solar time and mean solar time in minutes.
955955
956956
References
957957
----------
@@ -1136,9 +1136,12 @@ def solar_zenith_analytical(latitude, hour_angle, declination):
11361136
11371137
Parameters
11381138
----------
1139-
latitude : numeric Latitude of location in radians. hour_angle :
1140-
numeric Hour angle in the local solar time in radians.
1141-
declination : numeric Declination of the sun in radians.
1139+
latitude : numeric
1140+
Latitude of location in radians.
1141+
hour_angle : numeric
1142+
Hour angle in the local solar time in radians.
1143+
declination : numeric
1144+
Declination of the sun in radians.
11421145
11431146
Returns
11441147
-------

0 commit comments

Comments
 (0)