From: <ds...@us...> - 2008-06-08 18:20:28
|
Revision: 5424 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5424&view=rev Author: dsdale Date: 2008-06-08 11:20:21 -0700 (Sun, 08 Jun 2008) Log Message: ----------- documentation work Modified Paths: -------------- trunk/matplotlib/doc/faq/environment_variables_faq.rst trunk/matplotlib/doc/users/usetex.rst Modified: trunk/matplotlib/doc/faq/environment_variables_faq.rst =================================================================== --- trunk/matplotlib/doc/faq/environment_variables_faq.rst 2008-06-08 18:01:58 UTC (rev 5423) +++ trunk/matplotlib/doc/faq/environment_variables_faq.rst 2008-06-08 18:20:21 UTC (rev 5424) @@ -8,7 +8,7 @@ Environment Variable Description ====================== ======================================================= .. envvar:: PATH The list of directories searched to find executable - programs + programs .. envvar:: PYTHONPATH The list of directories that is searched to find Python packages and modules ====================== ======================================================= Modified: trunk/matplotlib/doc/users/usetex.rst =================================================================== --- trunk/matplotlib/doc/users/usetex.rst 2008-06-08 18:01:58 UTC (rev 5423) +++ trunk/matplotlib/doc/users/usetex.rst 2008-06-08 18:20:21 UTC (rev 5424) @@ -103,7 +103,7 @@ installation may be the only external dependency. = In the event that things dont work = - * Try deleting `tex.cache` from your :envvar:`MATPLOTLIBDATA` directory + * Try deleting `tex.cache` from your `~/.matplotlib` directory * Make sure LaTeX, dvipng and ghostscript are each working and on your PATH. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |