|
From: <ds...@us...> - 2008-06-14 02:31:41
|
Revision: 5533
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5533&view=rev
Author: dsdale
Date: 2008-06-13 19:31:40 -0700 (Fri, 13 Jun 2008)
Log Message:
-----------
added a few incomplete backend APIs
Modified Paths:
--------------
trunk/matplotlib/doc/api/index_backend_api.rst
Added Paths:
-----------
trunk/matplotlib/doc/api/backend_gtkagg_api.rst
trunk/matplotlib/doc/api/backend_qt4agg_api.rst
trunk/matplotlib/doc/api/backend_wxagg_api.rst
Added: trunk/matplotlib/doc/api/backend_gtkagg_api.rst
===================================================================
--- trunk/matplotlib/doc/api/backend_gtkagg_api.rst (rev 0)
+++ trunk/matplotlib/doc/api/backend_gtkagg_api.rst 2008-06-14 02:31:40 UTC (rev 5533)
@@ -0,0 +1,7 @@
+
+:mod:`matplotlib.backends.backend_gtkagg`
+=========================================
+
+.. automodule:: matplotlib.backends.backend_gtkagg
+ :members:
+ :undoc-members:
\ No newline at end of file
Added: trunk/matplotlib/doc/api/backend_qt4agg_api.rst
===================================================================
--- trunk/matplotlib/doc/api/backend_qt4agg_api.rst (rev 0)
+++ trunk/matplotlib/doc/api/backend_qt4agg_api.rst 2008-06-14 02:31:40 UTC (rev 5533)
@@ -0,0 +1,7 @@
+
+:mod:`matplotlib.backends.backend_qt4agg`
+=========================================
+
+.. automodule:: matplotlib.backends.backend_qt4agg
+ :members:
+ :undoc-members:
\ No newline at end of file
Added: trunk/matplotlib/doc/api/backend_wxagg_api.rst
===================================================================
--- trunk/matplotlib/doc/api/backend_wxagg_api.rst (rev 0)
+++ trunk/matplotlib/doc/api/backend_wxagg_api.rst 2008-06-14 02:31:40 UTC (rev 5533)
@@ -0,0 +1,7 @@
+
+:mod:`matplotlib.backends.backend_wxagg`
+========================================
+
+.. automodule:: matplotlib.backends.backend_wxagg
+ :members:
+ :undoc-members:
\ No newline at end of file
Modified: trunk/matplotlib/doc/api/index_backend_api.rst
===================================================================
--- trunk/matplotlib/doc/api/index_backend_api.rst 2008-06-14 02:06:44 UTC (rev 5532)
+++ trunk/matplotlib/doc/api/index_backend_api.rst 2008-06-14 02:31:40 UTC (rev 5533)
@@ -5,4 +5,6 @@
.. toctree::
backend_bases_api.rst
-
+ backend_gtkagg_api.rst
+ backend_qt4agg_api.rst
+ backend_wxagg_api.rst
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|