Skip to content

Commit 22d51ee

Browse files
committed
build doc pages
1 parent 480c01b commit 22d51ee

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/sphinx/source/reference/pv_modeling/parameters.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Functions for fitting the single diode equation
2121

2222
ivtools.sde.fit_sandia_simple
2323

24+
Functions for converting between single diode models
25+
26+
.. autosummary::
27+
:toctree: ../generated/
28+
29+
ivtools.sdm.convert_cec_pvsyst
30+
ivtools.sdm.convert_pvsyst_cec
31+
2432
Utilities for working with IV curve data
2533

2634
.. autosummary::

pvlib/ivtools/sdm.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,10 @@ def convert_cec_pvsyst(cec_model, cells_in_series):
14621462
Reference conditions are irradiance of 1000 W/m⁻² and cell temperature of
14631463
25 °C.
14641464
1465+
See Also
1466+
--------
1467+
pvlib.ivtools.sdm.convert_pvsyst_cec
1468+
14651469
References
14661470
----------
14671471
.. [1] L. Deville et al., "Parameter Translation for Photovoltaic Single
@@ -1592,6 +1596,10 @@ def convert_pvsyst_cec(pvsyst_model):
15921596
Reference conditions are irradiance of 1000 W/m⁻² and cell temperature of
15931597
25 °C.
15941598
1599+
See Also
1600+
--------
1601+
pvlib.ivtools.sdm.convert_cec_pvsyst
1602+
15951603
References
15961604
----------
15971605
.. [1] L. Deville et al., "Parameter Translation for Photovoltaic Single

0 commit comments

Comments
 (0)