Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb89b8b

Browse filesBrowse files
authored
Merge pull request #7694 from dstansby/broken-doc-links
DOC: Fix a few broken links in docs
2 parents ab98852 + 83827c2 commit cb89b8b
Copy full SHA for cb89b8b

File tree

Expand file treeCollapse file tree

4 files changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-5
lines changed

‎doc/devel/MEP/MEP11.rst

Copy file name to clipboardExpand all lines: doc/devel/MEP/MEP11.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Implementation
117117
For installing from source, and assuming the user has all of the
118118
C-level compilers and dependencies, this can be accomplished fairly
119119
easily using `distribute` and following the instructions `here
120-
<http://packages.python.org/distribute/>`_. The only anticipated
120+
<https://pypi.python.org/pypi/distribute>`_. The only anticipated
121121
change to the matplotlib library code will be to import `pyparsing`
122122
from the top-level namespace rather than from within matplotlib. Note
123123
that `distribute` will also allow us to remove the direct dependency

‎doc/devel/gitwash/git_links.inc

Copy file name to clipboardExpand all lines: doc/devel/gitwash/git_links.inc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.. _network graph visualizer: http://github.com/blog/39-say-hello-to-the-network-graph-visualizer
2323
.. _git user manual: http://schacon.github.com/git/user-manual.html
2424
.. _git tutorial: http://schacon.github.com/git/gittutorial.html
25-
.. _git community book: http://book.git-scm.com/
25+
.. _git community book: https://git-scm.com/book/en/v2
2626
.. _git ready: http://www.gitready.com/
2727
.. _git casts: http://www.gitcasts.com/
2828
.. _Fernando's git page: http://www.fperez.org/py4science/git.html

‎doc/devel/license.rst

Copy file name to clipboardExpand all lines: doc/devel/license.rst
+1-1Lines changed: 1 addition & 1 deletion
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://www.opensource.org/licenses>`_ for details on individual
9+
<http://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

‎doc/users/colormaps.rst

Copy file name to clipboardExpand all lines: doc/users/colormaps.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ Color vision deficiencies
168168

169169
There is a lot of information available about color blindness (*e.g.*,
170170
[colorblindness]_). Additionally, there are tools available to convert images to
171-
how they look for different types of color vision deficiencies (*e.g.*, [asp]_).
171+
how they look for different types of color vision deficiencies (*e.g.*,
172+
[vischeck]_).
172173

173174
The most common form of color vision deficiency involves differentiating between
174175
red and green. Thus, avoiding colormaps with both red and green will avoid many
@@ -187,5 +188,5 @@ References
187188
.. [mycarta-cubelaw] http://mycarta.wordpress.com/2013/02/21/perceptual-rainbow-palette-the-method/
188189
.. [bw] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/
189190
.. [colorblindness] http://www.color-blindness.com/
190-
.. [asp] http://aspnetresources.com/tools/colorBlindness
191+
.. [vischeck] http://www.vischeck.com/vischeck/
191192
.. [IBM] http://www.research.ibm.com/people/l/lloydt/color/color.HTM

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.