##// END OF EJS Templates
update indexes to use .rst, remove .txt refs
Paul Ivanov -
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.txt
61 api: source/api/generated/gen.rst
62
62
63 source/api/generated/gen.txt:
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.txt."
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='.txt')
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.txt.
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 = '.txt'
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.txt
10 overview
11 extensions/index.txt
11 extensions/index
12 ipython.txt
12 ipython
13 integrating.txt
13 integrating
14 editors.txt
14 editors
15 inputtransforms.txt
15 inputtransforms
16 old.txt
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.txt
23 gitwash/index
24 messaging.txt
24 messaging
25 parallel_messages.txt
25 parallel_messages
26 parallel_connections.txt
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.rst
1061 .. include:: ../links.txt
@@ -21,15 +21,15 b' Contents'
21 .. toctree::
21 .. toctree::
22 :maxdepth: 1
22 :maxdepth: 1
23
23
24 overview.txt
24 overview
25 whatsnew/index.txt
25 whatsnew/index
26 install/index.txt
26 install/index
27 interactive/index.txt
27 interactive/index
28 parallel/index.txt
28 parallel/index
29 config/index.txt
29 config/index
30 development/index.txt
30 development/index
31 api/index.txt
31 api/index
32 about/index.txt
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.txt
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.txt
8 tutorial
9 tips.txt
9 tips
10 reference.txt
10 reference
11 shell.txt
11 shell
12 qtconsole.txt
12 qtconsole
13 htmlnotebook.txt
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.txt
10 parallel_intro
11 parallel_process.txt
11 parallel_process
12 parallel_multiengine.txt
12 parallel_multiengine
13 magics.txt
13 magics
14 parallel_task.txt
14 parallel_task
15 asyncresult.txt
15 asyncresult
16 parallel_mpi.txt
16 parallel_mpi
17 parallel_db.txt
17 parallel_db
18 parallel_security.txt
18 parallel_security
19 parallel_winhpc.txt
19 parallel_winhpc
20 parallel_demos.txt
20 parallel_demos
21 dag_dependencies.txt
21 dag_dependencies
22 parallel_details.txt
22 parallel_details
23 parallel_transition.txt
23 parallel_transition
24
24
25
25
@@ -9,6 +9,6 b' Contents'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 parallel_winhpc.txt
12 parallel_winhpc
13 parallel_demos.txt
13 parallel_demos
14
14
General Comments 0
You need to be logged in to leave comments. Login now