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

Skip to content

Commit 6ec29e6

Browse files
committed
Add https
1 parent d8f535c commit 6ec29e6

34 files changed

+93
-93
lines changed

doc/devel/MEP/MEP12.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ page instead of the gallery examples.
141141
references to that example. For example, the API documentation for
142142
`axes.py` and `pyplot.py` may use these examples to generate
143143
plots. Use your favorite search tool (e.g., grep, ack, `grin
144-
<http://pypi.python.org/pypi/grin>`_, `pss
145-
<http://pypi.python.org/pypi/pss>`_) to search the matplotlib
144+
<https://pypi.python.org/pypi/grin>`_, `pss
145+
<https://pypi.python.org/pypi/pss>`_) to search the matplotlib
146146
package. See `2dc9a46
147147
<https://github.com/tonysyu/matplotlib/commit/2dc9a4651e5e566afc0866c603aa8d06aaf32b71>`_
148148
and `aa6b410
@@ -192,10 +192,10 @@ the entry point to these examples, and sections could really help users
192192
navigate the gallery. Thus, tags are complementary to this reorganization.
193193

194194

195-
.. _PEP8: http://www.python.org/dev/peps/pep-0008/
195+
.. _PEP8: https://www.python.org/dev/peps/pep-0008/
196196

197-
.. [1] http://github.com/matplotlib/matplotlib/pull/714
198-
.. [2] http://github.com/matplotlib/matplotlib/issues/524
197+
.. [1] https://github.com/matplotlib/matplotlib/pull/714
198+
.. [2] https://github.com/matplotlib/matplotlib/issues/524
199199
.. [3] http://matplotlib.1069221.n5.nabble.com/Matplotlib-gallery-td762.html#a33379091
200200
.. [4] http://www.loria.fr/~rougier/teaching/matplotlib/
201201
.. [5] http://www.loria.fr/~rougier/coding/gallery/

doc/devel/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ You can then run the tests to check your work environment is set up properly::
7070
.. _pep8: https://pep8.readthedocs.io/en/latest/
7171

7272
.. note::
73-
73+
7474
**Additional dependencies for testing**: nose_ (version 1.0 or later), `mock
7575
<https://docs.python.org/dev/library/unittest.mock.html>`_ (if python < 3.3), `Ghostscript
76-
<http://www.ghostscript.com/>`_, `Inkscape <http://inkscape.org>`_
76+
<https://www.ghostscript.com/>`_, `Inkscape <https://inkscape.org>`_
7777

7878
.. note:: To make sure the tests run locally:
7979

doc/devel/documenting_mpl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ purposes, like hosting google docs or youtube videos. You can embed a
333333
matplotlib animation in the docs by first saving the animation as a
334334
movie using :meth:`matplotlib.animation.Animation.save`, and then
335335
uploading to `matplotlib's youtube
336-
channel <http://www.youtube.com/user/matplotlib>`_ and inserting the
336+
channel <https://www.youtube.com/user/matplotlib>`_ and inserting the
337337
embedding string youtube provides like::
338338

339339
.. raw:: html

doc/devel/gitwash/development_workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ sure your pull request is ready for merging.
125125

126126

127127
#. Go to your repo URL |emdash| e.g.,
128-
``http://github.com/your-user-name/matplotlib``.
128+
``https://github.com/your-user-name/matplotlib``.
129129

130130
#. Select your feature branch from the drop down menu:
131131

@@ -162,7 +162,7 @@ all your commits to the updated upstream commit. For a much more detailed
162162
explanation (with pictures!) see `this nice write up
163163
<https://git-scm.com/book/en/Git-Branching-Rebasing>`_. The NumPy team has also
164164
`documented how to do this
165-
<http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#rebasing-on-master>`_.
165+
<https://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#rebasing-on-master>`_.
166166
In general, re-writing history, particularly published history, is considered
167167
bad practice, but in this case it is very useful.
168168

doc/devel/gitwash/forking_hell.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Making your own copy (fork) of matplotlib
55
==========================================
66

77
You need to do this only once. The instructions here are very similar
8-
to the instructions at http://help.github.com/forking/ |emdash| please see
8+
to the instructions at https://help.github.com/forking/ |emdash| please see
99
that page for more detail. We're repeating some of it here just to give the
1010
specifics for the matplotlib_ project, and to suggest some default names.
1111

