Skip to content

Commit b56f06a

Browse files
committed
DOC: tweak wording on inner index
1 parent daffe46 commit b56f06a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/index.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,22 @@ Learning resources
7373
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7474

7575
- The :ref:`users-guide-explain` section of the :doc:`Users guide <users/index>`
76-
- Many of the :doc:`Tutorials <tutorials/index>` have explanatory material
76+
- Many of the :ref:`Intermediate <tutorials-intermediate>` and
77+
:ref:`Advanced <tutorials-advanced>` Tutorials
78+
have explanatory material
7779

7880
---
7981

8082
Reference
8183
^^^^^^^^^
8284

8385
- :doc:`API Reference <api/index>`
86+
- :doc:`Axes API <api/axes_api>` for *most* plotting methods
87+
- :doc:`Figure API <api/figure_api>` for figure-level methods
88+
- Top-level interfaces to create:
8489

85-
- :doc:`Axes API <api/axes_api>` for *most* plotting methods
86-
- :doc:`Figure API <api/figure_api>` for figure-level methods
87-
- Top-level interface to create Figures (`.pyplot.figure`) and Subplots
88-
(`.pyplot.subplots`, `.pyplot.subplot_mosaic`)
89-
90-
- :doc:`Extra Toolkits <api/toolkits/index>`
90+
- Figures (`.pyplot.figure`)
91+
- Subplots (`.pyplot.subplots`, `.pyplot.subplot_mosaic`)
9192

9293

9394

0 commit comments

Comments
 (0)