Skip to content

Files

This branch is 26719 commits behind matplotlib/matplotlib:main.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 24, 2018
Apr 30, 2018
Apr 30, 2018
Apr 24, 2018
Mar 27, 2018
Mar 4, 2018
Feb 16, 2017
Apr 29, 2018
Mar 2, 2018
Apr 25, 2018
Dec 2, 2017
Feb 6, 2018
Mar 17, 2018
Apr 30, 2018
Apr 30, 2018
Apr 8, 2018
Apr 30, 2018
Dec 2, 2017
Mar 28, 2018
Matplotlib documentation
========================

Building the documentation
--------------------------

See :file:`doc/devel/documenting_mpl.rst` for instructions to build the docs.

Organization
------------

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, e.g., plotting tutorials, configuration
  tips, etc.

* devel - documentation for Matplotlib developers

* faq - frequently asked questions

* api - placeholders to automatically generate the api documentation

* mpl_toolkits - documentation of individual toolkits that ship with
  Matplotlib

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

* conf.py - the sphinx configuration

* Makefile and make.bat - entry points for building the docs

* _static - used by the sphinx build system

* _templates - used by the sphinx build system

* sphinxext - Sphinx extensions for the mpl docs