@@ -15,7 +15,7 @@ or conda::
15
15
16
16
conda install sphinx numpydoc ipython mock colorspacious pillow
17
17
18
- To build the HTML documentation, type ``python make.py html`` in this
18
+ To build the HTML documentation, type ``make html`` in this
19
19
directory. The top file of the results will be ./build/html/index.html
20
20
21
21
**Note that Sphinx uses the installed version of the package to build the
@@ -24,9 +24,8 @@ generated.
24
24
25
25
You can build the documentation with several options:
26
26
27
- * `--small` saves figures in low resolution.
28
- * `--allowsphinxwarnings`: Don't turn Sphinx warnings into errors.
29
- * `-n N` enables parallel build of the documentation using N process.
27
+ * `make html-small-plots` saves figures in low resolution.
28
+ * `-j N` enables parallel build of the documentation using N process.
30
29
31
30
Organization
32
31
-------------
@@ -47,7 +46,7 @@ python documentation system built on top of ReST. This directory contains
47
46
* mpl_toolkits - documentation of individual toolkits that ship with
48
47
matplotlib
49
48
50
- * make.py - the build script to build the html or PDF docs
49
+ * Makefile and make.bat - the build script to build the html or PDF docs
51
50
52
51
* index.rst - the top level include document for matplotlib docs
53
52
@@ -61,4 +60,3 @@ python documentation system built on top of ReST. This directory contains
61
60
62
61
* mpl_examples - a link to the matplotlib examples in case any
63
62
documentation wants to literal include them
64
-
0 commit comments