Skip to content

Commit ec55a9f

Browse files
committed
DOC: fixed sphinx error in pvlib.clearsky.dirint docstring
1 parent 0dbca09 commit ec55a9f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pvlib/clearsky.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,11 @@ def dirint(ghi, zenith, times, pressure=101325, use_delta_kt_prime=True,
434434
435435
References
436436
----------
437-
438-
[1] Perez, R., P. Ineichen, E. Maxwell, R. Seals and A. Zelenka, (1992).
437+
[1] Perez, R., P. Ineichen, E. Maxwell, R. Seals and A. Zelenka, (1992).
439438
"Dynamic Global-to-Direct Irradiance Conversion Models". ASHRAE
440439
Transactions-Research Series, pp. 354-369
441440
442-
[2] Maxwell, E. L., "A Quasi-Physical Model for Converting Hourly
441+
[2] Maxwell, E. L., "A Quasi-Physical Model for Converting Hourly
443442
Global Horizontal to Direct Normal Insolation", Technical
444443
Report No. SERI/TR-215-3087, Golden, CO: Solar Energy Research
445444
Institute, 1987.
@@ -881,4 +880,4 @@ def _get_dirint_coeffs():
881880
[0.743440, 0.592190, 0.603060, 0.316930, 0.794390 ]]
882881

883882
return coeffs[1:,1:,:,:]
884-
883+

0 commit comments

Comments
 (0)