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

Skip to content

Commit ce1531b

Browse files
committed
Merge pull request matplotlib#3246 from dmcdougall/fix-doc-links
Fix some hyperlinks in the documentation Edits only in rst files
2 parents 392dd3d + 22d80ce commit ce1531b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/mpl_toolkits/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ toolkit written by Joe Kington to provide interactive "data cursors"
120120

121121
prettyplotlib
122122
=============
123-
`prettyplotlib <olgabot.github.io/prettyplotlib>`_ is an extension
123+
`prettyplotlib <https://olgabot.github.io/prettyplotlib>`_ is an extension
124124
to matplotlib which changes many of the defaults to make plots some
125125
consider more attractive.
126126

@@ -138,7 +138,7 @@ seaborn
138138
=======
139139
(*Not distributed with matplotlib*)
140140

141-
`seaborn <www.stanford.edu/~mwaskom/software/seaborn/>`_ is a high
141+
`seaborn <http://web.stanford.edu/~mwaskom/software/seaborn>`_ is a high
142142
level interface for drawing statistical graphics with matplotlib. It
143143
aims to make visualization a central part of exploring and
144144
understanding complex datasets.
@@ -149,5 +149,5 @@ ggplot
149149
======
150150
(*Not distributed with matplotlib*)
151151

152-
`ggplot <https://github.com/yhat/ggplot/>`_ is a port of the R ggplot2
152+
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2
153153
to python based on matplotlib.

doc/users/credits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Eric Firing
144144

145145
Daishi Harada
146146
added support for "Dashed Text". See `dashpointlabel.py
147-
<../examples/pylab_examples/dashpointlabel.py>`_ and
147+
<../examples/pylab_examples/dashpointlabel.html>`_ and
148148
:class:`~matplotlib.text.TextWithDash`.
149149

150150
Nicolas Young

0 commit comments

Comments
 (0)