Skip to content

DOC replaced dead links with active ones #7539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/devel/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ example <https://travis-ci.org/msabramo/matplotlib>`_.
Using tox
---------

`Tox <http://tox.testrun.org/>`_ is a tool for running tests against
`Tox <https://tox.readthedocs.io/en/latest/>`_ is a tool for running
tests against
multiple Python environments, including multiple versions of Python
(e.g., 2.7, 3.4, 3.5) and even different Python implementations
altogether (e.g., CPython, PyPy, Jython, etc.)
Expand Down
4 changes: 0 additions & 4 deletions doc/resources/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
Videos
=======

* `Getting started with Matplotlib
<http://showmedo.com/videotutorials/video?name=7200090&fromSeriesID=720>`_
by `unpingco <http://showmedo.com/videotutorials/?author=6237>`_

* `Plotting with matplotlib <http://www.youtube.com/watch?v=P7SVi0YTIuE>`_
by Mike Müller

Expand Down
2 changes: 1 addition & 1 deletion doc/users/colormaps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ References
.. [mycarta-lablinear] http://mycarta.wordpress.com/2012/12/06/the-rainbow-is-deadlong-live-the-rainbow-part-5-cie-lab-linear-l-rainbow/
.. [mycarta-cubelaw] http://mycarta.wordpress.com/2013/02/21/perceptual-rainbow-palette-the-method/
.. [bw] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/
.. [colorblindness] http://aspnetresources.com/tools/colorBlindness
.. [colorblindness] http://www.color-blindness.com/
.. [asp] http://aspnetresources.com/tools/colorBlindness
.. [IBM] http://www.research.ibm.com/people/l/lloydt/color/color.HTM
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/whats_new_1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ figures since the last call. Eric has done a lot of testing on the
user interface toolkits and versions and platforms he has access to,
but it is not possible to test them all, so please report problems to
the `mailing list
<http://mail.python.org/mailman/listinfo/matplotlib users>`__
<https://mail.python.org/mailman/listinfo/matplotlib-users>`__
and `bug tracker
<http://github.com/matplotlib/matplotlib/issues>`__.

Expand Down