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

Skip to content

Commit 567d03a

Browse files
committed
Catch last few redirect links
1 parent f278217 commit 567d03a

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

INSTALL

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ one of the `scipy-stack compatible Python distributions
5757
Enthought Canopy, or Continuum Anaconda, which have matplotlib and many
5858
of its dependencies, plus other useful packages, preinstalled.
5959

60-
For `standard Python <https://www.python.org/download/>`_ installations,
60+
For `standard Python <https://www.python.org/downloads/>`_ installations,
6161
install matplotlib using pip_::
6262

6363
python -m pip install -U pip setuptools
6464
python -m pip install matplotlib
6565

6666
In case Python 2.7 or 3.4 are not installed for all users,
6767
the Microsoft Visual C++ 2008 (
68-
`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
68+
`64 bit <https://www.microsoft.com/en-us/download/details.aspx?id=15336>`__
6969
or
70-
`32 bit <http://www.microsoft.com/download/en/details.aspx?id=29>`__
70+
`32 bit <permanently to http://www.microsoft.com/en-us/download/details.aspx?id=29>`__
7171
for Python 2.7) or Microsoft Visual C++ 2010 (
7272
`64 bit <http://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
7373
or
@@ -76,12 +76,12 @@ for Python 3.4) redistributable packages need to be installed.
7676

7777
Matplotlib depends on `Pillow <https://pypi.python.org/pypi/Pillow>`_
7878
for reading and saving JPEG, BMP, and TIFF image files.
79-
Matplotlib requires `MiKTeX <http://miktex.org/>`_ and
80-
`GhostScript <http://www.ghostscript.com/download/>`_ for rendering text
79+
Matplotlib requires `MiKTeX <https://miktex.org/>`_ and
80+
`GhostScript <https://ghostscript.com/download/>`_ for rendering text
8181
with LaTeX.
8282
`FFmpeg <https://www.ffmpeg.org/>`_, `avconv <https://libav.org/>`_,
8383
`mencoder <http://www.mplayerhq.hu>`_, or
84-
`ImageMagick <http://www.imagemagick.org/>`_ are required for the
84+
`ImageMagick <http://www.imagemagick.org/script/index.php>`_ are required for the
8585
animation module.
8686

8787
The following backends should work out of the box: agg, tkagg, ps,
@@ -146,7 +146,7 @@ python, numpy, libpng and freetype), you can build matplotlib::
146146
python setup.py install
147147

148148
We provide a `setup.cfg
149-
<https://github.com/matplotlib/matplotlib/raw/master/setup.cfg.template>`_
149+
<https://raw.githubusercontent.com/matplotlib/matplotlib/master/setup.cfg.templatef>`_
150150
file that goes with :file:`setup.py` which you can use to customize
151151
the build process. For example, which default backend to use, whether
152152
some of the optional libraries that matplotlib ships with are
@@ -178,10 +178,10 @@ Required Dependencies
178178
^^^^^^^^^^^^^^^^^^^^^
179179

180180
:term:`python` 2.7, 3.4, 3.5 or 3.6
181-
`Download python <http://www.python.org/download/>`_.
181+
`Download python <https://www.python.org/downloads/>`_.
182182

183183
:term:`numpy` |minimum_numpy_version| (or later)
184-
array support for python (`download numpy <http://numpy.org>`_)
184+
array support for python (`download numpy <http://www.numpy.org>`_)
185185

186186
`setuptools <http://pythonhosted.org/setuptools/>`__
187187
Setuptools provides extensions for python package installation.
@@ -202,7 +202,8 @@ Required Dependencies
202202
zlib.
203203

204204
`pytz <http://pytz.sourceforge.net/>`__
205-
Used to manipulate time-zone aware datetimes. http://pypi.python.org/pypi/pytz
205+
Used to manipulate time-zone aware datetimes.
206+
https://pypi.python.org/pypi/pytz
206207

207208
:term:`FreeType` 2.3 or later
208209
Library for reading true type font files. If using pip, easy_install or
@@ -259,17 +260,17 @@ Optional external programs
259260
Required for the animation module to be save out put to movie
260261
formats.
261262

262-
`ImageMagick <http://www.imagemagick.org/>`__
263+
`ImageMagick <http://www.imagemagick.org/script/index.php>`__
263264
Required for the animation module to be able to save to animated gif.
264265

265266
Optional dependencies
266267
^^^^^^^^^^^^^^^^^^^^^
267268

268-
`Pillow <http://python-pillow.github.io/>`__
269+
`Pillow <http://python-pillow.org/>`__
269270
If Pillow is installed, matplotlib can read and write a larger
270271
selection of image file formats.
271272

272-
`pkg-config <http://www.freedesktop.org/wiki/Software/pkg-config/>`__
273+
`pkg-config <https://www.freedesktop.org/wiki/Software/pkg-config/>`__
273274
A tool used to find required non-python libraries. This is not strictly
274275
required, but can make installation go more smoothly if the libraries and
275276
headers are not in the expected locations.
@@ -329,7 +330,7 @@ git repository and follow the instruction in :file:`README.osx`.
329330
Building on Windows
330331
-------------------
331332

