8000 DOC: remove/fix external links · matplotlib/matplotlib@1a5122d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a5122d

Browse files
committed
DOC: remove/fix external links
- correct obvious redirects - remove some dead links
1 parent e42a340 commit 1a5122d

File tree

10 files changed

+9
-18
lines changed

10 files changed

+9
-18
lines changed

doc/api/api_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ by the new keyword argument `corner_mask`, or if this is not specified then
7272
the new rcParam `contour.corner_mask` instead. The new default behaviour is
7373
equivalent to using `corner_mask=True`; the previous behaviour can be obtained
7474
using `corner_mask=False` or by changing the rcParam. The example
75-
http://matplotlib.org/examples/pylab_examples/contour_corner_mask.py
75+
http://matplotlib.org/examples/pylab_examples/contour_corner_mask.html
7676
demonstrates the difference. Use of the old contouring algorithm, which is
7777
obtained with `corner_mask='legacy'`, is now deprecated.
7878

doc/devel/MEP/MEP12.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,4 @@ navigate the gallery. Thus, tags are complementary to this reorganization.
184184
.. [2] http://github.com/matplotlib/matplotlib/issues/524
185185
.. [3] http://matplotlib.1069221.n5.nabble.com/Matplotlib-gallery-td762.html#a33379091
186186
.. [4] http://www.loria.fr/~rougier/teaching/matplotlib/
187-
.. [5] http://www.gigawiz.com/aagraphs.html
188-
.. [6] http://www.loria.fr/~rougier/coding/gallery/
187+
.. [5] http://www.loria.fr/~rougier/coding/gallery/

doc/devel/MEP/MEP15.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ When axis limits for a 2-D plot are specified for one axis only (via `xlim` or
2929
`ylim`), matplotlib currently does not currently rescale the other axis. The
3030
result is that the displayed curves or symbols may be compressed into a tiny
3131
portion of the available area, so that the final plot conveys much less
32-
information than it would with appropriate axis scaling. An example of such a
33-
plot can be found at the following URL:
34-
35-
http://phillipmfeldman.org/Python/MEP15.png
32+
information than it would with appropriate axis scaling.
3633

3734
The proposed change of behavior would make matplotlib choose the scale for the
3835
remaining axis using only the data that falls within the limits for the axis

doc/devel/gitwash/git_links.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
.. _why the -a flag?: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
4444
.. _git staging area: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
4545
.. _tangled working copy problem: http://tomayko.com/writings/the-thing-about-git
46-
.. _git management: http://kerneltrap.org/Linux/Git_Management
4746
.. _linux git workflow: http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html
4847
.. _git parable: http://tom.preston-werner.com/2009/05/19/the-git-parable.html
4948
.. _git foundation: http://matthew-brett.github.com/pydagogue/foundation.html

doc/devel/gitwash/git_resources.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Advanced git workflow
3030
There are many ways of working with git_; here are some posts on the
3131
rules of thumb that other projects have come up with:
3232

33-
* Linus Torvalds on `git management`_
3433
* Linus Torvalds on `linux git workflow`_ . Summary; use the git tools
3534
to make the history of your edits as clean as possible; merge from
3635
upstream edits as little as possible in branches where you are doing

doc/users/github_stats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ Issues (807):
12831283
* :ghissue:`5977`: legend needs logic to deal with new linestyle scaling by linewidth
12841284
* :ghissue:`6365`: Default format time series xtick labels changed
12851285
* :ghissue:`6104`: docs: latex required for PDF plotting?
1286-
* :ghissue:`6451`: Inequality error on web page http://matplotlib.org/faq/howto_faq.htm
1286+
* :ghissue:`6451`: Inequality error on web page http://matplotlib.org/faq/howto_faq.html
12871287
* :ghissue:`6459`: use conda already installed on appveyor
12881288
* :ghissue:`6043`: Advanced hillshading example looks strange with new defaults.
12891289
* :ghissue:`6440`: BUG: set_tick_params labelcolor should apply to offset

doc/users/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ application, GTKAgg uses the Anti-Grain renderer to create a figure
8080
and embed it in a Gtk+ application, and so on for `PDF
8181
<http://www.adobe.com/products/acrobat/adobepdf.html>`_, `WxWidgets
8282
<http://www.wxpython.org/>`_, `Tkinter
83-
<http://docs.python.org/lib/module-Tkinter.html>`_, etc.
83+
<https://docs.python.org/library/tkinter.html>`_, etc.
8484

8585
matplotlib is used by many people in many different contexts. Some
8686
people want to automatically generate PostScript files to send

doc/users/mathtext.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Any text element can use math text. You should use raw strings
1717
(precede the quotes with an ``'r'``), and surround the math text with
1818
dollar signs ($), as in TeX. Regular text and mathtext can be
1919
interleaved within the same string. Mathtext can use the Computer
20-
Modern fonts (from (La)TeX), `STIX <http://www.aip.org/stixfonts/>`_
20+
Modern fonts (from (La)TeX), `STIX <http://www.stixfonts.org/>`_
2121
fonts (with are designed to blend well with Times) or a Unicode font
2222
that you provide. The mathtext font can be selected with the
2323
customization variable ``mathtext.fontset`` (see
@@ -205,7 +205,7 @@ The choices available with all fonts are:
205205
.. role:: math-stix(math)
206206
:fontset: stix
207207

208-
When using the `STIX <http://www.aip.org/stixfonts/>`_ fonts, you also have the choice of:
208+
When using the `STIX <http://www.stixfonts.org/>`_ fonts, you also have the choice of:
209209

210210
====================================== =========================================
211211
Command Result

doc/users/shell.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ run so you can continue tweaking the figure manually.
6969
There has been a lot of recent work to embed ipython, with pylab
7070
support, into various GUI applications, so check on the ipython
7171
mailing `list
72-
<http://projects.scipy.org/mailman/listinfo/ipython-user>`_ for the
72+
<http://mail.scipy.org/mailman/listinfo/ipython-user>`_ for the
7373
latest status.
7474

7575
.. _other-shells:
@@ -154,6 +154,3 @@ the performance hit::
154154
>>> close()
155155
>>> ion() # turn updating back on
156156
>>> plot(rand(20), mfc='g', mec='r', ms=40, mew=4, ls='--', lw=3)
157-
158-
159-

doc/users/style_sheets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ changes, you can write something like the following::
8484

8585

8686
.. _matplotlibrc: http://matplotlib.org/users/customizing.html
87-
.. _ggplot: http://had.co.nz/ggplot/
87+
.. _ggplot: http://had.co.nz/ggplot2/
8888
.. _R: http://www.r-project.org/

0 commit comments

Comments
 (0)
0