File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 1
1
.. _faq-index :
2
2
3
3
######
4
- How-To
4
+ How-to
5
5
######
6
6
7
7
.. only :: html
Original file line number Diff line number Diff line change @@ -18,11 +18,9 @@ Installation
18
18
:card: + install-card
19
19
:column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3
20
20
21
- Installing using conda
22
- ^^^^^^^^^^^^^^^^^^^
21
+ Installing using ` conda < https://docs.continuum.io/anaconda/ >`__
22
+ ^^^^^^^^^^^^^^^^^^^^^^
23
23
24
- Matplotlib is part of the `Anaconda <https://docs.continuum.io/anaconda/ >`__
25
- distribution and can be installed with Anaconda or Miniconda:
26
24
27
25
28
26
.. code-block :: bash
@@ -31,19 +29,16 @@ Installation
31
29
32
30
---
33
31
34
- Installing using pip
35
- ^^^^^^^^^^^
36
-
37
- Matplotlib provides wheels for Linux, OSX, and Windows which can be
38
- installed via pip from `PyPI <https://pypi.org/project/matplotlib >`__.
32
+ Installing using `pip <https://pypi.org/project/matplotlib >`__
33
+ ^^^^^^^^^^^^^^^^^^^^
39
34
40
35
41
36
.. code-block :: bash
42
37
43
38
pip install matplotlib
44
39
45
40
46
- Further details are availabe in the :doc: `Installation Guide <users/installing >`.
41
+ Further details are available in the :doc: `Installation Guide <users/installing >`.
47
42
48
43
49
44
Learning resources
@@ -56,7 +51,7 @@ Learning resources
56
51
^^^^^^^^^
57
52
58
53
- :doc: `Quick-start Guide <tutorials/introductory/usage >`
59
- - Basic :doc: `Plot Types <plot_types/index >`
54
+ - :doc: `Plot Types <plot_types/index >`
60
55
- `Introductory Tutorials <../tutorials/index.html#introductory >`_
61
56
- :doc: `External Learning Resources <resources/index >`
62
57
@@ -111,7 +106,7 @@ you can help!
111
106
- or improve the :ref: `documentation and code <developers-guide-index >`
112
107
113
108
114
- Site Map
109
+ Site map
115
110
--------
116
111
117
112
The :ref: `complete contents of the docs <complete_sitemap >`.
You can’t perform that action at this time.
0 commit comments