File tree 2 files changed +7
-14
lines changed 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ python documentation system built on top of ReST. This directory contains
30
30
* mpl_examples - a link to the matplotlib examples in case any
31
31
documentation wants to literal include them
32
32
33
- To build the HTML documentation, install sphinx (0.5 or greater
33
+ To build the HTML documentation, install sphinx (1.0 or greater
34
34
required), then type "python make.py html" in this directory. Wait
35
35
for the initial run (which builds the example gallery) to be done,
36
36
then run "python make.py html" again. The top file of the results will
Original file line number Diff line number Diff line change @@ -8,20 +8,12 @@ Getting started
8
8
===============
9
9
10
10
The documentation for matplotlib is generated from ReStructured Text
11
- using the Sphinx _ documentation generation tool. Sphinx-0.5 or later
12
- is required. You might still run into problems, so most developers
13
- work from the sphinx source repository (Mercurial based) because it
14
- is a rapidly evolving project::
11
+ using the Sphinx _ documentation generation tool. Sphinx-1.0 or later
12
+ is required.
15
13
16
- hg clone http://bitbucket.org/birkenfeld/sphinx/
17
- cd sphinx
18
- python setup.py install
19
-
20
- .. _Sphinx : http://sphinx.pocoo.org/
21
-
22
- The documentation sources are found in the :file: `doc/ ` directory in the trunk.
23
- To build the users guide in html format, cd into :file: `doc/ ` and
24
- do::
14
+ The documentation sources are found in the :file: `doc/ ` directory in
15
+ the trunk. To build the users guide in html format, cd into
16
+ :file: `doc/ ` and do::
25
17
26
18
python make.py html
27
19
@@ -406,3 +398,4 @@ Some helpful functions::
406
398
407
399
Shift region to the right
408
400
401
+ .. TODO: Add section about uploading docs
You can’t perform that action at this time.
0 commit comments