Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07434e2

Browse files
committed
DOC: visible TOC to the sphinx gallery user/explain READMEs
Note this is manual. I don't think there is an automatic way to make these visible.
1 parent f329eb8 commit 07434e2

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

galleries/users_explain/animations/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ 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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,14 @@ 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
23+
24+

galleries/users_explain/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Using Matplotlib
99
----------------
1010

1111
.. toctree::
12-
:maxdepth: 1
12+
:maxdepth: 2
1313

1414
quick_start
1515
figure/index

galleries/users_explain/text/README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ 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)