diff --git a/docs/sphinx/source/whatsnew/v0.9.0.rst b/docs/sphinx/source/whatsnew/v0.9.0.rst index 1377458ddc..81e7a0c60b 100644 --- a/docs/sphinx/source/whatsnew/v0.9.0.rst +++ b/docs/sphinx/source/whatsnew/v0.9.0.rst @@ -100,10 +100,11 @@ Enhancements Bug fixes ~~~~~~~~~ * Pass weather data to solar position calculations in - :ref:meth:`~pvlib.modelchain.ModelChain.prepare_inputs_from_poa`. + :py:meth:`~pvlib.modelchain.ModelChain.prepare_inputs_from_poa`. (:issue:`1065`, :pull:`1140`) * Reindl model fixed to generate sky_diffuse=0 when GHI=0. (:issue:`1153`, :pull:`1154`) + Testing ~~~~~~~ @@ -111,7 +112,8 @@ Documentation ~~~~~~~~~~~~~ * Update intro tutorial to highlight the use of historical meteorological data - and to make the procedural and OO results match exactly. + and to make the procedural and object oriented results match exactly. +* Update documentation links in :py:func:`pvlib.iotools.get_psm3` Requirements ~~~~~~~~~~~~ @@ -127,3 +129,5 @@ Contributors * Nate Croft (:ghuser:`ncroft-b4`) * Kevin Anderson (:ghuser:`kanderso-nrel`) * Adam R. Jensen (:ghuser:`AdamRJensen`) +* Joshua Stein (:ghuser:`jsstein`) +* Tony Lorenzo (:ghuser:`alorenzo175`) diff --git a/pvlib/iotools/psm3.py b/pvlib/iotools/psm3.py index 87dd386d98..758884160a 100644 --- a/pvlib/iotools/psm3.py +++ b/pvlib/iotools/psm3.py @@ -112,9 +112,9 @@ def get_psm3(latitude, longitude, api_key, email, names='tmy', interval=60, .. [1] `NREL National Solar Radiation Database (NSRDB) `_ .. [2] `Physical Solar Model (PSM) v3 - `_ + `_ .. [3] `Physical Solar Model (PSM) v3 TMY - `_ + `_ .. [4] `Physical Solar Model (PSM) v3 - Five Minute Temporal Resolution `_ """