Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit debff99

Browse filesBrowse files
committed
DOC: fix a bunch of bit-rotted links
1 parent c62a0d0 commit debff99
Copy full SHA for debff99

File tree

Expand file treeCollapse file tree

8 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+8
-8
lines changed

‎INSTALL.rst

Copy file name to clipboardExpand all lines: INSTALL.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Third-party distributions of Matplotlib
9696
Scientific 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
102102
choices that "just work" out of the box for Windows, macOS and common

‎doc/devel/contributing.rst

Copy file name to clipboardExpand all lines: doc/devel/contributing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ environment to build Matplotlib from source.
6464
To work on Matplotlib sources, it is strongly recommended to set up an alternative
6565
development 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

6969
If you choose to use an already existing environment, and not a clean virtual or
7070
conda environment, uninstall the current version of Matplotlib in that environment

‎doc/faq/howto_faq.rst

Copy file name to clipboardExpand all lines: doc/faq/howto_faq.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

607607
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
609609
`(ReST) <http://docutils.sourceforge.net/rst.html>`_. sphinx is an
610610
extensible python framework for documentation projects which generates
611611
HTML and PDF, and is pretty easy to write; you can see the source for this

‎doc/faq/installing_faq.rst

Copy file name to clipboardExpand all lines: doc/faq/installing_faq.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎doc/faq/troubleshooting_faq.rst

Copy file name to clipboardExpand all lines: doc/faq/troubleshooting_faq.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎doc/thirdpartypackages/index.rst

Copy file name to clipboardExpand all lines: doc/thirdpartypackages/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6666
users to compose plots by explicitly mapping data to the visual objects that
6767
make up the plot.
6868

‎examples/style_sheets/ggplot.py

Copy file name to clipboardExpand all lines: examples/style_sheets/ggplot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
"""

‎tutorials/introductory/customizing.py

Copy file name to clipboardExpand all lines: tutorials/introductory/customizing.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@
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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.