From 57bca5eef9a7c9da2d7fe2c5afd888cca4bdd90c Mon Sep 17 00:00:00 2001 From: ayushjariyal Date: Mon, 10 Feb 2025 07:04:21 +0530 Subject: [PATCH] Adding a note to the whatsnew file for v0.11.3 --- docs/sphinx/source/whatsnew/v0.11.3.rst | 2 ++ pvlib/snow.py | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index 5a847c01d..ccb39a6af 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -17,6 +17,8 @@ Documentation ~~~~~~~~~~~~~ * Fix Procedural and Object Oriented simulation examples having slightly different results, in :ref:`introtutorial`. (:issue:`2366`, :pull:`2367`) * Restructure the user guide with subsections (:issue:`2302`, :pull:`2310`) +* Fix fornatting in the References section to ensure proper line length and indentation, + specifically for reference [2] in the documentation.(:issue:`2383`, :pull:`2384`) Testing ~~~~~~~ diff --git a/pvlib/snow.py b/pvlib/snow.py index d3cc25682..0ea161a4f 100644 --- a/pvlib/snow.py +++ b/pvlib/snow.py @@ -287,8 +287,10 @@ def loss_townsend(snow_total, snow_events, surface_tilt, relative_humidity, update from two winters of measurements in the SIERRA. 37th IEEE Photovoltaic Specialists Conference, Seattle, WA, USA. :doi:`10.1109/PVSC.2011.6186627` - .. [2] Townsend, T. (2025). Snow Loss Model Enhancements. - Available at: https://www.nrel.gov/docs/fy25osti/90585.pdf + .. [2] Townsend, T. and Previtali, J. (2023). A Fresh Dusting: Current Uses of the Townsend + Snow Model. In "Photovoltaic Reliability Workshop (PVRW) 2023 Proceedings: Posters.", + ed. Silverman, T. J. Dec. 2023. NREL/CP-5900-87918. + Available at: https://www.nrel.gov/docs/fy25osti/90585.pdf .. [3] Townsend, T. (2025). Snow Events Definition. :doi:`10.13140/RG.2.2.14299.68647` '''