Skip to content

Commit a5d59bc

Browse files
committed
fixed wrong sphinx reference
1 parent e033abd commit a5d59bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def extraradiation(datetime_or_doy, solar_constant=1366.1, method='spencer'):
8484
8585
See Also
8686
--------
87-
disc
87+
pvlib.clearsky.disc
8888
"""
8989

9090
pvl_logger.debug('irradiance.extraradiation()')
@@ -491,7 +491,6 @@ def grounddiffuse(surf_tilt, ghi, albedo=.25, surface_type=None):
491491
http://pvpmc.org/modeling-steps/incident-irradiance/plane-of-array-poa-irradiance/calculating-poa-irradiance/poa-ground-reflected/albedo/
492492
493493
and
494-
495494
http://en.wikipedia.org/wiki/Albedo
496495
'''
497496
pvl_logger.debug('diffuse_ground.get_diffuse_ground()')

0 commit comments

Comments
 (0)