Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/sphinx/source/user_guide/extras/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _user_guide_extras:

Extras
======

.. toctree::
:maxdepth: 2

nomenclature
faq

12 changes: 12 additions & 0 deletions docs/sphinx/source/user_guide/getting_started/index.rst
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can get rid of these sub-level index.rst files, right? They don't contribute to the docs, and they're causing build warnings.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _user_guide_getting_started:

Getting Started
===============

.. toctree::
:maxdepth: 2

package_overview
installation
introtutorial

Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Follow these steps to obtain the library using git/GitHub:
This button is circled in the image below. Remember the system path that
you clone the library to.

.. image:: ../_images/clonebutton.png
.. image:: ../../_images/clonebutton.png

Please see GitHub's
`Forking Projects <https://guides.github.com/activities/forking/>`_,
Expand Down
34 changes: 17 additions & 17 deletions docs/sphinx/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ 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

getting_started/package_overview
getting_started/installation
getting_started/introtutorial

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

pvsystem
modelchain
timetimezones
bifacial
clearsky
weather_data
singlediode
:caption: Getting started

modeling_topics/pvsystem
modeling_topics/modelchain
modeling_topics/timetimezones
modeling_topics/bifacial
modeling_topics/clearsky
modeling_topics/weather_data
modeling_topics/singlediode

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

nomenclature
faq
extras/nomenclature
extras/faq
15 changes: 15 additions & 0 deletions docs/sphinx/source/user_guide/modeling_topics/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _user_guide_modeling_topics:

Modeling Topics
===============

.. toctree::
:maxdepth: 2

bifacial
clearsky
modelchain
pvsystem
singlediode
timetimezones
weather_data