@@ -65,42 +65,50 @@ Installation
65
65
:doc: `Installation Guide <users/installing >`
66
66
67
67
68
+ Learning Resources
69
+ ==================
68
70
69
71
70
- Learn
71
- =====
72
+ .. panels ::
73
+
74
+ Tutorials
75
+ ^^^^^^^^^
72
76
73
- - :doc: `Quick-start Guide <tutorials/introductory/usage >`
74
- - Basic :doc: `Plot Types <plot_types/index >` and :doc: ` Example Gallery < gallery /index >`
75
- - `Introductory Tutorials <../tutorials/index.html#introductory >`_
76
- - :doc: `External Learning Resources <resources/index >`
77
+ - :doc: `Quick-start Guide <tutorials/introductory/usage >`
78
+ - Basic :doc: `Plot Types <plot_types/index >`
79
+ - `Introductory Tutorials <../tutorials/index.html#introductory >`_
80
+ - :doc: `External Learning Resources <resources/index >`
77
81
82
+ ---
78
83
79
- Reference
80
- =========
84
+ How-tos
85
+ ^^^^^^^
86
+ - :doc: `Example Gallery <gallery/index >`
87
+ - :doc: `Matplotlib FAQ <faq/index >`
81
88
82
- - :doc: ` API Reference < api/index >`
89
+ ---
83
90
84
- - :doc: `pyplot API <api/pyplot_summary >`: top-level interface to create
85
- Figures (`.pyplot.figure `) and Subplots (`.pyplot.subplots `,
86
- `.pyplot.subplot_mosaic `)
87
- - :doc: `Axes API <api/axes_api >` for *most * plotting methods
88
- - :doc: `Figure API <api/figure_api >` for figure-level methods
91
+ Understand how Matplotlib works
92
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
93
+
94
+ - The :ref: `users-guide-explain ` section of the :doc: `Users guide <users/index >`
95
+ - Many of the :doc: `Tutorials <tutorials/index >` have explanatory material
96
+
97
+ ---
89
98
90
- - :doc: `Extra Toolkits <api/toolkits/index >`
99
+ Reference
100
+ ^^^^^^^^^
91
101
92
- How-tos
93
- =======
102
+ - :doc: `API Reference <api/index >`
94
103
95
- - :doc: `Installation Guide <users/installing >`
96
- - :doc: `Contributing to Matplotlib <devel/index >`
97
- - :doc: `Matplotlib FAQ <faq/index >`
104
+ - :doc: `pyplot API <api/pyplot_summary >`: top-level interface to create
105
+ Figures (`.pyplot.figure `) and Subplots (`.pyplot.subplots `,
106
+ `.pyplot.subplot_mosaic `)
107
+ - :doc: `Axes API <api/axes_api >` for *most * plotting methods
108
+ - :doc: `Figure API <api/figure_api >` for figure-level methods
98
109
99
- Understand how Matplotlib works
100
- ===============================
110
+ - :doc: `Extra Toolkits <api/toolkits/index >`
101
111
102
- - The :ref: `users-guide-explain ` section of the :doc: `Users guide <users/index >`
103
- - Many of the :doc: `Tutorials <tutorials/index >` have explanatory material
104
112
105
113
106
114
Third-party Packages
0 commit comments