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

Skip to content

Commit f73f336

Browse files
authored
Merge pull request #15654 from anntzer/brokenlinks
Fix some broken links.
2 parents 3608411 + 2314b19 commit f73f336

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

doc/devel/MEP/MEP19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This section outlines the requirements that we would like to have.
122122
#. Make it easy to test a large but sparse matrix of different
123123
versions of matplotlib's dependencies. The matplotlib user survey
124124
provides some good data as to where to focus our efforts:
125-
https://docs.google.com/spreadsheet/ccc?key=0AjrPjlTMRTwTdHpQS25pcTZIRWdqX0pNckNSU01sMHc#gid=0
125+
https://docs.google.com/spreadsheet/ccc?key=0AjrPjlTMRTwTdHpQS25pcTZIRWdqX0pNckNSU01sMHc
126126

127127
#. Nice to have: A decentralized design so that those with more
128128
obscure platforms can publish build results to a central dashboard.

doc/devel/MEP/MEP29.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ one has to look at the gallery where one such example is provided:
3232
http://matplotlib.org/examples/text_labels_and_annotations/rainbow_text.html
3333

3434
This example takes a list of strings as well as a list of colors which makes it
35-
cumbersome to use. An alternative would be to use a restricted set of pango-like markup (see https://developer.gnome.org/pango/stable/PangoMarkupFormat.html) and to interpret this markup.
35+
cumbersome to use. An alternative would be to use a restricted set of pango_-like markup and to interpret this markup.
36+
37+
.. _pango: https://developer.gnome.org/pygtk/stable/pango-markup-language.html
3638

3739
Some markup examples::
3840

doc/users/prev_whats_new/changelog.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ the `API changes <../../api/api_changes.html>`_.
10021002

10031003
2009-07-19 Fixed the docstring of Axes.step to reflect the correct
10041004
meaning of the kwargs "pre" and "post" - See SF bug
1005-
https://sourceforge.net/tracker/index.php?func=detail&aid=2823304&group_id=80706&atid=560720
1005+
\https://sourceforge.net/tracker/index.php?func=detail&aid=2823304&group_id=80706&atid=560720
10061006
- JDH
10071007

10081008
2009-07-18 Fix support for hatches without color fills to pdf and svg
@@ -1797,7 +1797,7 @@ the `API changes <../../api/api_changes.html>`_.
17971797
2008-06-10 Bar now applies the label only to the first patch only, and
17981798
sets '_nolegend_' for the other patch labels. This lets
17991799
autolegend work as expected for hist and bar - see
1800-
https://sourceforge.net/tracker/index.php?func=detail&aid=1986597&group_id=80706&atid=560720
1800+
\https://sourceforge.net/tracker/index.php?func=detail&aid=1986597&group_id=80706&atid=560720
18011801
JDH
18021802

18031803
2008-06-10 Fix text baseline alignment bug. [ 1985420 ] Repair of
@@ -1860,11 +1860,11 @@ the `API changes <../../api/api_changes.html>`_.
18601860

18611861
2008-05-28 Allow keyword args to configure widget properties as
18621862
requested in
1863-
http://sourceforge.net/tracker/index.php?func=detail&aid=1866207&group_id=80706&atid=560722
1863+
\http://sourceforge.net/tracker/index.php?func=detail&aid=1866207&group_id=80706&atid=560722
18641864
- JDH
18651865

18661866
2008-05-28 Replaced '-' with u'\u2212' for minus sign as requested in
1867-
http://sourceforge.net/tracker/index.php?func=detail&aid=1962574&group_id=80706&atid=560720
1867+
\http://sourceforge.net/tracker/index.php?func=detail&aid=1962574&group_id=80706&atid=560720
18681868

18691869
2008-05-28 zero width/height Rectangles no longer influence the
18701870
autoscaler. Useful for log histograms with empty bins -
@@ -2555,11 +2555,11 @@ the `API changes <../../api/api_changes.html>`_.
25552555
writable HOME/.matplotlib already exists - JDH
25562556

25572557
2007-06-27 Fixed locale bug reported at
2558-
http://sourceforge.net/tracker/index.php?func=detail&aid=1744154&group_id=80706&atid=560720
2558+
\http://sourceforge.net/tracker/index.php?func=detail&aid=1744154&group_id=80706&atid=560720
25592559
by adding a cbook.unicode_safe function - JDH
25602560

25612561
2007-06-27 Applied Micheal's tk savefig bugfix described at
2562-
http://sourceforge.net/tracker/index.php?func=detail&aid=1716732&group_id=80706&atid=560720
2562+
\http://sourceforge.net/tracker/index.php?func=detail&aid=1716732&group_id=80706&atid=560720
25632563
Thanks Michael!
25642564

25652565

@@ -2954,7 +2954,7 @@ the `API changes <../../api/api_changes.html>`_.
29542954
subplots_adjust - JDH
29552955

29562956
2006-10-31 Applied axes3d patch 1587359
2957-
http://sourceforge.net/tracker/index.php?func=detail&aid=1587359&group_id=80706&atid=560722
2957+
\http://sourceforge.net/tracker/index.php?func=detail&aid=1587359&group_id=80706&atid=560722
29582958
JDH
29592959

29602960
-------------------------
@@ -4098,7 +4098,7 @@ the `API changes <../../api/api_changes.html>`_.
40984098

40994099
2005-05-27 Got win32 build system working again, using a more recent
41004100
version of gtk and pygtk in the win32 build, gtk 2.6 from
4101-
http://www.gimp.org/~tml/gimp/win32/downloads.html (you
4101+
https://web.archive.org/web/20050527002647/https://www.gimp.org/~tml/gimp/win32/downloads.html (you
41024102
will also need libpng12.dll to use these). I haven't
41034103
tested whether this binary build of mpl for win32 will work
41044104
with older gtk runtimes, so you may need to upgrade.

examples/style_sheets/plot_solarizedlight2.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
This shows an example of "Solarized_Light" styling, which
77
tries to replicate the styles of:
88
9-
- `<http://ethanschoonover.com/solarized>`__
10-
- `<https://github.com/jrnold/ggthemes>`__
11-
- `<http://pygal.org/en/stable/documentation/builtin_styles.html#light-solarized>`__
9+
- http://ethanschoonover.com/solarized
10+
- https://github.com/jrnold/ggthemes
11+
- http://www.pygal.org/en/stable/documentation/builtin_styles.html#light-solarized
1212
1313
and work of:
1414
15-
- `<https://github.com/tonysyu/mpltools>`__
15+
- https://github.com/tonysyu/mpltools
1616
1717
using all 8 accents of the color palette - starting with blue
1818
1919
ToDo:
20-
- Create alpha values for bar and stacked charts. .33 or .5
21-
- Apply Layout Rules
20+
21+
- Create alpha values for bar and stacked charts. .33 or .5
22+
- Apply Layout Rules
2223
"""
2324
import matplotlib.pyplot as plt
2425
import numpy as np

0 commit comments

Comments
 (0)