Skip to content

Commit e2fcc85

Browse files
committed
Update irradiance.py
consistent reference style
1 parent 5a0265d commit e2fcc85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pvlib/irradiance.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -942,11 +942,11 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
942942
:doi:`10.1016/0038-092X(90)90060-P`
943943
.. [2] Reindl, D. T., Beckmann, W. A., Duffie, J. A., 1990b. Evaluation of
944944
hourly tilted surface radiation models. Solar Energy 45(1), 9-17.
945-
:doi:'10.1016/0038-092X(90)90061-G'
946-
.. [3] Loutzenhiser P. G. et. al. "Empirical validation of models to
945+
:doi:`10.1016/0038-092X(90)90061-G`
946+
.. [3] Loutzenhiser P. G. et. al., 2007. Empirical validation of models to
947947
compute solar irradiance on inclined surfaces for building energy
948-
simulation" 2007, Solar Energy vol. 81. pp. 254-267
949-
:doi:'10.1016/j.solener.2006.03.009'
948+
simulation. Solar Energy 81(2), 254-267
949+
:doi:`10.1016/j.solener.2006.03.009`
950950
'''
951951

952952
cos_tt = aoi_projection(surface_tilt, surface_azimuth,

0 commit comments

Comments
 (0)