@@ -16,17 +16,17 @@ and interactive visualizations in Python.
1616Installation
1717************
1818
19- .. container :: twocol
19+ .. grid :: 1 1 2 2
2020
21- .. container ::
21+ .. grid-item ::
2222
2323 Install using `pip <https://pypi.org/project/matplotlib >`__:
2424
2525 .. code-block :: bash
2626
2727 pip install matplotlib
2828
29- .. container ::
29+ .. grid-item ::
3030
3131 Install using `conda <https://docs.continuum.io/anaconda/ >`__:
3232
@@ -41,46 +41,57 @@ Further details are available in the :doc:`Installation Guide <users/installing/
4141Learning resources
4242******************
4343
44- .. panels ::
44+ .. grid :: 1 1 2 2
4545
46- Tutorials
47- ^^^^^^^^^
46+ .. grid-item-card ::
47+ :class-header: sd-bg-light
48+ :padding: 2
4849
49- - :doc: `Quick-start guide <tutorials/introductory/quick_start >`
50- - :doc: `Plot types <plot_types/index >`
51- - `Introductory tutorials <../tutorials/index.html#introductory >`_
52- - :doc: `External learning resources <users/resources/index >`
50+ Tutorials
51+ ^^^
5352
54- ---
53+ - :doc: `Quick-start guide <tutorials/introductory/quick_start >`
54+ - :doc: `Plot types <plot_types/index >`
55+ - `Introductory tutorials <../tutorials/index.html#introductory >`_
56+ - :doc: `External learning resources <users/resources/index >`
5557
56- How-tos
57- ^^^^^^^
58- - :doc: `Example gallery <gallery/index >`
59- - :doc: `Matplotlib FAQ <users/faq/index >`
58+ .. grid-item-card ::
59+ :class-header: sd-bg-light
60+ :padding: 2
6061
61- ---
62+ How-tos
63+ ^^^
6264
63- Understand how Matplotlib works
64- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
65+ - :doc: ` Example gallery < gallery/index >`
66+ - :doc: ` Matplotlib FAQ < users/faq/index >`
6567
66- - The :ref: `users-guide-explain ` in the :doc: `Users guide <users/index >`
67- - Many of the :ref: `Intermediate <tutorials-intermediate >` and
68- :ref: `Advanced <tutorials-advanced >` tutorials
69- have explanatory material
68+ .. grid-item-card ::
69+ :class-header: sd-bg-light
70+ :padding: 2
7071
71- ---
72+ Understand how Matplotlib works
73+ ^^^
7274
73- Reference
74- ^^^^^^^^^
75+ - The :ref: `users-guide-explain ` in the :doc: `Users guide
76+ <users/index>`
77+ - Many of the :ref: `Intermediate <tutorials-intermediate >` and
78+ :ref: `Advanced <tutorials-advanced >` tutorials have explanatory
79+ material
7580
76- - :doc: `API Reference <api/index >`
77- - :doc: `Axes API <api/axes_api >` for most plotting methods
78- - :doc: `Figure API <api/figure_api >` for figure-level methods
79- - Top-level interfaces to create:
81+ .. grid-item-card ::
82+ :class-header: sd-bg-light
83+ :padding: 2
8084
81- - Figures (` .pyplot.figure `)
82- - Subplots (` .pyplot.subplots `, ` .pyplot.subplot_mosaic `)
85+ Reference
86+ ^^^
8387
88+ - :doc: `API Reference <api/index >`
89+ - :doc: `Axes API <api/axes_api >` for most plotting methods
90+ - :doc: `Figure API <api/figure_api >` for figure-level methods
91+ - Top-level interfaces to create:
92+
93+ - Figures (`.pyplot.figure `)
94+ - Subplots (`.pyplot.subplots `, `.pyplot.subplot_mosaic `)
8495
8596
8697********************
0 commit comments