Skip to content

Commit cd579f2

Browse files
committed
double ticks
1 parent 9716bc8 commit cd579f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pvlib/snow.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def fully_covered_nrel(snowfall, snow_depth=None, threshold_snowfall=1.):
2424
Accumulated snowfall in each time period. [cm]
2525
snow_depth: Series, optional
2626
Snow depth on the ground at the beginning of each time period.
27-
Must have the same index as `snowfall`. [cm]
27+
Must have the same index as ``snowfall``. [cm]
2828
threshold_snowfall: float, default 1.0
2929
Hourly snowfall above which snow coverage is set to the row's slant
3030
height. [cm/hr]
@@ -39,7 +39,7 @@ def fully_covered_nrel(snowfall, snow_depth=None, threshold_snowfall=1.):
3939
-----
4040
Implements the model described in [1]_ with minor improvements in [2]_.
4141
42-
`snow_depth` is used to set coverage=0 when no snow is present on the
42+
``snow_depth`` is used to set coverage=0 when no snow is present on the
4343
ground. This check is described in [2]_ as needed for systems with
4444
low tilt angle.
4545
@@ -94,7 +94,7 @@ def coverage_nrel(snowfall, poa_irradiance, temp_air, surface_tilt,
9494
surface facing horizon = 90. [degrees]
9595
snow_depth : Series, optional
9696
Snow depth on the ground at the beginning of each time period.
97-
Must have the same index as `snowfall`. [cm]
97+
Must have the same index as ``snowfall``. [cm]
9898
initial_coverage : float, default 0
9999
Fraction of row's slant height that is covered with snow at the
100100
beginning of the simulation. [unitless]
@@ -116,10 +116,10 @@ def coverage_nrel(snowfall, poa_irradiance, temp_air, surface_tilt,
116116
117117
Notes
118118
-----
119-
In [1]_, `can_slide_coefficient` is termed `m`, and the value of
120-
`slide_amount_coefficient` is given in tenths of a module's slant height.
119+
In [1]_, ``can_slide_coefficient`` is termed `m`, and the value of
120+
``slide_amount_coefficient`` is given in tenths of a module's slant height.
121121
122-
`snow_depth` is used to set coverage=0 when no snow is present on the
122+
``snow_depth`` is used to set coverage=0 when no snow is present on the
123123
ground. This check is described in [2]_ as needed for systems with
124124
low tilt angle.
125125

0 commit comments

Comments
 (0)