Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhanse authored Feb 4, 2025
2 parents dbb8afc + 6440ada commit 7bd91b3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 16 additions & 2 deletions docs/sphinx/source/user_guide/index.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,34 @@
.. _user_guide:

==========
User Guide
==========

This user guide is an overview and explains some of the key features of pvlib.

.. toctree::
:caption: Getting started
:maxdepth: 2

package_overview
installation
introtutorial

.. toctree::
:caption: Modeling topics
:maxdepth: 2

pvsystem
modelchain
timetimezones
clearsky
bifacial
clearsky
weather_data
singlediode

.. toctree::
:caption: Extras
:maxdepth: 2

nomenclature
faq
2 changes: 1 addition & 1 deletion docs/sphinx/source/user_guide/introtutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ to accomplish our system modeling goal:
longitude=longitude,
altitude=altitude,
temperature=weather["temp_air"],
pressure=pvlib.atmosphere.alt2pres(altitude),
pressure=weather["pressure"],
)
dni_extra = pvlib.irradiance.get_extra_radiation(weather.index)
airmass = pvlib.atmosphere.get_relative_airmass(solpos['apparent_zenith'])
Expand Down
4 changes: 3 additions & 1 deletion docs/sphinx/source/whatsnew/v0.11.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ irradiance with sun below horizon (:issue:`2245`, :pull:`2359`)

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`)

Testing
~~~~~~~
Expand All @@ -38,3 +39,4 @@ Contributors
* Rajiv Daxini (:ghuser:`RDaxini`)
* Mark Campanelli (:ghuser:`markcampanelli`)
* Jason Lun Leung (:ghuser:`jason-rpkt`)
* Manoj K S (:ghuser:`manojks1999`)

0 comments on commit 7bd91b3

Please sign in to comment.