File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Third-party distributions of Matplotlib
9696Scientific Python Distributions
9797-------------------------------
9898
99- `Anaconda <https://www.continuum.io/downloads / >`_ and `Canopy
99+ `Anaconda <https://www.anaconda.com/distribution/ / >`_ and `Canopy
100100<https://www.enthought.com/products/canopy/> `_ and `ActiveState
101101<https://www.activestate.com/activepython/downloads> `_ are excellent
102102choices that "just work" out of the box for Windows, macOS and common
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ environment to build Matplotlib from source.
6464To work on Matplotlib sources, it is strongly recommended to set up an alternative
6565development environment, using the something like `virtual environments in python
6666<http://docs.python-guide.org/en/latest/dev/virtualenvs/> `_, or a
67- `conda environment <http ://conda.pydata.org/docs/using/envs .html >`_.
67+ `conda environment <https ://docs. conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments .html >`_.
6868
6969If you choose to use an already existing environment, and not a clean virtual or
7070conda environment, uninstall the current version of Matplotlib in that environment
Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ for it in the :ref:`users-guide-index`. Bundle Matplotlib in a
605605`py2exe <http://www.py2exe.org/ >`_ app? ... I think you get the idea.
606606
607607Matplotlib is documented using the `sphinx
608- <http://www.sphinx-doc.org/index.html > `_ extensions to restructured text
608+ <http://www.sphinx-doc.org/> `_ extensions to restructured text
609609`(ReST) <http://docutils.sourceforge.net/rst.html >`_. sphinx is an
610610extensible python framework for documentation projects which generates
611611HTML and PDF, and is pretty easy to write; you can see the source for this
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ excellent Python scientific software collections that are now available:
8484- Canopy _ from Enthought _
8585
8686.. _Canopy : https://www.enthought.com/products/canopy/
87- .. _Anaconda : https://www.continuum.io/downloads
87+ .. _Anaconda : https://www.anaconda.com/distribution/
8888.. _Enthought : https://www.enthought.com
8989.. _Continuum Analytics : https://www.continuum.io
9090
Original file line number Diff line number Diff line change @@ -100,7 +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.continuum.io/downloads >`_ or
103+ Github, PyPi, or `Anaconda <https://www.anaconda.com/distribution/ >`_ or
104104 `Enthought Canopy <https://www.enthought.com/products/canopy/ >`_).
105105
106106* Any customizations to your ``matplotlibrc `` file (see
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ plotnine
6262========
6363
6464`plotnine <https://plotnine.readthedocs.io/en/stable/ >`_ implements a grammar
65- of graphics, similar to R's `ggplot2 <http ://ggplot2.org/ >`_. The grammar allows
65+ of graphics, similar to R's `ggplot2 <https ://ggplot2.tidyverse .org/ >`_. The grammar allows
6666users to compose plots by explicitly mapping data to the visual objects that
6767make up the plot.
6868
Original file line number Diff line number Diff line change 1010
1111.. [1] https://web.archive.org/web/20111215111010/http://www.huyng.com/archives/sane-color-scheme-for-matplotlib/691/
1212
13- .. _ggplot: http ://ggplot2.org/
13+ .. _ggplot: https ://ggplot2.tidyverse .org/
1414.. _R: https://www.r-project.org/
1515
1616"""
Original file line number Diff line number Diff line change 184184#
185185#
186186# .. _matplotlibrc: http://matplotlib.org/users/customizing.html
187- # .. _ggplot: http ://ggplot2.org /
187+ # .. _ggplot: https ://www.anaconda.com/distribution /
188188# .. _R: https://www.r-project.org/
189189# .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib
You can’t perform that action at this time.
0 commit comments