|
From: <ds...@us...> - 2008-06-14 02:02:09
|
Revision: 5530
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5530&view=rev
Author: dsdale
Date: 2008-06-13 19:02:08 -0700 (Fri, 13 Jun 2008)
Log Message:
-----------
updated configuration api
Modified Paths:
--------------
trunk/matplotlib/doc/api/matplotlib_configuration_api.rst
Modified: trunk/matplotlib/doc/api/matplotlib_configuration_api.rst
===================================================================
--- trunk/matplotlib/doc/api/matplotlib_configuration_api.rst 2008-06-13 22:32:59 UTC (rev 5529)
+++ trunk/matplotlib/doc/api/matplotlib_configuration_api.rst 2008-06-14 02:02:08 UTC (rev 5530)
@@ -6,19 +6,7 @@
:mod:`matplotlib`
=================
-.. autofunction:: matplotlib.get_backend
-.. autofunction:: matplotlib.get_configdir
-.. autofunction:: matplotlib.interactive
-.. autofunction:: matplotlib.rc
-.. autofunction:: matplotlib.rcdefaults
-.. autoclass:: matplotlib.RcParams
-.. autofunction:: matplotlib.use
-.. autoclass:: matplotlib.Verbose
+.. automodule:: matplotlib
+ :members: rc, rcdefaults, use
+ :undoc-members:
-
-:mod:`matplotlib.rcsetup`
-=========================
-
-.. automodule:: matplotlib.rcsetup
- :members:
- :undoc-members:
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|