Skip to content

Doc fix toc users #26263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 0 additions & 6 deletions galleries/users_explain/animations/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ generate animations using the `~matplotlib.animation` module. An
animation is a sequence of frames where each frame corresponds to a plot on a
`~matplotlib.figure.Figure`. This tutorial covers a general guideline on
how to create such animations and the different options available.

.. toctree::
:maxdepth: 1

animations
blitting
9 changes: 0 additions & 9 deletions galleries/users_explain/colors/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,3 @@ these colormaps look, how you can create your own, and how you can
customize colormaps for your use case.

For even more information see the :ref:`examples page <color_examples>`.

.. toctree::
:maxdepth: 1

colors
colorbar_only
colormap-manipulation
colormapnorms
colormaps
10 changes: 10 additions & 0 deletions galleries/users_explain/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

quick_start

Expand All @@ -21,6 +22,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

figure/index

Expand All @@ -29,6 +31,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

axes/index

Expand All @@ -37,6 +40,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

artists/index

Expand All @@ -45,6 +49,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

customizing

Expand All @@ -53,6 +58,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

axis/index

Expand All @@ -61,6 +67,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

colors/index

Expand All @@ -69,6 +76,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

text/index

Expand All @@ -77,6 +85,7 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

animations/index

Expand All @@ -85,5 +94,6 @@ Using Matplotlib

.. toctree::
:maxdepth: 2
:includehidden:

toolkits/index
11 changes: 0 additions & 11 deletions galleries/users_explain/text/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,3 @@ rotations, and Unicode support. These tutorials cover
the basics of working with text in Matplotlib.

For even more information see the :ref:`examples page <text_labels_and_annotations>`.

.. toctree::
:maxdepth: 1

text_intro
text_props
annotations
fonts
mathtext
pgf
usetex