@@ -773,9 +773,9 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
773773 Returns
774774 --------
775775 numeric, OrderedDict, or DataFrame
776- Return type controlled by `return_components` argument.
777- If ``return_components= False`` , `sky_diffuse` is returned.
778- If ``return_components= True`` , `diffuse_components` is returned.
776+ Return type controlled by `` return_components` ` argument.
777+ If `False`, `` sky_diffuse` ` is returned.
778+ If `True`, `` diffuse_components` ` is returned.
779779
780780 sky_diffuse : numeric
781781 The sky diffuse component of the solar radiation on a tilted
@@ -790,8 +790,8 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
790790
791791 Notes
792792 ------
793- The expression for the diffuse irradiance, :math:`I_d`, in the Hay and
794- Davies sky diffuse model is as follows:
793+ In the Hay and Davies (1980) model, sky diffuse irradiance, :math:`I_d`,
794+ is as follows:
795795
796796 .. math::
797797 I_{d} = DHI \left( A\cdot R_b + (1 - A) \left(\frac{
@@ -804,7 +804,7 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
804804 cosine of the angle of incidence (AOI) to the cosine of the zenith angle,
805805 and finally :math:`\beta` is the tilt angle of the array.
806806
807- When supplying ``projection_ratio``, consider constraining its values
807+ If supplying ``projection_ratio``, consider constraining its values
808808 when the zenith angle approaches 90 degrees or the AOI projection is
809809 negative. See code for details.
810810
0 commit comments