|
From: <ds...@us...> - 2008-06-14 02:03:40
|
Revision: 5531
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5531&view=rev
Author: dsdale
Date: 2008-06-13 19:03:20 -0700 (Fri, 13 Jun 2008)
Log Message:
-----------
reorganized backend_api so we can include numerous backends in seperate
html pages
Modified Paths:
--------------
trunk/matplotlib/doc/api/index.rst
Added Paths:
-----------
trunk/matplotlib/doc/api/backend_bases_api.rst
trunk/matplotlib/doc/api/index_backend_api.rst
Removed Paths:
-------------
trunk/matplotlib/doc/api/backend_api.rst
Deleted: trunk/matplotlib/doc/api/backend_api.rst
===================================================================
--- trunk/matplotlib/doc/api/backend_api.rst 2008-06-14 02:02:08 UTC (rev 5530)
+++ trunk/matplotlib/doc/api/backend_api.rst 2008-06-14 02:03:20 UTC (rev 5531)
@@ -1,11 +0,0 @@
-*******************
-matplotlib backends
-*******************
-
-
-:mod:`matplotlib.backend_bases`
-================================
-
-.. automodule:: matplotlib.backend_bases
- :members:
- :undoc-members:
Added: trunk/matplotlib/doc/api/backend_bases_api.rst
===================================================================
--- trunk/matplotlib/doc/api/backend_bases_api.rst (rev 0)
+++ trunk/matplotlib/doc/api/backend_bases_api.rst 2008-06-14 02:03:20 UTC (rev 5531)
@@ -0,0 +1,7 @@
+
+:mod:`matplotlib.backend_bases`
+================================
+
+.. automodule:: matplotlib.backend_bases
+ :members:
+ :undoc-members:
Modified: trunk/matplotlib/doc/api/index.rst
===================================================================
--- trunk/matplotlib/doc/api/index.rst 2008-06-14 02:02:08 UTC (rev 5530)
+++ trunk/matplotlib/doc/api/index.rst 2008-06-14 02:03:20 UTC (rev 5531)
@@ -15,4 +15,4 @@
artist_api.rst
axes_api.rst
pyplot_api.rst
- backend_api.rst
+ index_backend_api.rst
Copied: trunk/matplotlib/doc/api/index_backend_api.rst (from rev 5529, trunk/matplotlib/doc/api/backend_api.rst)
===================================================================
--- trunk/matplotlib/doc/api/index_backend_api.rst (rev 0)
+++ trunk/matplotlib/doc/api/index_backend_api.rst 2008-06-14 02:03:20 UTC (rev 5531)
@@ -0,0 +1,8 @@
+*******************
+matplotlib backends
+*******************
+
+.. toctree::
+
+ backend_bases_api.rst
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|