@@ -26,15 +26,15 @@ class TurbineClusterModelChain(ModelChain):
2626 consideration. Options: None, 'power_efficiency_curve' or
2727 'constant_efficiency' or the name of a wind efficiency curve like
2828 'dena_mean'. Default: 'dena_mean'.
29- Use :py:func:`~.wake_losses.display_wind_efficiency_curves`: to see a
29+ Use :py:func:`~.wake_losses.display_wind_efficiency_curves` to see a
3030 list of all provided wind efficiency curves.
3131 smoothing : boolean
3232 If True the power curves will be smoothed before or after the
3333 aggregation of power curves depending on `smoothing_order`.
3434 Default: False.
3535 block_width : float
3636 Width between the wind speeds in the sum of the equation in
37- :py:func:`~.power_curves.smooth_power_curve`: . Default: 0.5.
37+ :py:func:`~.power_curves.smooth_power_curve`. Default: 0.5.
3838 standard_deviation_method : string
3939 Method for calculating the standard deviation for the Gauss
4040 distribution. Options: 'turbulence_intensity', 'Staffell_Pfenninger'.
@@ -84,15 +84,15 @@ class TurbineClusterModelChain(ModelChain):
8484 consideration. Options: None, 'power_efficiency_curve' or
8585 'constant_efficiency' or the name of a wind efficiency curve like
8686 'dena_mean'. Default: 'dena_mean'.
87- Use :py:func:`~.wake_losses.display_wind_efficiency_curves`: to see a
87+ Use :py:func:`~.wake_losses.display_wind_efficiency_curves` to see a
8888 list of all provided wind efficiency curves.
8989 smoothing : boolean
9090 If True the power curves will be smoothed before or after the
9191 aggregation of power curves depending on `smoothing_order`.
9292 Default: False.
9393 block_width : float
9494 Width between the wind speeds in the sum of the equation in
95- :py:func:`~.power_curves.smooth_power_curve`: . Default: 0.5.
95+ :py:func:`~.power_curves.smooth_power_curve`. Default: 0.5.
9696 standard_deviation_method : string
9797 Method for calculating the standard deviation for the Gauss
9898 distribution. Options: 'turbulence_intensity', 'Staffell_Pfenninger'.
0 commit comments