Menu

Tree [r6616] / trunk / matplotlib / doc /
 History

HTTPS access


File Date Author Commit
 _static 2008-10-20 jdh2358 [r6282] added image.thumbnail function
 _templates 2008-12-15 jdh2358 [r6605] fixed a few doc bugs
 api 2008-12-12 mdboom [r6594] Fix numerous documentation warnings.
 devel 2008-12-15 jdh2358 [r6612] updates to release guide
 examples 2008-10-22 jdh2358 [r6290] fixed install doc bug 2184682
 faq 2008-12-12 mdboom [r6594] Fix numerous documentation warnings.
 glossary 2008-06-19 jdh2358 [r5596] added auto subplots adj faq
 pyplots 2008-12-15 mdboom [r6615] Merged revisions 6614 via svnmerge from
 sphinxext 2008-10-21 jdh2358 [r6288] restored the support for multiple pyplots that ...
 users 2008-12-15 mdboom [r6613] Make escaped $ work in non-usetex mode
 utils 2008-10-22 jdh2358 [r6297] added ticker api docs
 README.txt 2008-12-03 astraw [r6481] add info about how to build HTML documentation
 conf.py 2008-10-21 jdh2358 [r6287] cleaned up output of mathmpl and plot directive...
 contents.rst 2008-10-17 mdboom [r6251] Include output images in examples in documentat...
 make.py 2008-11-25 jdh2358 [r6445] point to the right url for the rc file
 matplotlibrc 2008-12-10 jdh2358 [r6553] added some docs for linestyles and markers
 mpl_data 2008-05-24 jdh2358 [r5253] added new docs dir
 mpl_examples 2008-05-24 jdh2358 [r5253] added new docs dir

Read Me

maptlotlib documentation
========================

This is the top level build directory for the matplotlib
documentation.  All of the documentation is written using sphinx, a
python documentation system built on top of ReST.  This directory contains


* users - the user documentation, eg plotting tutorials, configuration
  tips, etc.

* devel - documentation for matplotlib developers

* faq - frequently asked questions

* api - placeholders to automatically generate the api documentation

* make.py - the build script to build the html or PDF docs

* index.rst - the top level include document for matplotlib docs

* conf.py - the sphinx configuration

* _static - used by the sphinx build system

* _templates - used by the sphinx build system

* sphinxext - Sphinx extensions for the mpl docs

* mpl_data - a symbolic link to the matplotlib data for reference by
  sphinx documentation

* mpl_examples - a link to the matplotlib examples in case any
  documentation wants to literal include them

To build the HTML documentation, install sphinx (0.5 or greater
required), then type "python make.py html" in this directory.  Wait
for the initial run (which builds the example gallery) to be done,
then run "python make.py html" again. The top file of the results will
be ./build/html/index.html