##// END OF EJS Templates
Merge pull request #9071 from minrk/rm-rtd-note...
Thomas Kluyver -
r21848:2bef938e merge
parent child Browse files
Show More
@@ -1,46 +1,40 b''
1 =====================
1 =====================
2 IPython Documentation
2 IPython Documentation
3 =====================
3 =====================
4
4
5 .. htmlonly::
5 .. htmlonly::
6
6
7 :Release: |release|
7 :Release: |release|
8 :Date: |today|
8 :Date: |today|
9
9
10 .. only:: not rtd
10 Welcome to the official IPython documentation.
11
12 Welcome to the official IPython documentation.
13
14 .. only:: rtd
15
16 This is a partial copy of IPython documentation, please visit `IPython official documentation <http://ipython.org/documentation.html>`_.
17
11
18 Contents
12 Contents
19 ========
13 ========
20
14
21 .. toctree::
15 .. toctree::
22 :maxdepth: 1
16 :maxdepth: 1
23
17
24 overview
18 overview
25 whatsnew/index
19 whatsnew/index
26 install/index
20 install/index
27 interactive/index
21 interactive/index
28 config/index
22 config/index
29 development/index
23 development/index
30 api/index
24 api/index
31 about/index
25 about/index
32
26
33 .. seealso::
27 .. seealso::
34
28
35 `Jupyter documentation <http://jupyter.readthedocs.org/en/latest/>`__
29 `Jupyter documentation <http://jupyter.readthedocs.org/en/latest/>`__
36 The Notebook code and many other pieces formerly in IPython are now parts
30 The Notebook code and many other pieces formerly in IPython are now parts
37 of Project Jupyter.
31 of Project Jupyter.
38 `ipyparallel documentation <http://ipyparallel.readthedocs.org/en/latest/>`__
32 `ipyparallel documentation <http://ipyparallel.readthedocs.org/en/latest/>`__
39 Formerly ``IPython.parallel``.
33 Formerly ``IPython.parallel``.
40
34
41
35
42 .. htmlonly::
36 .. htmlonly::
43 * :ref:`genindex`
37 * :ref:`genindex`
44 * :ref:`modindex`
38 * :ref:`modindex`
45 * :ref:`search`
39 * :ref:`search`
46
40
General Comments 0
You need to be logged in to leave comments. Login now