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

Skip to content

Commit 58832d9

Browse files
committed
Fix some broken links
1 parent 3b8c951 commit 58832d9

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ etc., you can install the following:
203203
<https://libav.org/avconv.html>`_: for saving movies;
204204
* `ImageMagick <https://www.imagemagick.org/script/index.php>`_: for saving
205205
animated gifs;
206-
* `Pillow <https://python-pillow.org/>`_ (>=2.0): for a larger selection of
206+
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>=2.0): for a larger selection of
207207
image file formats: JPEG, BMP, and TIFF image files;
208208
* `LaTeX <https://miktex.org/>`_ and `GhostScript
209209
<https://ghostscript.com/download/>`_ (for rendering text with LaTeX).

doc/api/api_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ Changes beyond 0.99.x
18761876
date. If needed, install them independently.
18771877

18781878
.. _configobj: http://www.voidspace.org.uk/python/configobj.html
1879-
.. _`enthought.traits`: http://code.enthought.com/projects/traits
1879+
.. _`enthought.traits`: http://code.enthought.com/pages/traits.html
18801880

18811881
* The new rc parameter ``savefig.extension`` sets the filename extension
18821882
that is used by :meth:`matplotlib.figure.Figure.savefig` if its *fname*

doc/devel/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Matplotlib's testing infrastructure depends on pytest_. The tests are in
99
infrastructure are in :mod:`matplotlib.testing`.
1010

1111
.. _pytest: http://doc.pytest.org/en/latest/
12-
.. _mock: https://docs.python.org/3/library/unittest.mock.html>
12+
.. _mock: https://docs.python.org/3/library/unittest.mock.html
1313
.. _Ghostscript: https://www.ghostscript.com/
1414
.. _Inkscape: https://inkscape.org
1515
.. _pytest-cov: https://pytest-cov.readthedocs.io/en/latest/

doc/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ or by saving to a file handle::
675675
import sys
676676
fig.savefig(sys.stdout)
677677

678-
Here is an example using `Pillow <https://python-pillow.org/>`_.
678+
Here is an example using `Pillow <https://pillow.readthedocs.io/en/latest/>`_.
679679
First, the figure is saved to a BytesIO object which is then fed to
680680
Pillow for further processing::
681681

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ the Numfocus organization or to the `John Hunter Technology Fellowship
185185
<jdh-fellowship_>`_.
186186

187187
.. _donating: https://www.flipcause.com/secure/cause_pdetails/MjI1OA==
188-
.. _jdh-fellowship: http://numfocus.org/johnhunter/
188+
.. _jdh-fellowship: https://www.numfocus.org/programs/john-hunter-technology-fellowship/
189189

190190
The :doc:`Matplotlib license <users/license>` is based on the `Python Software
191191
Foundation (PSF) license <psf-license_>`_.

doc/users/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ devices, aka renderers, that transform the frontend representation to
7373
hardcopy or a display device (:ref:`what-is-a-backend`). Example
7474
backends: PS creates `PostScript®
7575
<http://www.adobe.com/products/postscript/>`_ hardcopy, SVG
76-
creates `Scalable Vector Graphics <http://www.w3.org/Graphics/SVG/>`_
76+
creates `Scalable Vector Graphics <https://www.w3.org/Graphics/SVG/>`_
7777
hardcopy, Agg creates PNG output using the high quality `Anti-Grain
7878
Geometry <http://antigrain.com/>`_
7979
library that ships with Matplotlib, GTK embeds Matplotlib in a

doc/users/prev_whats_new/changelog.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ the `API changes <../../api/api_changes.html>`_.
1515

1616
2015-10-21 Added get_ticks_direction()
1717

18-
2015-02-27 Added the rcParam 'image.composite_image' to permit users
19-
to decide whether they want the vector graphics backends to combine
20-
all images within a set of axes into a single composite image.
21-
(If images do not get combined, users can open vector graphics files
22-
in Adobe Illustrator or Inkscape and edit each image individually.)
18+
2015-02-27 Added the rcParam 'image.composite_image' to permit users
19+
to decide whether they want the vector graphics backends to combine
20+
all images within a set of axes into a single composite image.
21+
(If images do not get combined, users can open vector graphics files
22+
in Adobe Illustrator or Inkscape and edit each image individually.)
2323

2424
2015-02-19 Rewrite of C++ code that calculates contours to add support for
2525
corner masking. This is controlled by the 'corner_mask' keyword
@@ -678,7 +678,7 @@ the `API changes <../../api/api_changes.html>`_.
678678
(with control of dimensions via squeeze keyword). FP.
679679

680680
2010-03-13 Manually brought in commits from branch::
681-
681+
682682
------------------------------------------------------------------------
683683
r8191 | leejjoon | 2010-03-13 17:27:57 -0500 (Sat, 13 Mar 2010) | 1 line
684684

@@ -1416,7 +1416,7 @@ the `API changes <../../api/api_changes.html>`_.
14161416
and are somewhat out of date. If needed, install them
14171417
independently, see:
14181418

1419-
http://code.enthought.com/projects/traits
1419+
http://code.enthought.com/pages/traits.html
14201420

14211421
and:
14221422

doc/users/prev_whats_new/whats_new_1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Much improved software carpentry
129129
The matplotlib trunk is probably in as good a shape as it has ever
130130
been, thanks to improved `software carpentry
131131
<http://software-carpentry.org/>`__. We now have a `buildbot
132-
<http://buildbot.net/trac>`__ which runs a suite of `nose
132+
<https://buildbot.net>`__ which runs a suite of `nose
133133
<http://code.google.com/p/python-nose/>`__ regression tests on every
134134
svn commit, auto-generating a set of images and comparing them against
135135
a set of known-goods, sending emails to developers on failures with a

examples/images_contours_and_fields/shading_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
like Mathematica
88
(http://reference.wolfram.com/mathematica/ref/ReliefPlot.html)
99
or Generic Mapping Tools
10-
(http://gmt.soest.hawaii.edu/gmt/doc/gmt/html/GMT_Docs/node145.html)
10+
(https://gmt.soest.hawaii.edu/)
1111
"""
1212
import numpy as np
1313
import matplotlib.pyplot as plt

tutorials/introductory/images.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# ===============================================
5959
#
6060
# Loading image data is supported by the `Pillow
61-
# <https://python-pillow.org/>`_ library. Natively, matplotlib only
62-
# supports PNG images. The commands shown below fall back on Pillow if the
63-
# native read fails.
61+
# <https://pillow.readthedocs.io/en/latest/>`_ library. Natively, Matplotlib
62+
# only supports PNG images. The commands shown below fall back on Pillow if
63+
# the native read fails.
6464
#
6565
# The image used in this example is a PNG file, but keep that Pillow
6666
# requirement in mind for your own data.

0 commit comments

Comments
 (0)