10000 Merge pull request #8605 from anntzer/apidoc-contour · matplotlib/matplotlib@141368f · GitHub
[go: up one dir, main page]

Skip to content

Commit 141368f

Browse files
authored
Merge pull request #8605 from anntzer/apidoc-contour
DOC: Add mpl.contour to api docs; minor fix to docstring.
2 parents 52413e0 + 1d974f9 commit 141368f

File tree

3 files changed

+15
-2
lines changed

doc/api/contour_api.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
*******
3+
contour
4+
*******
5+
6+
7+
:mod:`matplotlib.contour`
8+
=========================
9+
10+
.. automodule:: matplotlib.contour
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
collections_api.rst
2727
colorbar_api.rst
2828
colors_api.rst
29+
contour_api.rst
2930
container_api.rst
3031
dates_api.rst
3132
dviread.rst

lib/matplotlib/contour.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
2-
These are classes to support contour plotting and
3-
labelling for the axes class
2+
These are classes to support contour plotting and labelling for the Axes class.
43
"""
54
from __future__ import (absolute_import, division, print_function,
65
unicode_literals)

0 commit comments

Comments
 (0)
0