From 773e8bfcce196f5d93030ddf2ac159dfe6489b06 Mon Sep 17 00:00:00 2001 From: Chirag3841 <160767827+Chirag3841@users.noreply.github.com> Date: Fri, 6 Feb 2026 22:35:50 +0530 Subject: [PATCH] Add examples for run_model functions in v0.15.1 Added examples for run_model_from_poa() and run_model_from_effective_irradiance() in the documentation. --- docs/sphinx/source/whatsnew/v0.15.1.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sphinx/source/whatsnew/v0.15.1.rst b/docs/sphinx/source/whatsnew/v0.15.1.rst index 5cd4131c85..b0a69bbbfe 100644 --- a/docs/sphinx/source/whatsnew/v0.15.1.rst +++ b/docs/sphinx/source/whatsnew/v0.15.1.rst @@ -24,6 +24,9 @@ Enhancements Documentation ~~~~~~~~~~~~~ +* Add examples for ``run_model_from_poa()`` and + ``run_model_from_effective_irradiance()`` + (:issue:`1043`, :pull:`2621`) Testing