@@ -57,31 +57,31 @@ one of the `scipy-stack compatible Python distributions
5757Enthought Canopy, or Continuum Anaconda, which have matplotlib and many
5858of 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,
6161install matplotlib using pip_::
6262
6363 python -m pip install -U pip setuptools
6464 python -m pip install matplotlib
6565
6666In case Python 2.7 or 3.4 are not installed for all users,
6767the 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>`__
6969or
70- `32 bit <http ://www.microsoft.com/download/en /details.aspx?id=29>`__
70+ `32 bit <https ://www.microsoft.com/en-us/download /details.aspx?id=29>`__
7171for Python 2.7) or Microsoft Visual C++ 2010 (
72- `64 bit <http ://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
72+ `64 bit <https ://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
7373or
74- `32 bit <http ://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
74+ `32 bit <https ://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
7575for Python 3.4) redistributable packages need to be installed.
7676
7777Matplotlib depends on `Pillow <https://pypi.python.org/pypi/Pillow>`_
7878for 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
8181with 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
8585animation module.
8686
8787The 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
148148We 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.template>`_
150150file that goes with :file:`setup.py` which you can use to customize
151151the build process. For example, which default backend to use, whether
152152some 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
265266Optional 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`.
329330Building 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
3333342008 for versions before 3.3, Visual Studio 2010 for 3.3 and 3.4, and
334335Visual Studio 2015 for 3.5 and 3.6. Python extensions are recommended to be compiled
335336with the same compiler.
0 commit comments