From 303212979af5b09a3d95dabc3cc315f7798025d3 2014-03-25 20:09:26
From: MinRK <benjaminrk@gmail.com>
Date: 2014-03-25 20:09:26
Subject: [PATCH] move notebook docs to source/notebook
---

diff --git a/docs/source/index.rst b/docs/source/index.rst
index 2ddf644..72fc197 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -25,6 +25,7 @@ Contents
    whatsnew/index
    install/index
    interactive/index
+   notebook/index
    parallel/index
    config/index
    development/index
diff --git a/docs/source/interactive/index.rst b/docs/source/interactive/index.rst
index fd24a05..9a4ecdf 100644
--- a/docs/source/interactive/index.rst
+++ b/docs/source/interactive/index.rst
@@ -10,9 +10,7 @@ Using IPython for interactive work
    reference
    shell
    qtconsole
-   notebook
-   cm_keyboard
-   nbconvert
-   public_server
 
+.. seealso::
 
+    :doc:`/notebook/index`
diff --git a/docs/source/interactive/cm_keyboard.rst b/docs/source/notebook/cm_keyboard.rst
similarity index 100%
rename from docs/source/interactive/cm_keyboard.rst
rename to docs/source/notebook/cm_keyboard.rst
diff --git a/docs/source/notebook/index.rst b/docs/source/notebook/index.rst
new file mode 100644
index 0000000..2191fda
--- /dev/null
+++ b/docs/source/notebook/index.rst
@@ -0,0 +1,13 @@
+====================
+The IPython notebook
+====================
+
+.. toctree::
+    :maxdepth: 2
+
+    notebook
+    cm_keyboard
+    nbconvert
+    public_server
+    security
+
diff --git a/docs/source/interactive/nbconvert.rst b/docs/source/notebook/nbconvert.rst
similarity index 100%
rename from docs/source/interactive/nbconvert.rst
rename to docs/source/notebook/nbconvert.rst
diff --git a/docs/source/interactive/notebook.rst b/docs/source/notebook/notebook.rst
similarity index 100%
rename from docs/source/interactive/notebook.rst
rename to docs/source/notebook/notebook.rst
diff --git a/docs/source/interactive/public_server.rst b/docs/source/notebook/public_server.rst
similarity index 100%
rename from docs/source/interactive/public_server.rst
rename to docs/source/notebook/public_server.rst