##// END OF EJS Templates
Add see also box for Jupyter and ipyparallel docs
Thomas Kluyver -
Show More
@@ -1,37 +1,46 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 .. only:: not rtd
11
11
12 Welcome to the official IPython documentation.
12 Welcome to the official IPython documentation.
13
13
14 .. only:: rtd
14 .. only:: rtd
15
15
16 This is a partial copy of IPython documentation, please visit `IPython official documentation <http://ipython.org/documentation.html>`_.
16 This is a partial copy of IPython documentation, please visit `IPython official documentation <http://ipython.org/documentation.html>`_.
17
17
18 Contents
18 Contents
19 ========
19 ========
20
20
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 config/index
28 config/index
29 development/index
29 development/index
30 api/index
30 api/index
31 about/index
31 about/index
32
32
33 .. seealso::
34
35 `Jupyter documentation <http://jupyter.readthedocs.org/en/latest/>`__
36 The Notebook code and many other pieces formerly in IPython are now parts
37 of Project Jupyter.
38 `ipyparallel documentation <http://ipyparallel.readthedocs.org/en/latest/>`__
39 Formerly ``IPython.parallel``.
40
41
33 .. htmlonly::
42 .. htmlonly::
34 * :ref:`genindex`
43 * :ref:`genindex`
35 * :ref:`modindex`
44 * :ref:`modindex`
36 * :ref:`search`
45 * :ref:`search`
37
46
General Comments 0
You need to be logged in to leave comments. Login now