@@ -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
0 commit comments