Skip to content

Commit d4d59bd

Browse files
committed
correct a few sphinx issues
1 parent 7f91598 commit d4d59bd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/sphinx/source/whatsnew/v0.13.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Documentation
4141
and other miscellaneous edits. (:issue:`2205`, :issue:`2248`, :pull:`2311`)
4242
* Substantiate definitions of solar/surface azimuth/zenith and aoi on the
4343
:ref:`nomenclature` page. (:issue:`2448`, :pull:`2503`)
44-
* Add a new reference page for the spectrum (:ref:`_spectrum_user_guide`) to the
44+
* Add a new reference page for the spectrum (:ref:`spectrum_user_guide`) to the
4545
Modeling Topics section of the user guide, documenting pvlib-python's spectrum
4646
functionality, which includes a comparison table of spectral mismatch estimation
4747
models. (:issue:`2329`, :pull:`2353`)

pvlib/irradiance.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ def poa_components(aoi, dni, poa_sky_diffuse, poa_ground_diffuse):
501501
* ``poa_direct`` : Total in-plane beam irradiance. [Wm⁻²]
502502
* ``poa_diffuse`` : Total in-plane diffuse irradiance. [Wm⁻²]
503503
* ``poa_sky_diffuse`` : In-plane diffuse irradiance from sky. [Wm⁻²]
504-
* ``poa_ground_diffuse`` : In-plane diffuse irradiance from ground
505-
. [Wm⁻²]
504+
* ``poa_ground_diffuse`` : In-plane diffuse irradiance from ground.
505+
[Wm⁻²]
506506
507507
Notes
508508
------
@@ -997,11 +997,11 @@ def king(surface_tilt, dhi, ghi, solar_zenith):
997997
998998
Parameters
999999
----------
1000-
surface_tilt : numeric
1001-
Panel tilt from the horizontal. See :term:`surface_tilt`. [°]
1000+
surface_tilt : numeric
1001+
Panel tilt from the horizontal. See :term:`surface_tilt`. [°]
10021002
1003-
dhi : numeric
1004-
Diffuse horizontal irradiance. See :term:`dhi`. [Wm⁻²]
1003+
dhi : numeric
1004+
Diffuse horizontal irradiance. See :term:`dhi`. [Wm⁻²]
10051005
10061006
ghi : numeric
10071007
Global horizontal irradiance. See :term:`ghi`. [Wm⁻²]
@@ -1729,7 +1729,7 @@ def clearness_index_zenith_independent(clearness_index, airmass,
17291729
plane. [unitless]
17301730
17311731
airmass : numeric
1732-
Airmass. See :term:`relative_airmass`. [unitless]
1732+
Airmass. See :term:`airmass_relative`. [unitless]
17331733
17341734
max_clearness_index : numeric, default 2.0
17351735
Maximum value of the clearness index. The default, 2.0, allows

0 commit comments

Comments
 (0)