##// 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 2 IPython Documentation
3 3 =====================
4 4
5 5 .. htmlonly::
6 6
7 7 :Release: |release|
8 8 :Date: |today|
9 9
10 10 .. only:: not rtd
11 11
12 12 Welcome to the official IPython documentation.
13 13
14 14 .. only:: rtd
15 15
16 16 This is a partial copy of IPython documentation, please visit `IPython official documentation <http://ipython.org/documentation.html>`_.
17 17
18 18 Contents
19 19 ========
20 20
21 21 .. toctree::
22 22 :maxdepth: 1
23 23
24 24 overview
25 25 whatsnew/index
26 26 install/index
27 27 interactive/index
28 28 config/index
29 29 development/index
30 30 api/index
31 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 42 .. htmlonly::
34 43 * :ref:`genindex`
35 44 * :ref:`modindex`
36 45 * :ref:`search`
37 46
General Comments 0
You need to be logged in to leave comments. Login now