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

Skip to content

Commit 8b81106

Browse files
committed
reorganized backend_api so we can include numerous backends in seperate
html pages svn path=/trunk/matplotlib/; revision=5531
1 parent 964fd2f commit 8b81106

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
*******************
2-
matplotlib backends
3-
*******************
4-
51

62
:mod:`matplotlib.backend_bases`
73
================================

doc/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
artist_api.rst
1616
axes_api.rst
1717
pyplot_api.rst
18-
backend_api.rst
18+
index_backend_api.rst

doc/api/index_backend_api.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*******************
2+
matplotlib backends
3+
*******************
4+
5+
.. toctree::
6+
7+
backend_bases_api.rst
8+

0 commit comments

Comments
 (0)