Skip to content

Commit

Permalink
Merge pull request #4864 from sargas/document_inset_locator
Browse files Browse the repository at this point in the history
DOC: Add documentation for mpl_toolkits.axes_grid1.inset_locator
  • Loading branch information
tacaswell committed Dec 16, 2015
1 parent af8b460 commit 8677af6
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 70 deletions.
12 changes: 12 additions & 0 deletions doc/mpl_toolkits/axes_grid/api/index.rst
Expand Up @@ -13,3 +13,15 @@
axes_divider_api.rst
axes_grid_api.rst
axis_artist_api.rst


#######################################
The Matplotlib axes_grid1 Toolkit API
#######################################

:Release: |version|
:Date: |today|

.. toctree::

inset_locator_api.rst
7 changes: 7 additions & 0 deletions doc/mpl_toolkits/axes_grid/api/inset_locator_api.rst
@@ -0,0 +1,7 @@
:mod:`mpl_toolkits.axes_grid1.inset_locator`
============================================

.. automodule:: mpl_toolkits.axes_grid1.inset_locator
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 8677af6

Please sign in to comment.