doc/devel/gitwash/git_links.inc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
nipy, NIPY, Nipy, etc...
1010
1111
.. git stuff
12-
.. _git: http://git-scm.com/
13-
.. _github: http://github.com
14-
.. _github help: http://help.github.com
12+
.. _git: https://git-scm.com/
13+
.. _github: https://github.com
14+
.. _github help: https://help.github.com
1515
.. _msysgit: http://code.google.com/p/msysgit/downloads/list
1616
.. _git-osx-installer: http://code.google.com/p/git-osx-installer/downloads/list
1717
.. _subversion: http://subversion.tigris.org/
18-
.. _git cheat sheet: http://github.com/guides/git-cheat-sheet
18+
.. _git cheat sheet: https://github.com/guides/git-cheat-sheet
1919
.. _pro git book: http://progit.org/
20-
.. _git svn crash course: http://git-scm.com/course/svn.html
20+
.. _git svn crash course: https://git-scm.com/course/svn.html
2121
.. _learn.github: http://learn.github.com/
22-
.. _network graph visualizer: http://github.com/blog/39-say-hello-to-the-network-graph-visualizer
23-
.. _git user manual: http://schacon.github.com/git/user-manual.html
24-
.. _git tutorial: http://schacon.github.com/git/gittutorial.html
22+
.. _network graph visualizer: https://github.com/blog/39-say-hello-to-the-network-graph-visualizer
23+
.. _git user manual: https://schacon.github.com/git/user-manual.html
24+
.. _git tutorial: https://schacon.github.com/git/gittutorial.html
2525
.. _git community book: https://git-scm.com/book/en/v2
2626
.. _git ready: http://www.gitready.com/
2727
.. _git casts: http://www.gitcasts.com/

doc/devel/gitwash/known_projects.inc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22

33
.. PROJECTNAME placeholders
44
.. _PROJECTNAME: http://neuroimaging.scipy.org
5-
.. _`PROJECTNAME github`: http://github.com/nipy
5+
.. _`PROJECTNAME github`: https://github.com/nipy
66
.. _`PROJECTNAME mailing list`: http://projects.scipy.org/mailman/listinfo/nipy-devel
77

88
.. numpy
99
.. _numpy: hhttp://numpy.scipy.org
10-
.. _`numpy github`: http://github.com/numpy/numpy
10+
.. _`numpy github`: https://github.com/numpy/numpy
1111
.. _`numpy mailing list`: http://mail.scipy.org/mailman/listinfo/numpy-discussion
1212

1313
.. scipy
1414
.. _scipy: http://www.scipy.org
15-
.. _`scipy github`: http://github.com/scipy/scipy
15+
.. _`scipy github`: https://github.com/scipy/scipy
1616
.. _`scipy mailing list`: http://mail.scipy.org/mailman/listinfo/scipy-dev
1717

1818
.. nipy
1919
.. _nipy: http://nipy.org/nipy
20-
.. _`nipy github`: http://github.com/nipy/nipy
20+
.. _`nipy github`: https://github.com/nipy/nipy
2121
.. _`nipy mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel
2222

2323
.. ipython
2424
.. _ipython: http://ipython.org
25-
.. _`ipython github`: http://github.com/ipython/ipython
25+
.. _`ipython github`: https://github.com/ipython/ipython
2626
.. _`ipython mailing list`: http://mail.scipy.org/mailman/listinfo/IPython-dev
2727

2828
.. dipy
2929
.. _dipy: http://nipy.org/dipy
30-
.. _`dipy github`: http://github.com/Garyfallidis/dipy
30+
.. _`dipy github`: https://github.com/Garyfallidis/dipy
3131
.. _`dipy mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel
3232

