Show More
@@ -58,9 +58,9 b' html: api' | |||
|
58 | 58 | @echo |
|
59 | 59 | @echo "Build finished. The HTML pages are in build/html." |
|
60 | 60 | |
|
61 |
api: source/api/generated/gen. |
|
|
61 | api: source/api/generated/gen.rst | |
|
62 | 62 | |
|
63 |
source/api/generated/gen. |
|
|
63 | source/api/generated/gen.rst: | |
|
64 | 64 | python autogen_api.py |
|
65 | 65 | @echo "Build API docs finished." |
|
66 | 66 | |
@@ -110,11 +110,10 b' linkcheck:' | |||
|
110 | 110 | $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) build/linkcheck |
|
111 | 111 | @echo |
|
112 | 112 | @echo "Link check complete; look for any errors in the above output " \ |
|
113 |
"or in build/linkcheck/output. |
|
|
113 | "or in build/linkcheck/output.rst." | |
|
114 | 114 | |
|
115 | 115 | gitwash-update: |
|
116 | 116 | python ../tools/gitwash_dumper.py source/development ipython |
|
117 | cd source/development/gitwash && rename 's/.rst/.txt/' *.rst | |
|
118 | 117 | |
|
119 | 118 | nightly: dist |
|
120 | 119 | rsync -avH --delete dist/ ipython:www/doc/nightly |
@@ -14,7 +14,7 b" if __name__ == '__main__':" | |||
|
14 | 14 | pjoin = os.path.join |
|
15 | 15 | package = 'IPython' |
|
16 | 16 | outdir = pjoin('source','api','generated') |
|
17 |
docwriter = ApiDocWriter(package,rst_extension='. |
|
|
17 | docwriter = ApiDocWriter(package,rst_extension='.rst') | |
|
18 | 18 | # You have to escape the . here because . is a special char for regexps. |
|
19 | 19 | # You must do make clean if you change this! |
|
20 | 20 | docwriter.package_skip_patterns += [r'\.fixes$', |
@@ -36,7 +36,7 b' FOR %%L IN (html pickle htmlhelp latex changes linkcheck) DO (' | |||
|
36 | 36 | ) |
|
37 | 37 | IF "%1" == "linkcheck" ( |
|
38 | 38 | ECHO Look for any errors in the above output |
|
39 |
ECHO or in build\linkcheck\output. |
|
|
39 | ECHO or in build\linkcheck\output.rst. | |
|
40 | 40 | ) |
|
41 | 41 | GOTO END |
|
42 | 42 | ) |
@@ -67,7 +67,7 b' if ON_RTD:' | |||
|
67 | 67 | templates_path = ['_templates'] |
|
68 | 68 | |
|
69 | 69 | # The suffix of source filenames. |
|
70 |
source_suffix = '. |
|
|
70 | source_suffix = '.rst' | |
|
71 | 71 | |
|
72 | 72 | # The master toctree document. |
|
73 | 73 | master_doc = 'index' |
@@ -7,10 +7,10 b' Configuration and customization' | |||
|
7 | 7 | .. toctree:: |
|
8 | 8 | :maxdepth: 2 |
|
9 | 9 | |
|
10 |
overview |
|
|
11 |
extensions/index |
|
|
12 |
ipython |
|
|
13 |
integrating |
|
|
14 |
editors |
|
|
15 |
inputtransforms |
|
|
16 |
old |
|
|
10 | overview | |
|
11 | extensions/index | |
|
12 | ipython | |
|
13 | integrating | |
|
14 | editors | |
|
15 | inputtransforms | |
|
16 | old |
@@ -20,7 +20,7 b' on the IPython GitHub wiki.' | |||
|
20 | 20 | :maxdepth: 1 |
|
21 | 21 | |
|
22 | 22 | |
|
23 |
gitwash/index |
|
|
24 |
messaging |
|
|
25 |
parallel_messages |
|
|
26 |
parallel_connections |
|
|
23 | gitwash/index | |
|
24 | messaging | |
|
25 | parallel_messages | |
|
26 | parallel_connections |
@@ -1058,4 +1058,4 b' Missing things include:' | |||
|
1058 | 1058 | * Signal handling: specify what kind of information kernel should broadcast (or |
|
1059 | 1059 | not) when it receives signals. |
|
1060 | 1060 | |
|
1061 |
.. include:: ../links. |
|
|
1061 | .. include:: ../links.txt |
@@ -21,15 +21,15 b' Contents' | |||
|
21 | 21 | .. toctree:: |
|
22 | 22 | :maxdepth: 1 |
|
23 | 23 | |
|
24 |
overview |
|
|
25 |
whatsnew/index |
|
|
26 |
install/index |
|
|
27 |
interactive/index |
|
|
28 |
parallel/index |
|
|
29 |
config/index |
|
|
30 |
development/index |
|
|
31 |
api/index |
|
|
32 |
about/index |
|
|
24 | overview | |
|
25 | whatsnew/index | |
|
26 | install/index | |
|
27 | interactive/index | |
|
28 | parallel/index | |
|
29 | config/index | |
|
30 | development/index | |
|
31 | api/index | |
|
32 | about/index | |
|
33 | 33 | |
|
34 | 34 | .. htmlonly:: |
|
35 | 35 | * :ref:`genindex` |
@@ -5,11 +5,11 b' Using IPython for interactive work' | |||
|
5 | 5 | .. toctree:: |
|
6 | 6 | :maxdepth: 2 |
|
7 | 7 | |
|
8 |
tutorial |
|
|
9 |
tips |
|
|
10 |
reference |
|
|
11 |
shell |
|
|
12 |
qtconsole |
|
|
13 |
htmlnotebook |
|
|
8 | tutorial | |
|
9 | tips | |
|
10 | reference | |
|
11 | shell | |
|
12 | qtconsole | |
|
13 | htmlnotebook | |
|
14 | 14 | |
|
15 | 15 |
@@ -7,19 +7,19 b' Using IPython for parallel computing' | |||
|
7 | 7 | .. toctree:: |
|
8 | 8 | :maxdepth: 2 |
|
9 | 9 | |
|
10 |
parallel_intro |
|
|
11 |
parallel_process |
|
|
12 |
parallel_multiengine |
|
|
13 |
magics |
|
|
14 |
parallel_task |
|
|
15 |
asyncresult |
|
|
16 |
parallel_mpi |
|
|
17 |
parallel_db |
|
|
18 |
parallel_security |
|
|
19 |
parallel_winhpc |
|
|
20 |
parallel_demos |
|
|
21 |
dag_dependencies |
|
|
22 |
parallel_details |
|
|
23 |
parallel_transition |
|
|
10 | parallel_intro | |
|
11 | parallel_process | |
|
12 | parallel_multiengine | |
|
13 | magics | |
|
14 | parallel_task | |
|
15 | asyncresult | |
|
16 | parallel_mpi | |
|
17 | parallel_db | |
|
18 | parallel_security | |
|
19 | parallel_winhpc | |
|
20 | parallel_demos | |
|
21 | dag_dependencies | |
|
22 | parallel_details | |
|
23 | parallel_transition | |
|
24 | 24 | |
|
25 | 25 |
General Comments 0
You need to be logged in to leave comments.
Login now