Skip to content

Commit

Permalink
DOC : fixed urls
Browse files Browse the repository at this point in the history
 - fixed removed explicit matplotlib.org when relative link will do
 - fixed up moved examples
  • Loading branch information
tacaswell committed Jun 5, 2014
1 parent e322d5f commit def29e1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h3>{{ _('Navigation') }}</h3>
}
</script>
<!-- End Piwik Tag -->
<link rel="shortcut icon" href="_static/favicon.ico">
<link rel="shortcut icon" href="/_static/favicon.ico">

<!-- The "Fork me on github" ribbon -->
<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"/>
Expand Down
4 changes: 2 additions & 2 deletions doc/devel/coding_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ Writing examples
We have hundreds of examples in subdirectories of
:file:`matplotlib/examples`, and these are automatically generated
when the website is built to show up both in the `examples
<http://matplotlib.org/examples/index.html>`_ and `gallery
<http://matplotlib.org/gallery.html>`_ sections of the website.
<../examples/index.html>`_ and `gallery
<../gallery.html>`_ sections of the website.

Any sample data that the example uses should be kept small and
distributed with matplotlib in the
Expand Down
2 changes: 1 addition & 1 deletion doc/users/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Eric Firing

Daishi Harada
added support for "Dashed Text". See `dashpointlabel.py
<examples/pylab_examples/dashpointlabel.py>`_ and
<../examples/pylab_examples/dashpointlabel.py>`_ and
:class:`~matplotlib.text.TextWithDash`.

Nicolas Young
Expand Down
2 changes: 1 addition & 1 deletion doc/users/image_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ object:

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

.. _`Color Bars`:

Expand Down
6 changes: 3 additions & 3 deletions doc/users/screenshots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ command, which includes customizations such as error bars:
.. plot:: mpl_examples/pylab_examples/barchart_demo.py

It's also simple to create stacked bars
(`bar_stacked.py <mpl_examples/pylab_examples/bar_stacked.html>`_),
(`bar_stacked.py <../examples/pylab_examples/bar_stacked.html>`_),
candlestick bars
(`finance_demo.py <mpl_examples/pylab_examples/finance_demo.html>`_),
(`finance_demo.py <../examples/pylab_examples/finance_demo.html>`_),
and horizontal bar charts
(`barh_demo.py <mpl_examples/lines_bars_and_markers/barh_demo.html>`_).
(`barh_demo.py <../examples/lines_bars_and_markers/barh_demo.html>`_).

.. _screenshots_pie_demo:

Expand Down

0 comments on commit def29e1

Please sign in to comment.