3333
.. nibabel
3434
.. _nibabel: http://nipy.org/nibabel
35-
.. _`nibabel github`: http://github.com/nipy/nibabel
35+
.. _`nibabel github`: https://github.com/nipy/nibabel
3636
.. _`nibabel mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel
3737

3838
.. marsbar
3939
.. _marsbar: http://marsbar.sourceforge.net
40-
.. _`marsbar github`: http://github.com/matthew-brett/marsbar
40+
.. _`marsbar github`: https://github.com/matthew-brett/marsbar
4141
.. _`MarsBaR mailing list`: https://lists.sourceforge.net/lists/listinfo/marsbar-users

doc/devel/gitwash/this_project.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. matplotlib
22
.. _matplotlib: http://matplotlib.org
3-
.. _`matplotlib github`: http://github.com/matplotlib/matplotlib
3+
.. _`matplotlib github`: https://github.com/matplotlib/matplotlib
44

55
.. _`matplotlib mailing list`: https://mail.python.org/mailman/listinfo/matplotlib-devel

doc/devel/license.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Licenses
66
Matplotlib only uses BSD compatible code. If you bring in code from
77
another project make sure it has a PSF, BSD, MIT or compatible license
88
(see the Open Source Initiative `licenses page
9-
<http://opensource.org/licenses>`_ for details on individual
9+
<https://opensource.org/licenses>`_ for details on individual
1010
licenses). If it doesn't, you may consider contacting the author and
1111
asking them to relicense it. GPL and LGPL code are not acceptable in
1212
the main code base, though we are considering an alternative way of
@@ -57,7 +57,7 @@ compatible). Also, we wanted to attract as many users and developers
5757
as possible, and many software companies will not use GPL code in
5858
software they plan to distribute, even those that are highly committed
5959
to open source development, such as `enthought
60-
<http://enthought.com>`_, out of legitimate concern that use of the
60+
<https://www.enthought.com>`_, out of legitimate concern that use of the
6161
GPL will "infect" their code base by its viral nature. In effect, they
6262
want to retain the right to release some proprietary code. Companies
6363
and institutions who use matplotlib often make significant

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-
<http://docs.python.org/2/distutils/packageindex.html>`_.
103+
<https://docs.python.org/2/distutils/packageindex.html>`_.
104104

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

