From b0690351e42ce93060078409842831b93166e512 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 21 Sep 2023 10:57:56 -0400 Subject: [PATCH] formatting tweaks --- docs/sphinx/source/whatsnew/v0.10.2.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.2.rst b/docs/sphinx/source/whatsnew/v0.10.2.rst index 96767b4ce1..3b82d98613 100644 --- a/docs/sphinx/source/whatsnew/v0.10.2.rst +++ b/docs/sphinx/source/whatsnew/v0.10.2.rst @@ -13,14 +13,14 @@ Enhancements :py:func:`~pvlib.iotools.get_bsrn`, and :py:func:`~pvlib.iotools.read_midc_raw_data_from_nrel`. (:pull:`1800`) * Added support for asymmetric limiting angles in :py:func:`pvlib.tracking.singleaxis` - and :py:class:`~pvlib.pvsystem.SingleAxisTrackerMount. (:issue:`1777`, :pull:`1809`, :pull:`1852`) + and :py:class:`~pvlib.pvsystem.SingleAxisTrackerMount`. (:issue:`1777`, :pull:`1809`, :pull:`1852`) * Added option to infer threshold values for :py:func:`pvlib.clearsky.detect_clearsky` (:issue:`1808`, :pull:`1784`) * Added a continuous version of the Erbs diffuse-fraction/decomposition model. :py:func:`pvlib.irradiance.erbs_driesse` (:issue:`1755`, :pull:`1834`) * Added :py:func:`~pvlib.iam.interp` option as AOI losses model in - :py:class:`pvlib.modelchain.ModelChain` and - :py:class:`pvlib.pvsystem.PVSystem`. (:issue:`1742`, :pull:`1832`) + :py:class:`~pvlib.modelchain.ModelChain` and + :py:class:`~pvlib.pvsystem.PVSystem`. (:issue:`1742`, :pull:`1832`) * :py:class:`~pvlib.pvsystem.PVSystem` objects with a single :py:class:`~pvlib.pvsystem.Array` can now be created without wrapping the ``Array`` in a list first. (:issue:`1831`, :pull:`1854`) @@ -30,12 +30,12 @@ Bug fixes ~~~~~~~~~ * :py:func:`~pvlib.iotools.get_psm3` no longer incorrectly returns clear-sky DHI instead of clear-sky GHI when requesting ``ghi_clear``. (:pull:`1819`) -* :py:func:`pvlib.singlediode.bishop88` with `method='newton'` no longer - crashes when passed `pandas.Series` of length one. +* :py:func:`pvlib.singlediode.bishop88` with ``method='newton'`` no longer + crashes when passed ``pandas.Series`` of length one. (:issue:`1787`, :pull:`1822`) -* :py:class:`pvlib.pvsystem.PVSystem` now correctly passes ``n_ar`` module - parameter to :py:func:`pvlib.iam.physical` when this IAM model is specified - or inferred. (:pull:`1832`) +* :py:class:`~pvlib.pvsystem.PVSystem` now correctly passes ``n_ar`` module + parameter to :py:func:`pvlib.iam.physical` when this IAM model is specified + or inferred. (:pull:`1832`) Testing