Skip to content

Commit 76fe411

Browse files
committed
DOC: fix TOC users
1 parent e051583 commit 76fe411

File tree

4 files changed

+10
-26
lines changed

4 files changed

+10
-26
lines changed

galleries/users_explain/animations/README.txt

-6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@ generate animations using the `~matplotlib.animation` module. An
77
animation is a sequence of frames where each frame corresponds to a plot on a
88
`~matplotlib.figure.Figure`. This tutorial covers a general guideline on
99
how to create such animations and the different options available.
10-
11-
.. toctree::
12-
:maxdepth: 1
13-
14-
animations
15-
blitting

galleries/users_explain/colors/README.txt

-9
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,3 @@ these colormaps look, how you can create your own, and how you can
1111
customize colormaps for your use case.
1212

1313
For even more information see the :ref:`examples page <color_examples>`.
14-
15-
.. toctree::
16-
:maxdepth: 1
17-
18-
colors
19-
colorbar_only
20-
colormap-manipulation
21-
colormapnorms
22-
colormaps

galleries/users_explain/index.rst

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Using Matplotlib
1313

1414
.. toctree::
1515
:maxdepth: 2
16+
:includehidden:
1617

1718
quick_start
1819

@@ -21,6 +22,7 @@ Using Matplotlib
2122

2223
.. toctree::
2324
:maxdepth: 2
25+
:includehidden:
2426

2527
figure/index
2628

@@ -29,6 +31,7 @@ Using Matplotlib
2931

3032
.. toctree::
3133
:maxdepth: 2
34+
:includehidden:
3235

3336
axes/index
3437

@@ -37,6 +40,7 @@ Using Matplotlib
3740

3841
.. toctree::
3942
:maxdepth: 2
43+
:includehidden:
4044

4145
artists/index
4246

@@ -45,6 +49,7 @@ Using Matplotlib
4549

4650
.. toctree::
4751
:maxdepth: 2
52+
:includehidden:
4853

4954
customizing
5055

@@ -53,6 +58,7 @@ Using Matplotlib
5358

5459
.. toctree::
5560
:maxdepth: 2
61+
:includehidden:
5662

5763
axis/index
5864

@@ -61,6 +67,7 @@ Using Matplotlib
6167

6268
.. toctree::
6369
:maxdepth: 2
70+
:includehidden:
6471

6572
colors/index
6673

@@ -69,6 +76,7 @@ Using Matplotlib
6976

7077
.. toctree::
7178
:maxdepth: 2
79+
:includehidden:
7280

7381
text/index
7482

@@ -77,6 +85,7 @@ Using Matplotlib
7785

7886
.. toctree::
7987
:maxdepth: 2
88+
:includehidden:
8089

8190
animations/index
8291

@@ -85,5 +94,6 @@ Using Matplotlib
8594

8695
.. toctree::
8796
:maxdepth: 2
97+
:includehidden:
8898

8999
toolkits/index

galleries/users_explain/text/README.txt

-11
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,3 @@ rotations, and Unicode support. These tutorials cover
1212
the basics of working with text in Matplotlib.
1313

1414
For even more information see the :ref:`examples page <text_labels_and_annotations>`.
15-
16-
.. toctree::
17-
:maxdepth: 1
18-
19-
text_intro
20-
text_props
21-
annotations
22-
fonts
23-
mathtext
24-
pgf
25-
usetex

0 commit comments

Comments
 (0)