Skip to content

Backport PR #21449 on branch v3.5.x (Less verbose install info on index page) #21450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 9 additions & 15 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,23 @@ and interactive visualizations in Python.
Installation
============

.. panels::
:card: + install-card
:column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3

Installing using `conda <https://docs.continuum.io/anaconda/>`__
^^^^^^^^^^^^^^^^^^^^^^

.. container:: twocol

.. container::

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

conda install matplotlib

---
.. code-block:: bash

Installing using `pip <https://pypi.org/project/matplotlib>`__
^^^^^^^^^^^^^^^^^^^^
pip install matplotlib

.. container::

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

pip install matplotlib
.. code-block:: bash

conda install matplotlib

Further details are available in the :doc:`Installation Guide <users/installing/index>`.

Expand Down
4 changes: 2 additions & 2 deletions doc/users/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Installation quick-start

.. container::

Install using pip:
Install using `pip <https://pypi.org/project/matplotlib>`__:

.. code-block:: bash

pip install matplotlib

.. container::

Install using conda:
Install using `conda <https://docs.continuum.io/anaconda/>`__:

.. code-block:: bash

Expand Down