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

Skip to content

Commit 5b2c85a

Browse files
authored
Merge pull request #15652 from anntzer/unthought
Remove mention of Enthought Canopy from the docs.
2 parents 5529eec + e30f084 commit 5b2c85a

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

INSTALL.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ Third-party distributions of Matplotlib
5858
Scientific Python Distributions
5959
-------------------------------
6060

61-
`Anaconda <https://www.anaconda.com/>`_ and `Canopy
62-
<https://www.enthought.com/products/canopy/>`_ and `ActiveState
61+
`Anaconda <https://www.anaconda.com/>`_ and `ActiveState
6362
<https://www.activestate.com/activepython/downloads>`_ are excellent
6463
choices that "just work" out of the box for Windows, macOS and common
6564
Linux platforms. `WinPython <https://winpython.github.io/>`_ is an

doc/faq/installing_faq.rst

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,33 +74,23 @@ of NumPy, Scipy and Matplotlib means that these packages are difficult to
7474
upgrade (see `system python packages`_). For that reason we strongly suggest
7575
that you install a fresh version of Python and use that as the basis for
7676
installing libraries such as NumPy and Matplotlib. One convenient way to
77-
install Matplotlib with other useful Python software is to use one of the
78-
excellent Python scientific software collections that are now available:
77+
install Matplotlib with other useful Python software is to use the Anaconda_
78+
Python scientific software collection, which includes Python itself and a
79+
wide range of libraries; if you need a library that is not available from the
80+
collection, you can install it yourself using standard methods such as *pip*.
81+
See the Ananconda web page for installation support.
7982

8083
.. _system python packages:
8184
https://github.com/MacPython/wiki/wiki/Which-Python#system-python-and-extra-python-packages
82-
83-
- Anaconda_ from `Continuum Analytics`_
84-
- Canopy_ from Enthought_
85-
86-
.. _Canopy: https://www.enthought.com/products/canopy/
8785
.. _Anaconda: https://www.anaconda.com/
88-
.. _Enthought: https://www.enthought.com
89-
.. _Continuum Analytics: https://www.continuum.io
90-
91-
These collections include Python itself and a wide range of libraries; if you
92-
need a library that is not available from the collection, you can install it
93-
yourself using standard methods such as *pip*. Continuum and Enthought offer
94-
their own installation support for these collections; see the Ananconda and
95-
Canopy web pages for more information.
9686

9787
Other options for a fresh Python install are the standard installer from
9888
`python.org <https://www.python.org/downloads/mac-osx/>`_, or installing
9989
Python using a general OSX package management system such as `homebrew
10090
<http://brew.sh>`_ or `macports <https://www.macports.org>`_. Power users on
10191
OSX will likely want one of homebrew or macports on their system to install
10292
open source software packages, but it is perfectly possible to use these
103-
systems with another source for your Python binary, such as Anaconda, Canopy
93+
systems with another source for your Python binary, such as Anaconda
10494
or Python.org Python.
10595

10696
.. _install_osx_binaries:

doc/faq/troubleshooting_faq.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ provide the following information in your e-mail to the `mailing list
100100
python -c "import matplotlib; print matplotlib.__version__"
101101

102102
* Where you obtained Matplotlib (e.g., your Linux distribution's packages,
103-
GitHub, PyPi, or `Anaconda <https://www.anaconda.com/>`_ or
104-
`Enthought Canopy <https://www.enthought.com/products/canopy/>`_).
103+
GitHub, PyPi, or `Anaconda <https://www.anaconda.com/>`_).
105104

106105
* Any customizations to your ``matplotlibrc`` file (see
107106
:doc:`/tutorials/introductory/customizing`).

0 commit comments

Comments
 (0)