Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Sphinx does not like non local images. Use a local copy of the basema…
…p and cartopy examples
  • Loading branch information
jenshnielsen committed Sep 3, 2014
commit 78b8809fd53bd34e269eb248b8cc87494e800acb
Binary file added doc/_static/basemap_contour1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/cartopy_hurricane_katrina_01_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/mpl_toolkits/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Plots data on map projections, with continental and political
boundaries, see `basemap <http://matplotlib.org/basemap>`_
docs.

.. image:: http://matplotlib.org/basemap/_images/contour1.png
.. image:: /_static/basemap_contour1.png
:height: 400px


Expand All @@ -46,7 +46,7 @@ integration with Shapely for powerful yet easy-to-use vector data processing
tools. An example plot from the
`Cartopy gallery <http://scitools.org.uk/cartopy/docs/latest/gallery.html>`_:

.. image:: http://scitools.org.uk/cartopy/docs/latest/_images/hurricane_katrina_01_00.png
.. image:: /_static/cartopy_hurricane_katrina_01_00.png
:height: 400px


Expand Down