@@ -1565,8 +1565,8 @@ def ghi_from_poa_driesse_2023(surface_tilt, surface_azimuth,
15651565 true value. Must be positive. [Wm⁻²]
15661566
15671567 full_output : boolean, default False
1568- If full_output is False, only ghi is returned, otherwise the return
1569- value is (ghi, converged, niter). (see Returns section for details).
1568+ If full_output is False, only `` ghi`` is returned, otherwise the return
1569+ value is (`` ghi``, `` converged``, `` niter`` ). (see Returns section for details).
15701570
15711571 Returns
15721572 -------
@@ -1645,7 +1645,7 @@ def clearsky_index(ghi, ghi_clear, max_clearsky_index=2.0):
16451645
16461646 max_clearsky_index : numeric, default 2.0
16471647 Maximum value of the clearsky index. The default, 2.0, allows
1648- for over-irradiance events typically seen in sub-hourly data
1648+ for over-irradiance events typically seen in sub-hourly data.
16491649
16501650 Returns
16511651 -------
@@ -1741,8 +1741,8 @@ def clearness_index_zenith_independent(clearness_index, airmass,
17411741
17421742 max_clearness_index : numeric, default 2.0
17431743 Maximum value of the clearness index. The default, 2.0, allows
1744- for over-irradiance events typically seen in sub-hourly data
1745- NREL's SRRL Fortran code used 0.82 for hourly data
1744+ for over-irradiance events typically seen in sub-hourly data.
1745+ NREL's SRRL Fortran code used 0.82 for hourly data.
17461746
17471747 Returns
17481748 -------
0 commit comments