Show More
@@ -1,46 +1,40 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 | .. only:: not rtd | |
|
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>`_. | |
|
10 | Welcome to the official IPython documentation. | |
|
17 | 11 | |
|
18 | 12 | Contents |
|
19 | 13 | ======== |
|
20 | 14 | |
|
21 | 15 | .. toctree:: |
|
22 | 16 | :maxdepth: 1 |
|
23 | 17 | |
|
24 | 18 | overview |
|
25 | 19 | whatsnew/index |
|
26 | 20 | install/index |
|
27 | 21 | interactive/index |
|
28 | 22 | config/index |
|
29 | 23 | development/index |
|
30 | 24 | api/index |
|
31 | 25 | about/index |
|
32 | 26 | |
|
33 | 27 | .. seealso:: |
|
34 | 28 | |
|
35 | 29 | `Jupyter documentation <http://jupyter.readthedocs.org/en/latest/>`__ |
|
36 | 30 | The Notebook code and many other pieces formerly in IPython are now parts |
|
37 | 31 | of Project Jupyter. |
|
38 | 32 | `ipyparallel documentation <http://ipyparallel.readthedocs.org/en/latest/>`__ |
|
39 | 33 | Formerly ``IPython.parallel``. |
|
40 | 34 | |
|
41 | 35 | |
|
42 | 36 | .. htmlonly:: |
|
43 | 37 | * :ref:`genindex` |
|
44 | 38 | * :ref:`modindex` |
|
45 | 39 | * :ref:`search` |
|
46 | 40 |
General Comments 0
You need to be logged in to leave comments.
Login now