Menu

Tree [r8865] / branches / py3k / doc /
 History

HTTPS access


File Date Author Commit
 _static 2010-03-03 jdh2358 [r8176] patch branch updates
 _templates 2010-07-06 jdh2358 [r8522] Merged revisions 8521 via svnmerge from
 api 2010-07-13 leejjoon [r8542] Merged revisions 8524,8526,8539,8541 via svnmer...
 devel 2010-07-06 mdboom [r8518] Merged revisions 8514,8517 via svnmerge from
 faq 2010-06-26 efiring [r8468] docs: be consistent in referring to MATLAB.
 glossary 2010-02-16 leejjoon [r8136] Merged revisions 8121,8135 via svnmerge from
 mpl_toolkits 2010-07-14 weathergod [r8544] Merged revisions 8543 via svnmerge from
 pyplots 2010-07-14 weathergod [r8544] Merged revisions 8543 via svnmerge from
 sphinxext 2010-07-14 weathergod [r8544] Merged revisions 8543 via svnmerge from
 users 2010-07-06 jdh2358 [r8501] add some links and fixes to whats new; bump the...
 utils 2008-10-22 jdh2358 [r6297] added ticker api docs
 README.txt 2008-12-17 mdboom [r6654] Merged revisions 6652 via svnmerge from
 conf.py 2009-09-23 mdboom [r7817] Fix how ipython_console_highlighting is imported.
 contents.rst 2008-10-17 mdboom [r6251] Include output images in examples in documentat...
 make.py 2010-07-01 astraw [r8481] don't fail in directories are missing
 matplotlibrc 2009-04-13 jdh2358 [r7040] Merged revisions 7037-7039 via svnmerge from
 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.