Menu

Tree [r6981] / branches / v0_98_5_maint / doc /
 History

HTTPS access


File Date Author Commit
 _static 2008-10-20 jdh2358 [r6282] added image.thumbnail function
 _templates 2009-03-07 efiring [r6960] Remove references to handle graphics;
 api 2008-12-19 leejjoon [r6685] update legend-related document
 devel 2009-01-29 jdh2358 [r6850] applied Sandro's doc patch
 faq 2009-01-29 jdh2358 [r6850] applied Sandro's doc patch
 glossary 2008-06-19 jdh2358 [r5596] added auto subplots adj faq
 pyplots 2009-03-07 efiring [r6960] Remove references to handle graphics;
 sphinxext 2009-02-23 mdboom [r6925] Applied Fernando Perez's fix for LaTeX output.
 users 2009-03-07 efiring [r6960] Remove references to handle graphics;
 utils 2008-10-22 jdh2358 [r6297] added ticker api docs
 README.txt 2008-12-17 mdboom [r6652] Massive documentation build improvements. See ...
 conf.py 2009-03-02 mdboom [r6946] Fix bug in doc build.
 contents.rst 2008-10-17 mdboom [r6251] Include output images in examples in documentat...
 make.py 2008-12-18 jdh2358 [r6675] fixed a small_docs bug when no args present
 matplotlibrc 2008-12-10 jdh2358 [r6553] added some docs for linestyles and markers
 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_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

To build a smaller version of the documentation (without
high-resolution PNGs and PDF examples), type "python make.py --small
html".
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.