Skip to content

Commit

Permalink
Little improvement to table definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
echedey-ls committed Apr 10, 2024
1 parent f147881 commit 4d11294
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pvlib/shading.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,11 @@ def shaded_fraction1d(
+------------------+----------------------------+ :math:`^{\circ}` |
| :math:`\beta_c` | ``cross_axis_slope`` | |
+------------------+----------------------------+---------------------+
| :math:`p` | ``row_pitch`` | |
+------------------+----------------------------+ Any consistent |
| :math:`l` | ``collector_width`` | length unit. |
+------------------+----------------------------+ E.g. :math:`m` for |
| :math:`z_0` | ``surface_to_axis_offset`` | all parameters. |
| :math:`p` | ``row_pitch`` | Any consistent |
+------------------+----------------------------+ length unit across |
| :math:`l` | ``collector_width`` | all these |
+------------------+----------------------------+ parameters, e.g. |
| :math:`z_0` | ``surface_to_axis_offset`` | :math:`m`. |
+------------------+----------------------------+---------------------+
| :math:`f_s` | Return value | Dimensionless |
+------------------+----------------------------+---------------------+
Expand Down

0 comments on commit 4d11294

Please sign in to comment.