Skip to content

Commit 4d5b640

Browse files
committed
doc edits
1 parent 1356d05 commit 4d5b640

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pvlib/pvsystem.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class PVSystem:
173173
racking_model : string, optional
174174
Valid strings are ``'open_rack'``, ``'close_mount'``, and
175175
``'insulated_back'``. Used to identify a parameter set for the SAPM
176-
cell temperature model. See :py:func:`pvlib.temperature.sapm_module`
176+
cell temperature model. See :py:func:`~pvlib.temperature.sapm_module`
177177
for definitions.
178178
179179
losses_parameters : dict or Series, optional
@@ -1399,7 +1399,7 @@ class FixedMount(AbstractMount):
13991399
racking_model : str, optional
14001400
Valid strings are ``'open_rack'``, ``'close_mount'``, and
14011401
``'insulated_back'``. Used to identify a parameter set for the SAPM
1402-
cell temperature model. See :py:func:`pvlib.temperature.sapm_module`
1402+
cell temperature model. See :py:func:`~pvlib.temperature.sapm_module`
14031403
for definitions.
14041404
14051405
module_height : float, optional
@@ -1479,8 +1479,8 @@ class SingleAxisTrackerMount(AbstractMount):
14791479
Valid strings are ``'open_rack'``, ``'close_mount'``, and
14801480
``'insulated_back'`. Used to identify a parameter set for the SAPM
14811481
cell temperature model. ``'open_rack'`` should be used for systems
1482-
with single-axis trackers. See :py:func:`pvlib.temperature.sapm_module`
1483-
for definitions.
1482+
with single-axis trackers.
1483+
See :py:func:`~pvlib.temperature.sapm_module` for definitions.
14841484
14851485
module_height : float, optional
14861486
The height above ground of the center of the module [m]. Used for

pvlib/temperature.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def sapm_cell(poa_global, temp_air, wind_speed, a, b, deltaT,
127127
128128
Mounting cases can be described in terms of air flow across and around the
129129
rear-facing surface of the module:
130-
130+
131131
* "open rack" refers to mounting that allows relatively free air flow.
132132
This case is typical of ground-mounted systems on fixed racking or
133133
single axis trackers.
@@ -220,7 +220,7 @@ def sapm_module(poa_global, temp_air, wind_speed, a, b):
220220
221221
Mounting cases can be described in terms of air flow across and around the
222222
rear-facing surface of the module:
223-
223+
224224
* "open rack" refers to mounting that allows relatively free air flow.
225225
This case is typical of ground-mounted systems on fixed racking or
226226
single axis trackers.

0 commit comments

Comments
 (0)