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

Skip to content

Commit 4573e1e

Browse files
committed
Merge pull request #4864 from sargas/document_inset_locator
DOC: Add documentation for mpl_toolkits.axes_grid1.inset_locator
2 parents e789a70 + e6181de commit 4573e1e

File tree

3 files changed

+357
-70
lines changed

3 files changed

+357
-70
lines changed

doc/mpl_toolkits/axes_grid/api/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@
1313
axes_divider_api.rst
1414
axes_grid_api.rst
1515
axis_artist_api.rst
16+
17+
18+
#######################################
19+
The Matplotlib axes_grid1 Toolkit API
20+
#######################################
21+
22+
:Release: |version|
23+
:Date: |today|
24+
25+
.. toctree::
26+
27+
inset_locator_api.rst
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`mpl_toolkits.axes_grid1.inset_locator`
2+
============================================
3+
4+
.. automodule:: mpl_toolkits.axes_grid1.inset_locator
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)