Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f34bf commit bb499e1Copy full SHA for bb499e1
1 file changed
doc/README.txt
@@ -32,3 +32,9 @@ python documentation system built on top of ReST. This directory contains
32
33
* mpl_examples - a link to the matplotlib examples in case any
34
documentation wants to literal include them
35
+
36
+To build the HTML documentation, install sphinx (0.5 or greater
37
+required), then type "python make.py html" in this directory. Wait
38
+for the initial run (which builds the example gallery) to be done,
39
+then run "python make.py html" again. The top file of the results will
40
+be ./build/html/index.html
0 commit comments