Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b761737

Browse files
committed
added customization api, fixed a few errors in docs
svn path=/trunk/matplotlib/; revision=5487
1 parent cf5b421 commit b761737

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
.. toctree::
1111

12+
matplotlib_configuration_api.rst
1213
artist_api.rst
1314
axes_api.rst
1415
pyplot_api.rst

doc/users/customizing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ locations, in the following order:
2323
3. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where
2424
:file:`{INSTALL}` is something like
2525
:file:`/usr/lib/python2.5/site-packages` on Linux, and maybe
26-
:file:`C:\Python25\Lib\site-packages` on Windows. Every time you
26+
:file:`C:\\Python25\\Lib\\site-packages` on Windows. Every time you
2727
install matplotlib, this file will be overwritten, so if you want
2828
your customizations to be saved, please move this file to you
2929
:file:`.matplotlib` directory.

doc/users/usetex.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ Troubleshooting
124124
===============
125125

126126
* Try deleting your :file:`.matplotlib/tex.cache` directory. If you don't know
127-
where to find :file:`.matplotlib`, see
128-
:ref:`locating-matplotlib-config-dir`.
127+
where to find :file:`.matplotlib`, see :ref:`locating-matplotlib-config-dir`.
129128

130129
* Make sure LaTeX, dvipng and ghostscript are each working and on your
131130
:envvar:`PATH`.

0 commit comments

Comments
 (0)