|
From: <ds...@us...> - 2008-06-12 17:16:17
|
Revision: 5487
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5487&view=rev
Author: dsdale
Date: 2008-06-12 10:16:15 -0700 (Thu, 12 Jun 2008)
Log Message:
-----------
added customization api, fixed a few errors in docs
Modified Paths:
--------------
trunk/matplotlib/doc/api/index.rst
trunk/matplotlib/doc/users/customizing.rst
trunk/matplotlib/doc/users/usetex.rst
Modified: trunk/matplotlib/doc/api/index.rst
===================================================================
--- trunk/matplotlib/doc/api/index.rst 2008-06-12 16:38:47 UTC (rev 5486)
+++ trunk/matplotlib/doc/api/index.rst 2008-06-12 17:16:15 UTC (rev 5487)
@@ -9,6 +9,7 @@
.. toctree::
+ matplotlib_configuration_api.rst
artist_api.rst
axes_api.rst
pyplot_api.rst
Modified: trunk/matplotlib/doc/users/customizing.rst
===================================================================
--- trunk/matplotlib/doc/users/customizing.rst 2008-06-12 16:38:47 UTC (rev 5486)
+++ trunk/matplotlib/doc/users/customizing.rst 2008-06-12 17:16:15 UTC (rev 5487)
@@ -23,7 +23,7 @@
3. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where
:file:`{INSTALL}` is something like
:file:`/usr/lib/python2.5/site-packages` on Linux, and maybe
- :file:`C:\Python25\Lib\site-packages` on Windows. Every time you
+ :file:`C:\\Python25\\Lib\\site-packages` on Windows. Every time you
install matplotlib, this file will be overwritten, so if you want
your customizations to be saved, please move this file to you
:file:`.matplotlib` directory.
Modified: trunk/matplotlib/doc/users/usetex.rst
===================================================================
--- trunk/matplotlib/doc/users/usetex.rst 2008-06-12 16:38:47 UTC (rev 5486)
+++ trunk/matplotlib/doc/users/usetex.rst 2008-06-12 17:16:15 UTC (rev 5487)
@@ -124,8 +124,7 @@
===============
* Try deleting your :file:`.matplotlib/tex.cache` directory. If you don't know
- where to find :file:`.matplotlib`, see
- :ref:`locating-matplotlib-config-dir`.
+ where to find :file:`.matplotlib`, see :ref:`locating-matplotlib-config-dir`.
* Make sure LaTeX, dvipng and ghostscript are each working and on your
:envvar:`PATH`.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|