Skip to content

Commit 2b5dd5d

Browse files
committed
Corrections for readthedocs documentation
1 parent 9e922c9 commit 2b5dd5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

windpowerlib/power_curves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def smooth_power_curve(power_curve_wind_speeds, power_curve_values,
5858
-----
5959
The following equation is used to calculated the power curves values of the
6060
smoothed power curve [1]_:
61-
P_{smoothed}(v_{std}) = \sum\limits_{v_i}^{} \Delta v_i \cdot P(v_i)
61+
.. math:: P_{smoothed}(v_{std}) = \sum\limits_{v_i} \Delta v_i \cdot P(v_i)
6262
\cdot \frac{1}{\sigma \sqrt{2 \pi}}
6363
\exp \left[-\frac{(v_{std} - v_i -\mu)^2}{2 \sigma^2} \right]
6464

windpowerlib/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def estimate_turbulence_intensity(height, roughness_length):
188188
-----
189189
The following equation is used [1]_:
190190
191-
.. math:: TI \approx \frac{1}{ln \left(\frac{h}{z_\text{0}} \right)}
191+
.. math:: TI = \frac{1}{ln \left(\frac{h}{z_\text{0}} \right)}
192192
193193
with:
194194
TI: turbulence intensity, h: height, :math:`z_{0}`: roughness length

windpowerlib/wind_turbine_cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class WindTurbineCluster(object):
2828
Coordinates of location [lat, lon]. Can be practical for loading
2929
weather data. Default: None.
3030
31-
Attributes
32-
-----------
31+
Attributes
32+
----------
3333
name : string
3434
Name of the wind turbine cluster.
3535
wind_farms : list

0 commit comments

Comments
 (0)