8000 Add container module to API docs by patniharshit · Pull Request #8462 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Add container module to API docs #8462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 12, 2017
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
Next Next commit
Add container module to API docs
  • Loading branch information
patniharshit committed Apr 11, 2017
commit 31756018ec46f68b254e063af306016762cb0b43
11 changes: 11 additions & 0 deletions doc/api/container_api.rst
9F80
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*********
container
*********

:mod:`matplotlib.container`
====================
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the docs aren't building because this underline needs to be the same length as the above line.

Happy for this to be merged when the travis doc build is passing.


.. automodule:: matplotlib.container
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
collections_api.rst
colorbar_api.rst
colors_api.rst
container_api.rst
dates_api.rst
dviread.rst
figure_api.rst
Expand Down
0