Skip to content

Commit 7355466

Browse files
committed
fixed sphinx references
1 parent 822002a commit 7355466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/irradiance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ def globalinplane(AOI, DNI, In_Plane_SkyDiffuse, GR):
409409
----------
410410
411411
AOI : float or DataFrame
412-
Angle of incedence of solar rays with respect
413-
to the module surface, from :py:mod:`pvl_getaoi`.
412+
Angle of incidence of solar rays with respect
413+
to the module surface, from :func:`aoi`.
414414
AOI must be >=0 and <=180.
415415
416416
DNI : float or DataFrame
@@ -423,7 +423,7 @@ def globalinplane(AOI, DNI, In_Plane_SkyDiffuse, GR):
423423
424424
GR : float or DataFrame
425425
a scalar or DataFrame of ground reflected irradiance (W/m^2),
426-
as calculated by a albedo model (eg. :py:mod:`pvl_grounddiffuse`)
426+
as calculated by a albedo model (eg. :func:`grounddiffuse`)
427427
428428
Returns
429429
-------

0 commit comments

Comments
 (0)