332-
The Python shipped from http://www.python.org is compiled with Visual Studio
333+
The Python shipped from https://www.python.org is compiled with Visual Studio
333334
2008 for versions before 3.3, Visual Studio 2010 for 3.3 and 3.4, and
334335
Visual Studio 2015 for 3.5 and 3.6. Python extensions are recommended to be compiled
335336
with the same compiler.

doc/devel/MEP/MEP14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Supporting these things is difficult, and is the "full-time job" of a
7474
number of other projects:
7575

7676
- `pango <http://www.pango.org/>`_/`harfbuzz
77-
<https://www.freedesktop.org/wiki/Software/HarfBuzz`_
77+
<https://www.freedesktop.org/wiki/Software/HarfBuzz/>`_
7878
- `QtTextLayout
7979
<http://doc.qt.io/qt-4.8/qtextlayout.html>`_
8080
- `Microsoft DirectWrite

doc/glossary/index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Glossary
2020
provides extensions to the standard datetime module
2121

2222
EPS
23-
Encapsulated Postscript (`EPS <https://en.wikpedia.org/wiki/Encapsulated_PostScript>`_)
23+
Encapsulated Postscript (`EPS <https://en.wikipedia.org/w/index.php?title=Encapsulated_PostScript>`_)
2424

2525
FreeType
2626
`FreeType <https://www.freetype.org/>`_ is a font rasterization
@@ -36,7 +36,7 @@ Glossary
3636

3737
JPG
3838
The Joint Photographic Experts Group (`JPEG
39-
<https://en.wikpedia.org/wiki/Jpeg>`_) compression method and
39+
<https://en.wikipedia.org/w/index.php?title=Jpeg>`_) compression method and
4040
file format for photographic images
4141

4242
numpy
@@ -47,17 +47,17 @@ Glossary
4747
deviation, fourier transforms, and convolutions.
4848

4949
PDF
50-
Adobe's Portable Document Format (`PDF <https://en.wikpedia.org/wiki/Portable_Document_Format>`_)
50+
Adobe's Portable Document Format (`PDF <https://en.wikipedia.org/w/index.php?title=Portable_Document_Format>`_)
5151

5252
PNG
5353
Portable Network Graphics (`PNG
54-
<https://en.wikpedia.org/wiki/Portable_Network_Graphics>`_), a raster graphics format
54+
<https://en.wikipedia.org/w/index.php?title=Portable_Network_Graphics>`_), a raster graphics format
5555
that employs lossless data compression which is more suitable
5656
for line art than the lossy jpg format. Unlike the gif format,
5757
png is not encumbered by requirements for a patent license.
5858

5959
PS
60-
Postscript (`PS <https://en.wikpedia.org/wiki/PostScript>`_) is a
60+
Postscript (`PS <https://en.wikipedia.org/w/index.php?title=PostScript>`_) is a
6161
vector graphics ASCII text language widely used in printers and
6262
publishing. Postscript was developed by adobe systems and is
6363
starting to show its age: for example is does not have an alpha
@@ -106,20 +106,20 @@ Glossary
106106

107107
raster graphics
108108
`Raster graphics
109-
<https://en.wikpedia.org/wiki/Raster_graphics>`_, or bitmaps,
109+
<https://en.wikipedia.org/w/index.php?title=Raster_graphics>`_, or bitmaps,
110110
represent an image as an array of pixels which is resolution
111111
dependent. Raster graphics are generally most practical for
112112
photo-realistic images, but do not scale easily without loss of
113113
quality.
114114

115115
SVG
116116
The Scalable Vector Graphics format (`SVG
117-
<https://en.wikpedia.org/wiki/Svg>`_). An XML based vector
117+
<https://en.wikipedia.org/w/index.php?title=Svg>`_). An XML based vector
118118
graphics format supported by many web browsers.
119119

120120
TIFF
121121
Tagged Image File Format (`TIFF
122-
<https://en.wikpedia.org/wiki/Tagged_Image_File_Format>`_) is a
122+
<https://en.wikipedia.org/w/index.php?title=Tagged_Image_File_Format>`_) is a
123123
file format for storing images, including photographs and line
124124
art.
125125

@@ -131,7 +131,7 @@ Glossary
131131

132132
vector graphics
133133
`vector graphics
134-
<https://en.wikpedia.org/wiki/Vector_graphics>`_ use geometrical
134+
<https://en.wikipedia.org/w/index.php?title=Vector_graphics>`_ use geometrical
135135
primitives based upon mathematical equations to represent images
136136
in computer graphics. Primitives can include points, lines,
137137
curves, and shapes or polygons. Vector graphics are scalable,

0 commit comments

Comments
 (0)