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

Skip to content

Commit 351bc73

Browse files
tacaswelltobias47n9e
authored andcommitted
DOC : fixed urls
- fixed removed explicit matplotlib.org when relative link will do - fixed up moved examples
1 parent bef70dc commit 351bc73

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3>{{ _('Navigation') }}</h3>
197197
}
198198
</script>
199199
<!-- End Piwik Tag -->
200-
<link rel="shortcut icon" href="_static/favicon.ico">
200+
<link rel="shortcut icon" href="/_static/favicon.ico">
201201

202202
<!-- The "Fork me on github" ribbon -->
203203
<img style="float: right; margin-bottom: -40px; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" usemap="#ribbonmap"/>

doc/devel/coding_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ Writing examples
260260
We have hundreds of examples in subdirectories of
261261
:file:`matplotlib/examples`, and these are automatically generated
262262
when the website is built to show up both in the `examples
263-
<http://matplotlib.org/examples/index.html>`_ and `gallery
264-
<http://matplotlib.org/gallery.html>`_ sections of the website.
263+
<../examples/index.html>`_ and `gallery
264+
<../gallery.html>`_ sections of the website.
265265

266266
Any sample data that the example uses should be kept small and
267267
distributed with matplotlib in the

doc/users/credits.rst

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

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

149149
Nicolas Young

doc/users/image_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ object:
237237

238238
There are many other colormap schemes available. See the `list and
239239
images of the colormaps
240-
<http://matplotlib.org/examples/color/colormaps_reference.html>`_.
240+
<../examples/color/colormaps_reference.html>`_.
241241

242242
.. _`Color Bars`:
243243

doc/users/screenshots.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ command, which includes customizations such as error bars:
101101
.. plot:: mpl_examples/pylab_examples/barchart_demo.py
102102

103103
It's also simple to create stacked bars
104-
(`bar_stacked.py <mpl_examples/pylab_examples/bar_stacked.html>`_),
104+
(`bar_stacked.py <../examples/pylab_examples/bar_stacked.html>`_),
105105
candlestick bars
106-
(`finance_demo.py <mpl_examples/pylab_examples/finance_demo.html>`_),
106+
(`finance_demo.py <../examples/pylab_examples/finance_demo.html>`_),
107107
and horizontal bar charts
108-
(`barh_demo.py <mpl_examples/lines_bars_and_markers/barh_demo.html>`_).
108+
(`barh_demo.py <../examples/lines_bars_and_markers/barh_demo.html>`_).
109109

110110
.. _screenshots_pie_demo:
111111

0 commit comments

Comments
 (0)