Skip to content

Commit 55782cd

Browse files
markymarqh
marky
authored andcommitted
user guide restructure
1 parent ff304e4 commit 55782cd

File tree

4 files changed

+69
-18
lines changed

4 files changed

+69
-18
lines changed

doc/users/beginner.rst

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. _users-guide-index:
2+
3+
################
4+
Beginner's Guide
5+
################
6+
7+
.. htmlonly::
8+
9+
:Release: |version|
10+
:Date: |today|
11+
12+
.. toctree::
13+
:maxdepth: 2
14+
15+
pyplot_tutorial.rst
16+
navigation_toolbar.rst
17+
index_text.rst
18+
image_tutorial.rst
19+
legend_guide.rst
20+
annotations_guide.rst
21+
screenshots.rst
22+
23+
24+

doc/users/configuration.rst

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. _users-guide-index:
2+
3+
###################
4+
Configuration Guide
5+
###################
6+
7+
.. htmlonly::
8+
9+
:Release: |version|
10+
:Date: |today|
11+
12+
.. toctree::
13+
:maxdepth: 2
14+
15+
installing.rst
16+
customizing.rst
17+
shell.rst
18+
19+
20+

doc/users/developer.rst

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _users-guide-index:
2+
3+
###############
4+
Advanced Guide
5+
###############
6+
7+
.. htmlonly::
8+
9+
:Release: |version|
10+
:Date: |today|
11+
12+
.. toctree::
13+
:maxdepth: 2
14+
15+
artists.rst
16+
gridspec.rst
17+
tight_layout_guide.rst
18+
event_handling.rst
19+
transforms_tutorial.rst
20+
path_tutorial.rst
21+
recipes.rst

doc/users/index.rst

+4-18
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,14 @@ User's Guide
1313
:maxdepth: 2
1414

1515
intro.rst
16-
installing.rst
17-
pyplot_tutorial.rst
18-
navigation_toolbar.rst
19-
customizing.rst
20-
shell.rst
21-
index_text.rst
22-
image_tutorial.rst
23-
artists.rst
24-
gridspec.rst
25-
tight_layout_guide.rst
26-
legend_guide.rst
27-
event_handling.rst
28-
transforms_tutorial.rst
29-
path_tutorial.rst
30-
annotations_guide.rst
31-
patheffects_guide.rst
32-
recipes.rst
33-
screenshots.rst
16+
configuration.rst
17+
beginner.rst
18+
developer.rst
3419
whats_new.rst
3520
github_stats.rst
3621
license.rst
3722
credits.rst
3823

3924

4025

26+

0 commit comments

Comments
 (0)