Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58ab868

Browse files
authored
Merge pull request #21450 from meeseeksmachine/auto-backport-of-pr-21449-on-v3.5.x
Backport PR #21449 on branch v3.5.x (Less verbose install info on index page)
2 parents 9781658 + b718555 commit 58ab868

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

doc/index.rst

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,23 @@ and interactive visualizations in Python.
1414
Installation
1515
============
1616

17-
.. panels::
18-
:card: + install-card
19-
:column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3
20-
21-
Installing using `conda <https://docs.continuum.io/anaconda/>`__
22-
^^^^^^^^^^^^^^^^^^^^^^
23-
17+
.. container:: twocol
2418

19+
.. container::
2520

26-
.. code-block:: bash
21+
Install using `pip <https://pypi.org/project/matplotlib>`__:
2722

28-
conda install matplotlib
29-
30-
---
23+
.. code-block:: bash
3124
32-
Installing using `pip <https://pypi.org/project/matplotlib>`__
33-
^^^^^^^^^^^^^^^^^^^^
25+
pip install matplotlib
3426
27+
.. container::
3528

36-
.. code-block:: bash
29+
Install using `conda <https://docs.continuum.io/anaconda/>`__:
3730

38-
pip install matplotlib
31+
.. code-block:: bash
3932
33+
conda install matplotlib
4034
4135
Further details are available in the :doc:`Installation Guide <users/installing/index>`.
4236

doc/users/getting_started/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Installation quick-start
88

99
.. container::
1010

11-
Install using pip:
11+
Install using `pip <https://pypi.org/project/matplotlib>`__:
1212

1313
.. code-block:: bash
1414
1515
pip install matplotlib
1616
1717
.. container::
1818

19-
Install using conda:
19+
Install using `conda <https://docs.continuum.io/anaconda/>`__:
2020

2121
.. code-block:: bash
2222

0 commit comments

Comments
 (0)