forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
35 lines (21 loc) · 1.03 KB
/
README.txt
File metadata and controls
35 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.
If you are looking for plain text documentation, you can read the following
* 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