Skip to content

Commit dc6b0ec

Browse files
committed
Update links to other pvlib functions in Array.get_irradiance()
Links in docstring were broken. Use full name to fix.
1 parent 0ee4a87 commit dc6b0ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/pvsystem.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ def get_irradiance(self, solar_zenith, solar_azimuth, dni, ghi, dhi,
12761276
"""
12771277
Get plane of array irradiance components.
12781278
1279-
Uses the :py:func:`irradiance.get_total_irradiance` function to
1279+
Uses the :py:func:`pvlib.irradiance.get_total_irradiance` function to
12801280
calculate the plane of array irradiance components for a surface
12811281
defined by ``self.surface_tilt`` and ``self.surface_azimuth`` with
12821282
albedo ``self.albedo``.
@@ -1301,7 +1301,8 @@ def get_irradiance(self, solar_zenith, solar_azimuth, dni, ghi, dhi,
13011301
Irradiance model.
13021302
13031303
kwargs
1304-
Extra parameters passed to :func:`irradiance.get_total_irradiance`.
1304+
Extra parameters passed to
1305+
:py:func:`pvlib.irradiance.get_total_irradiance`.
13051306
13061307
Returns
13071308
-------

0 commit comments

Comments
 (0)