File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -73,21 +73,22 @@ Learning resources
73
73
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
74
75
75
- 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
77
79
78
80
---
79
81
80
82
Reference
81
83
^^^^^^^^^
82
84
83
85
- :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:
84
89
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 `)
91
92
92
93
93
94
You can’t perform that action at this time.
0 commit comments