Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8677af6

Browse filesBrowse files
committed
Merge pull request #4864 from sargas/document_inset_locator
DOC: Add documentation for mpl_toolkits.axes_grid1.inset_locator
1 parent af8b460 commit 8677af6
Copy full SHA for 8677af6

File tree

Expand file treeCollapse file tree

3 files changed

+357
-70
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+357
-70
lines changed

‎doc/mpl_toolkits/axes_grid/api/index.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axes_grid/api/index.rst
+12Lines 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
+7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.