Skip to content

Commit a13cc14

Browse files
committed
update spectrl2.py and spectrum irradiance.py
1 parent 80a0614 commit a13cc14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pvlib/spectrum/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def average_photon_energy(spectra):
190190
spectra : pandas.Series or pandas.DataFrame
191191
192192
Spectral irradiance, must be positive. [Wm⁻²nm⁻¹]
193-
See :term:`spectra, spectra_components<spectra>`.
193+
See :term:`spectra <spectra, spectra_components>`.
194194
195195
A single spectrum must be a :py:class:`pandas.Series` with wavelength
196196
[nm] as the index, while multiple spectra must be rows in a

pvlib/spectrum/spectrl2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def spectrl2(apparent_zenith, aoi, surface_tilt, ground_albedo,
232232
122, each array has shape (122, N) where N is the length of the
233233
input ``apparent_zenith``. All values are spectral irradiance
234234
with units Wm⁻²nm⁻¹, except for `wavelength`, which is in nanometers.
235-
See :term:`spectra, spectra_components<spectra_components>`.
235+
See :term:`spectra_components <spectra, spectra_components>`.
236236
237237
* wavelength
238238
* dni_extra

0 commit comments

Comments
 (0)