doc/devel/testing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The following software is required to run the tests:
2020
- nose_, version 1.0 or later
2121
- `mock <https://docs.python.org/dev/library/unittest.mock.html>`_, when running python
2222
versions < 3.3
23-
- `Ghostscript <http://www.ghostscript.com/>`_ (to render PDF
23+
- `Ghostscript <https://www.ghostscript.com/>`_ (to render PDF
2424
files)
25-
- `Inkscape <http://inkscape.org>`_ (to render SVG files)
25+
- `Inkscape <https://inkscape.org>`_ (to render SVG files)
2626

2727
Optionally you can install:
2828

@@ -236,7 +236,7 @@ this module to the list of default tests, append its name to
236236
Using Travis CI
237237
---------------
238238

239-
`Travis CI <http://travis-ci.org/>`_ is a hosted CI system "in the
239+
`Travis CI <https://travis-ci.org/>`_ is a hosted CI system "in the
240240
cloud".
241241

242242
Travis is configured to receive notifications of new commits to GitHub
@@ -259,7 +259,7 @@ generally isn't necessary, since any pull request submitted against
259259
the main matplotlib repository will be tested.
260260

261261
Once this is configured, you can see the Travis CI results at
262-
http://travis-ci.org/your_GitHub_user_name/matplotlib -- here's `an
262+
https://travis-ci.org/your_GitHub_user_name/matplotlib -- here's `an
263263
example <https://travis-ci.org/msabramo/matplotlib>`_.
264264

265265

doc/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ compiling matplotlib for windows? Write a FAQ or a section for the
585585
Write a tutorial on the signal analysis plotting functions like
586586
:func:`~matplotlib.pyplot.xcorr`, :func:`~matplotlib.pyplot.psd` and
587587
:func:`~matplotlib.pyplot.specgram`. Do you use matplotlib with
588-
`django <http://www.djangoproject.com/>`_ or other popular web
588+
`django <https://www.djangoproject.com/>`_ or other popular web
589589
application servers? Write a FAQ or tutorial and we'll find a place
590590
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.

doc/faq/installing_faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Canopy web pages for more information.
186186
Other options for a fresh Python install are the standard installer from
187187
`python.org <https://www.python.org/downloads/mac-osx/>`_, or installing
188188
Python using a general OSX package management system such as `homebrew
189-
<http://brew.sh>`_ or `macports <http://www.macports.org>`_. Power users on
189+
<http://brew.sh>`_ or `macports <https://www.macports.org>`_. Power users on
190190
OSX will likely want one of homebrew or macports on their system to install
191191
open source software packages, but it is perfectly possible to use these
192192
systems with another source for your Python binary, such as Anaconda, Canopy
@@ -197,7 +197,7 @@ or Python.org Python.
197197
Installing OSX binary wheels
198198
----------------------------
199199

200-
If you are using recent Python from http://www.python.org, Macports or
200+
If you are using recent Python from https://www.python.org, Macports or
201201
Homebrew, then you can use the standard pip installer to install matplotlib
202202
binaries in the form of wheels.
203203

doc/faq/osx_framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ build within the virtual environment you can do ``frameworkpython -m IPython``
104104
^^^^^^^^^^^^^^^^^^^^^
105105

106106
An alternative work around borrowed from the `WX wiki
107-
<http://wiki.wxpython.org/wxPythonVirtualenvOnMac>`_, is to use the non
107+
<https://wiki.wxpython.org/wxPythonVirtualenvOnMac>`_, is to use the non
108108
virtualenv python along with the PYTHONHOME environment variable. This can be
109109
implemented in a script as below. To use this modify ``PYVER`` and
110110
``PATHTOPYTHON`` and put the script in the virtualenv bin directory i.e.

doc/faq/troubleshooting_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ simple test script in debug mode::
167167

168168
and post :file:`build.out` and :file:`run.out` to the
169169
`matplotlib-devel
170-
<http://mail.python.org/mailman/listinfo/matplotlib-devel>`_
170+
<https://mail.python.org/mailman/listinfo/matplotlib-devel>`_
171171
mailing list (please do not post git problems to the `users list
172172
<https://mail.python.org/mailman/listinfo/matplotlib-users>`_).
173173

doc/faq/usage_faq.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ For example, with GTK, you can also select GDK rendering (backend
376376
``GTK`` deprecated in 2.0) or Cairo rendering (backend ``GTKCairo``).
377377

378378
For the rendering engines, one can also distinguish between `vector
379-
<http://en.wikipedia.org/wiki/Vector_graphics>`_ or `raster
380-
<http://en.wikipedia.org/wiki/Raster_graphics>`_ renderers. Vector
379+
<https://en.wikipedia.org/wiki/Vector_graphics>`_ or `raster
380+
<https://en.wikipedia.org/wiki/Raster_graphics>`_ renderers. Vector
381381
graphics languages issue drawing commands like "draw a line from this
382382
point to this point" and hence are scale free, and raster backends
383383
generate a pixel representation of the line whose accuracy depends on a
@@ -441,19 +441,19 @@ macosx Cocoa rendering in OSX windows
441441
============ ================================================================
442442

443443
.. _`Anti-Grain Geometry`: http://antigrain.com/
444-
.. _Postscript: http://en.wikipedia.org/wiki/PostScript
445-
.. _`Portable Document Format`: http://en.wikipedia.org/wiki/Portable_Document_Format
446-
.. _`Scalable Vector Graphics`: http://en.wikipedia.org/wiki/Scalable_Vector_Graphics
447-
.. _`Cairo graphics`: http://en.wikipedia.org/wiki/Cairo_(graphics)
448-
.. _`Gimp Drawing Kit`: http://en.wikipedia.org/wiki/GDK
444+
.. _Postscript: https://en.wikipedia.org/wiki/PostScript
445+
.. _`Portable Document Format`: https://en.wikipedia.org/wiki/Portable_Document_Format
446+
.. _`Scalable Vector Graphics`: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics
447+
.. _`Cairo graphics`: https://en.wikipedia.org/wiki/Cairo_(graphics)
448+
.. _`Gimp Drawing Kit`: https://en.wikipedia.org/wiki/GDK
449449
.. _PyGTK: http://www.pygtk.org
450450
.. _PyGObject: https://live.gnome.org/PyGObject
451-
.. _pycairo: http://www.cairographics.org/pycairo/
451+
.. _pycairo: https://www.cairographics.org/pycairo/
452452
.. _cairocffi: https://pythonhosted.org/cairocffi/
453-
.. _wxPython: http://www.wxpython.org/
454-
.. _TkInter: http://wiki.python.org/moin/TkInter
455-
.. _PyQt4: http://www.riverbankcomputing.co.uk/software/pyqt/intro
456-
.. _PyQt5: http://www.riverbankcomputing.co.uk/software/pyqt/intro
453+
.. _wxPython: https://www.wxpython.org/
454+
.. _TkInter: https://wiki.python.org/moin/TkInter
455+
.. _PyQt4: https://riverbankcomputing.com/software/pyqt/intro
456+
.. _PyQt5: https://riverbankcomputing.com/software/pyqt/intro
457457

458458
WX backends
459459
===========

0 commit comments

Comments
 (0)