Skip to content

Commit a760e99

Browse files
committed
remove "for example" from azimuth defintion
See #2448 (comment)
1 parent 1f26199 commit a760e99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/sphinx/source/user_guide/extras/nomenclature.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ There is a convention on consistent variable names throughout the library:
148148

149149
solar_azimuth
150150
Azimuth angle of the sun in degrees East of North. Must be >=0 and <=360.
151-
The pvlib-python convention is defined as degrees east of north. For example,
151+
The pvlib-python convention is defined as degrees east of north, so that
152152
North = 0°, East = 90°, South = 180°, West = 270°.
153153

154154
solar_zenith
@@ -165,8 +165,8 @@ There is a convention on consistent variable names throughout the library:
165165

166166
surface_azimuth
167167
Azimuth angle of the surface in degrees East of North. Must be >=0 and <=360.
168-
The pvlib-python convention is defined as degrees east (clockwise) of north.
169-
For example, North = 0°, East = 90°, South = 180°, West = 270°. Other tools may
168+
The pvlib-python convention is defined as degrees east (clockwise) of north, so
169+
that North = 0°, East = 90°, South = 180°, West = 270°. Other tools may
170170
use different conventions.
171171

172172
surface_tilt

0 commit comments

Comments
 (0)