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

Skip to content

Commit dc10bad

Browse files
committed
More docs.
svn path=/trunk/matplotlib/; revision=6338
1 parent def946b commit dc10bad

7 files changed

Lines changed: 847 additions & 592 deletions

File tree

doc/api/font_manager_api.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
***********************
2+
matplotlib font_manager
3+
***********************
4+
5+
:mod:`matplotlib.font_manager`
6+
==============================
7+
8+
.. automodule:: matplotlib.font_manager
9+
:members:
10+
:undoc-members:
11+
:show-inheritance:
12+
13+
:mod:`matplotlib.fontconfig_pattern`
14+
==============================
15+
16+
.. automodule:: matplotlib.fontconfig_pattern
17+
:members:
18+
:undoc-members:
19+
:show-inheritance:
20+
21+

doc/api/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
matplotlib_configuration_api.rst
1515
afm_api.rst
1616
artist_api.rst
17-
figure_api.rst
1817
axes_api.rst
1918
axis_api.rst
2019
cbook_api.rst
2120
cm_api.rst
2221
collections_api.rst
2322
colorbar_api.rst
2423
colors_api.rst
24+
figure_api.rst
25+
font_manager_api.rst
2526
nxutils_api.rst
2627
mathtext_api.rst
2728
mlab_api.rst

doc/devel/outline.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,17 @@ dates Darren needs conversion
126126
dviread Darren needs conversion
127127
figure Darren needs conversion
128128
finance Darren needs conversion
129-
font_manager Mike needs conversion
130-
fontconfig_pattern Mike needs conversion
129+
font_manager Mike converted
130+
fontconfig_pattern Mike converted
131131
image needs conversion
132132
legend needs conversion
133-
lines needs conversion
133+
lines Mike & ??? converted
134134
mathtext Mike converted
135-
mlab needs conversion
136-
mpl needs conversion
135+
mlab John/Mike converted
136+
mpl N/A
137137
patches Mike converted
138138
path Mike converted
139-
pylab no docstrings
139+
pylab N/A
140140
pyplot converted
141141
quiver needs conversion
142142
rcsetup needs conversion

0 commit comments

Comments
 (0)