File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Third-party distributions of Matplotlib
96
96
Scientific Python Distributions
97
97
-------------------------------
98
98
99
- `Anaconda <https://www.continuum.io/downloads / >`_ and `Canopy
99
+ `Anaconda <https://www.anaconda.com/distribution/ / >`_ and `Canopy
100
100
<https://www.enthought.com/products/canopy/> `_ and `ActiveState
101
101
<https://www.activestate.com/activepython/downloads> `_ are excellent
102
102
choices 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.
64
64
To work on Matplotlib sources, it is strongly recommended to set up an alternative
65
65
development environment, using the something like `virtual environments in python
66
66
<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 >`_.
68
68
69
69
If you choose to use an already existing environment, and not a clean virtual or
70
70
conda 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
605
605
`py2exe <http://www.py2exe.org/ >`_ app? ... I think you get the idea.
606
606
607
607
Matplotlib 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
609
609
`(ReST) <http://docutils.sourceforge.net/rst.html >`_. sphinx is an
610
610
extensible python framework for documentation projects which generates
611
611
HTML 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:
84
84
- Canopy _ from Enthought _
85
85
86
86
.. _Canopy : https://www.enthought.com/products/canopy/
87
- .. _Anaconda : https://www.continuum.io/downloads
87
+ .. _Anaconda : https://www.anaconda.com/distribution/
88
88
.. _Enthought : https://www.enthought.com
89
89
.. _Continuum Analytics : https://www.continuum.io
90
90
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
100
100
python -c "import matplotlib; print matplotlib.__version__"
101
101
102
102
* 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
104
104
`Enthought Canopy <https://www.enthought.com/products/canopy/ >`_).
105
105
106
106
* Any customizations to your ``matplotlibrc `` file (see
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ plotnine
62
62
========
63
63
64
64
`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
66
66
users to compose plots by explicitly mapping data to the visual objects that
67
67
make up the plot.
68
68
Original file line number Diff line number Diff line change 10
10
11
11
.. [1] https://web.archive.org/web/20111215111010/http://www.huyng.com/archives/sane-color-scheme-for-matplotlib/691/
12
12
13
- .. _ggplot: http ://ggplot2.org/
13
+ .. _ggplot: https ://ggplot2.tidyverse .org/
14
14
.. _R: https://www.r-project.org/
15
15
16
16
"""
Original file line number Diff line number Diff line change 184
184
#
185
185
#
186
186
# .. _matplotlibrc: http://matplotlib.org/users/customizing.html
187
- # .. _ggplot: http ://ggplot2.org /
187
+ # .. _ggplot: https ://www.anaconda.com/distribution /
188
188
# .. _R: https://www.r-project.org/
189
189
# .. _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