@@ -592,10 +592,10 @@ def marion_diffuse(model, surface_tilt, **kwargs):
592592    iam : dict 
593593        IAM values for each type of diffuse irradiance: 
594594
595-              * 'sky': radiation from the sky dome (zenith <= 90) 
596-              * 'horizon': radiation from the region of the sky near the horizon 
597-                (89.5 <= zenith <= 90) 
598-              * 'ground': radiation reflected from the ground (zenith >= 90) 
595+         * 'sky': radiation from the sky dome (zenith <= 90) 
596+         * 'horizon': radiation from the region of the sky near the horizon 
597+           (89.5 <= zenith <= 90) 
598+         * 'ground': radiation reflected from the ground (zenith >= 90) 
599599
600600        See [1]_ for a detailed description of each class. 
601601
@@ -667,19 +667,19 @@ def marion_integrate(function, surface_tilt, region, num=None):
667667    region : {'sky', 'horizon', 'ground'} 
668668        The region to integrate over. Must be one of: 
669669
670-              * 'sky': radiation from the sky dome (zenith <= 90) 
671-              * 'horizon': radiation from the region of the sky near the horizon 
672-                (89.5 <= zenith <= 90) 
673-              * 'ground': radiation reflected from the ground (zenith >= 90) 
670+         * 'sky': radiation from the sky dome (zenith <= 90) 
671+         * 'horizon': radiation from the region of the sky near the horizon 
672+           (89.5 <= zenith <= 90) 
673+         * 'ground': radiation reflected from the ground (zenith >= 90) 
674674
675675        See [1]_ for a detailed description of each class. 
676676
677677    num : int, optional 
678678        The number of increments in the zenith integration. 
679679        If not specified, N will follow the values used in [1]_: 
680680
681-              * 'sky' or 'ground': num = 180 
682-              * 'horizon': num = 1800 
681+         * 'sky' or 'ground': num = 180 
682+         * 'horizon': num = 1800 
683683
684684    Returns 
685685    ------- 
@@ -1107,14 +1107,14 @@ def convert(source_name, source_params, target_name, weight=_sin_weight,
11071107    source_params : dict 
11081108        A dictionary of parameters for the source model. 
11091109
1110-              If source model is ``'ashrae'``, the dictionary must contain 
1111-              the key ``'b'``. 
1110+         If source model is ``'ashrae'``, the dictionary must contain 
1111+         the key ``'b'``. 
11121112
1113-              If source model is ``'martin_ruiz'``, the dictionary must 
1114-              contain the key ``'a_r'``. 
1113+         If source model is ``'martin_ruiz'``, the dictionary must 
1114+         contain the key ``'a_r'``. 
11151115
1116-              If source model is ``'physical'``, the dictionary must 
1117-              contain the keys ``'n'``, ``'K'``, and ``'L'``. 
1116+         If source model is ``'physical'``, the dictionary must 
1117+         contain the keys ``'n'``, ``'K'``, and ``'L'``. 
11181118
11191119    target_name : str 
11201120        Name of the target model. Must be ``'ashrae'``, ``'martin_ruiz'``, or 
@@ -1146,14 +1146,14 @@ def convert(source_name, source_params, target_name, weight=_sin_weight,
11461146    dict 
11471147        Parameters for the target model. 
11481148
1149-              If target model is ``'ashrae'``, the dictionary will contain 
1150-              the key ``'b'``. 
1149+         If target model is ``'ashrae'``, the dictionary will contain 
1150+         the key ``'b'``. 
11511151
1152-              If target model is ``'martin_ruiz'``, the dictionary will 
1153-              contain the key ``'a_r'``. 
1152+         If target model is ``'martin_ruiz'``, the dictionary will 
1153+         contain the key ``'a_r'``. 
11541154
1155-              If target model is ``'physical'``, the dictionary will 
1156-              contain the keys ``'n'``, ``'K'``, and ``'L'``. 
1155+         If target model is ``'physical'``, the dictionary will 
1156+         contain the keys ``'n'``, ``'K'``, and ``'L'``. 
11571157
11581158    Note 
11591159    ---- 
@@ -1243,14 +1243,14 @@ def fit(measured_aoi, measured_iam, model_name, weight=_sin_weight, xtol=None):
12431243    dict 
12441244        Parameters for target model. 
12451245
1246-              If target model is ``'ashrae'``, the dictionary will contain 
1247-              the key ``'b'``. 
1246+         If target model is ``'ashrae'``, the dictionary will contain 
1247+         the key ``'b'``. 
12481248
1249-              If target model is ``'martin_ruiz'``, the dictionary will 
1250-              contain the key ``'a_r'``. 
1249+         If target model is ``'martin_ruiz'``, the dictionary will 
1250+         contain the key ``'a_r'``. 
12511251
1252-              If target model is ``'physical'``, the dictionary will 
1253-              contain the keys ``'n'``, ``'K'``, and ``'L'``. 
1252+         If target model is ``'physical'``, the dictionary will 
1253+         contain the keys ``'n'``, ``'K'``, and ``'L'``. 
12541254
12551255    References 
12561256    ---------- 
0 commit comments