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

Skip to content

Commit 6b3e176

Browse files
committed
experimenting with including api docs
svn path=/trunk/matplotlib/; revision=5237
1 parent 5408064 commit 6b3e176

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

doc/users_guide/api_artists.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
******************
2+
matplotlib artists
3+
******************
4+
5+
:mod:`matplotlib.artist`
6+
=============================
7+
8+
.. automodule:: matplotlib.artist
9+
:members:
10+
11+
12+
:mod:`matplotlib.lines`
13+
=============================
14+
15+
.. automodule:: matplotlib.lines
16+
:members:
17+
18+
19+
:mod:`matplotlib.patches`
20+
=============================
21+
22+
.. automodule:: matplotlib.patches
23+
:members:
24+
25+
:mod:`matplotlib.text`
26+
=============================
27+
28+
.. automodule:: matplotlib.text
29+
:members:
30+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
************
2+
Introduction
3+
************
4+
5+
blah

0 commit comments

Comments
 (0)