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

Skip to content

Commit 808d996

Browse files
committed
Requested changes for link redirect fixes
1 parent 8eb34b2 commit 808d996

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ In case Python 2.7 or 3.4 are not installed for all users,
6767
the Microsoft Visual C++ 2008 (
6868
`64 bit <https://www.microsoft.com/en-us/download/details.aspx?id=15336>`__
6969
or
70-
`32 bit <http://www.microsoft.com/en-us/download/details.aspx?id=29>`__
70+
`32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=29>`__
7171
for 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>`__
7373
or
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>`__
7575
for Python 3.4) redistributable packages need to be installed.
7676

7777
Matplotlib depends on `Pillow <https://pypi.python.org/pypi/Pillow>`_
@@ -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://raw.githubusercontent.com/matplotlib/matplotlib/master/setup.cfg.templatef>`_
149+
<https://raw.githubusercontent.com/matplotlib/matplotlib/master/setup.cfg.template>`_
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

doc/devel/MEP/MEP13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Abstract
2020

2121
Wrap all of the matplotlib getter and setter methods with python
2222
`properties
23-
<https://docs.python.org/2/library/functions.html#property>`_, allowing
23+
<https://docs.python.org/3/library/functions.html#property>`_, allowing
2424
them to be read and written like class attributes.
2525

2626
Detailed description

doc/devel/MEP/MEP25.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Implementation
126126

127127
* A simple NB demonstrating some functionality for
128128
``Line2DController`` objects:
129-
http://nbviewer.jupyter.org/gist/theengineear/f0aa8d79f64325e767c0
129+
https://nbviewer.jupyter.org/gist/theengineear/f0aa8d79f64325e767c0
130130

131131
2. Write in protocols for the ``Controller`` to *update* the model.
132132

doc/devel/documenting_mpl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ working with Sphinx in general. Here are a few additional things to keep in mind
257257

258258
.. _Sphinx: http://www.sphinx-doc.org
259259
.. _documentation: http://www.sphinx-doc.org/contents.html
260-
.. _`inline markup`: http://sphinx-doc.org/markup/inline.html
261-
.. _index: http://sphinx-doc.org/markup/para.html#index-generating-markup
260+
.. _`inline markup`: http://www.sphinx-doc.org/markup/inline.html
261+
.. _index: http://www.sphinx-doc.org/markup/para.html#index-generating-markup
262262

263263
* Please limit the text width of docstrings to 70 characters.
264264

doc/devel/release_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ releases, since doing so will hide any available stable releases.
100100

101101
You may need to set up your `.pypirc` file as described in the
102102
`distutils register command documentation
103-
<https://docs.python.org/2/distutils/packageindex.html>`_.
103+
<https://docs.python.org/3/distutils/packageindex.html>`_.
104104

105105
Then updating the record on PyPI is as simple as::
106106

doc/devel/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following software is required to run the tests:
2626

2727
Optionally you can install:
2828

29-
- `coverage <http://coverage.readthedocs.io/en/latest/>`_ to collect coverage
29+
- `coverage <https://coverage.readthedocs.io/en/latest/>`_ to collect coverage
3030
information
3131
- `pep8 <http://pep8.readthedocs.io/en/latest>`_ to test coding standards
3232

doc/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ for it in the :ref:`users-guide-index`. Bundle matplotlib in a
591591
`py2exe <http://www.py2exe.org/>`_ app? ... I think you get the idea.
592592

593593
matplotlib is documented using the `sphinx
594-
<http://sphinx-doc.org/index.html>`_ extensions to restructured text
594+
<http://www.sphinx-doc.org/index.html>`_ extensions to restructured text
595595
`(ReST) <http://docutils.sourceforge.net/rst.html>`_. sphinx is an
596596
extensible python framework for documentation projects which generates
597597
HTML and PDF, and is pretty easy to write; you can see the source for this

doc/faq/installing_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Python.org Python
205205
^^^^^^^^^^^^^^^^^
206206

207207
Install pip following the `standard pip install instructions
208-
<http://pip.readthedocs.io/en/latest/installing/>`_. For the impatient,
208+
<https://pip.readthedocs.io/en/latest/installing/>`_. For the impatient,
209209
open a new Terminal.app window and::
210210

211211
curl -O https://bootstrap.pypa.io/get-pip.py

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.wikipedia.org/w/index.php?title=Encapsulated_PostScript>`_)
23+
Encapsulated Postscript (`EPS <https://en.wikipedia.org/wiki/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.wikipedia.org/w/index.php?title=Jpeg>`_) compression method and
39+
<https://en.wikipedia.org/wiki/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.wikipedia.org/w/index.php?title=Portable_Document_Format>`_)
50+
Adobe's Portable Document Format (`PDF <https://en.wikipedia.org/wiki/Portable_Document_Format>`_)
5151

5252
PNG
5353
Portable Network Graphics (`PNG
54-
<https://en.wikipedia.org/w/index.php?title=Portable_Network_Graphics>`_), a raster graphics format
54+
<https://en.wikipedia.org/wiki/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.wikipedia.org/w/index.php?title=PostScript>`_) is a
60+
Postscript (`PS <https://en.wikipedia.org/wiki/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.wikipedia.org/w/index.php?title=Raster_graphics>`_, or bitmaps,
109+
<https://en.wikipedia.org/wiki/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.wikipedia.org/w/index.php?title=Svg>`_). An XML based vector
117+
<https://en.wikipedia.org/wiki/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.wikipedia.org/w/index.php?title=Tagged_Image_File_Format>`_) is a
122+
<https://en.wikipedia.org/wiki/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.wikipedia.org/w/index.php?title=Vector_graphics>`_ use geometrical
134+
<https://en.wikipedia.org/wiki/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,

doc/users/event_handling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Here is the solution::
240240

241241
**Extra credit**: use the animation blit techniques discussed in the
242242
`animations recipe
243-
<http://scipy-cookbook.readthedocs.io/items/Matplotlib_Animations.html>`_ to
243+
<https://scipy-cookbook.readthedocs.io/items/Matplotlib_Animations.html>`_ to
244244
make the animated drawing faster and smoother.
245245

246246
Extra credit solution::

doc/users/usetex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Troubleshooting
152152

153153
.. _LaTeX: http://www.tug.org
154154
.. _dvipng: http://www.nongnu.org/dvipng/
155-
.. _Ghostscript: http://pages.cs.wisc.edu/~ghost/
155+
.. _Ghostscript: https://ghostscript.com/
156156
.. _PSNFSS: http://www.ctan.org/tex-archive/macros/latex/required/psnfss/psnfss2e.pdf
157157
.. _Poppler: https://poppler.freedesktop.org/
158158
.. _Xpdf: http://www.foolabs.com/xpdf

lib/matplotlib/cbook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ class is even handier, and prettier to use. Whenever you want to
674674
>>> point.datum
675675
676676
By: Alex Martelli
677-
From: http://code.activestate.com/recipes/121294/
677+
From: https://code.activestate.com/recipes/121294/
678678
"""
679679
def __init__(self, **kwds):
680680
self.__dict__.update(kwds)
@@ -869,7 +869,7 @@ def flatten(seq, scalarp=is_scalar_or_string):
869869
['John', 'Hunter', 1, 23, 42, 5, 23]
870870
871871
By: Composite of Holger Krekel and Luther Blissett
872-
From: http://code.activestate.com/recipes/121294/
872+
From: https://code.activestate.com/recipes/121294/
873873
and Recipe 1.12 in cookbook
874874
"""
875875
for item in seq:

0 commit comments

Comments
 (0)