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