Skip to content

Commit 34ef159

Browse files
committed
move "other functions" up to below the table
1 parent 0a25860 commit 34ef159

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

docs/sphinx/source/user_guide/modeling_topics/temperature.rst

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ following table:
6565
.. [#f1] Downwelling infrared radiation.
6666
6767
68+
In addition to the core models above, pvlib provides several other functions
69+
for temperature modeling:
70+
71+
- :py:func:`~pvlib.temperature.prilliman`: an "add-on" model that reprocesses
72+
the output of a steady-state model to apply transient effects.
73+
- :py:func:`~pvlib.temperature.sapm_cell_from_module`: a model for
74+
estimating cell temperature from module temperature.
75+
- :py:func:`~pvlib.temperature.generic_linear`: a generic linear model form,
76+
equivalent to several conventional temperature models.
77+
78+
6879
Model parameters
6980
----------------
7081

@@ -83,16 +94,3 @@ using :py:class:`~pvlib.temperature.GeneralLinearModel`.
8394

8495
Currently, pvlib provides no functionality for fitting parameter values
8596
using measured temperature.
86-
87-
88-
Other functions
89-
---------------
90-
91-
pvlib also provides a few other functions for temperature modeling:
92-
93-
- :py:func:`~pvlib.temperature.prilliman`: an "add-on" model that reprocesses
94-
the output of a steady-state model to apply transient effects.
95-
- :py:func:`~pvlib.temperature.sapm_cell_from_module`: a model for
96-
estimating cell temperature from module temperature.
97-
- :py:func:`~pvlib.temperature.generic_linear`: a generic linear model form,
98-
equivalent to several conventional temperature models.

0 commit comments

Comments
 (0)