##// END OF EJS Templates
move notebook docs to source/notebook
MinRK -
Show More
@@ -0,0 +1,13 b''
1 ====================
2 The IPython notebook
3 ====================
4
5 .. toctree::
6 :maxdepth: 2
7
8 notebook
9 cm_keyboard
10 nbconvert
11 public_server
12 security
13
@@ -1,38 +1,39 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 notebook/index
28 29 parallel/index
29 30 config/index
30 31 development/index
31 32 api/index
32 33 about/index
33 34
34 35 .. htmlonly::
35 36 * :ref:`genindex`
36 37 * :ref:`modindex`
37 38 * :ref:`search`
38 39
@@ -1,18 +1,16 b''
1 1 ==================================
2 2 Using IPython for interactive work
3 3 ==================================
4 4
5 5 .. toctree::
6 6 :maxdepth: 2
7 7
8 8 tutorial
9 9 tips
10 10 reference
11 11 shell
12 12 qtconsole
13 notebook
14 cm_keyboard
15 nbconvert
16 public_server
17 13
14 .. seealso::
18 15
16 :doc:`/notebook/index`
1 NO CONTENT: file renamed from docs/source/interactive/cm_keyboard.rst to docs/source/notebook/cm_keyboard.rst
1 NO CONTENT: file renamed from docs/source/interactive/nbconvert.rst to docs/source/notebook/nbconvert.rst
1 NO CONTENT: file renamed from docs/source/interactive/notebook.rst to docs/source/notebook/notebook.rst
1 NO CONTENT: file renamed from docs/source/interactive/public_server.rst to docs/source/notebook/public_server.rst
General Comments 0
You need to be logged in to leave comments. Login now