Skip to content

Commit f18d138

Browse files
committed
index.rst file additions/modifications
1 parent 5867fa9 commit f18d138

File tree

5 files changed

+58
-29
lines changed

5 files changed

+58
-29
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _user_guide_extras:
2+
3+
Extras
4+
======
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
nomenclature
10+
faq
11+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _user_guide_getting_started:
2+
3+
Getting Started
4+
===============
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
package_overview
10+
installation
11+
introtutorial
12+

docs/sphinx/source/user_guide/getting_started/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Follow these steps to obtain the library using git/GitHub:
133133
This button is circled in the image below. Remember the system path that
134134
you clone the library to.
135135

136-
.. image:: ../_images/clonebutton.png
136+
.. image:: ../../_images/clonebutton.png
137137

138138
Please see GitHub's
139139
`Forking Projects <https://guides.github.com/activities/forking/>`_,
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. _user_guide:
2+
3+
==========
4+
User Guide
5+
==========
6+
7+
This user guide is an overview and explains some of the key features of pvlib.
8+
9+
.. toctree::
10+
:caption: Getting started
11+
:maxdepth: 2
12+
13+
getting_started/index
14+
15+
.. toctree::
16+
:caption: Modeling topics
17+
:maxdepth: 2
18+
19+
modeling_topics/index
20+
21+
.. toctree::
22+
:caption: Extras
23+
:maxdepth: 2
24+
25+
extras/index
Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,15 @@
1-
.. _user_guide:
1+
.. _user_guide_modeling_topics:
22

3-
==========
4-
User Guide
5-
==========
3+
Modeling Topics
4+
===============
65

7-
This user guide is an overview and explains some of the key features of pvlib.
8-
9-
.. toctree::
10-
:caption: Getting started
11-
:maxdepth: 2
12-
13-
package_overview
14-
installation
15-
introtutorial
16-
176
.. toctree::
18-
:caption: Modeling topics
19-
:maxdepth: 2
20-
21-
pvsystem
22-
modelchain
23-
timetimezones
7+
:maxdepth: 1
8+
249
bifacial
2510
clearsky
26-
weather_data
11+
modelchain
12+
pvsystem
2713
singlediode
28-
29-
.. toctree::
30-
:caption: Extras
31-
:maxdepth: 2
32-
33-
nomenclature
34-
faq
14+
timetimezones
15+
weather_data

0 commit comments

Comments
 (0)