From b91394cb7de3d2adaf6a46f4d60ec0d6158bb4f8 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Mon, 31 Mar 2014 16:48:56 -0700 Subject: [PATCH 1/3] Fixing Help menu links. --- IPython/html/templates/notebook.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index eebd652fd..bda0c2368 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -226,8 +226,7 @@ class="notebook_app" sections = ( ( ("http://ipython.org/documentation.html","IPython Help",True), - ("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/notebooks/", "Notebook Examples", True), - ("http://ipython.org/ipython-doc/2/notebook/notebook.html","Notebook Help",True), + ("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/Index.ipynb", "Notebook Help", True), ("http://ipython.org/ipython-doc/2/notebook/cm_keyboard.html","Editor Shortcuts",True), ),( ("http://docs.python.org","Python",True), From d5c913c4c2bd4ce5c68443f70a72a73eda08a204 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Mon, 31 Mar 2014 16:50:58 -0700 Subject: [PATCH 2/3] Removing Editor Shortcuts - these are now in the Shortcut Modal. --- IPython/html/templates/notebook.html | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index bda0c2368..c9a43e7a4 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -227,7 +227,6 @@ class="notebook_app" ( ("http://ipython.org/documentation.html","IPython Help",True), ("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/Index.ipynb", "Notebook Help", True), - ("http://ipython.org/ipython-doc/2/notebook/cm_keyboard.html","Editor Shortcuts",True), ),( ("http://docs.python.org","Python",True), ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True), From 655098b3c2e455c9f862d4afab2c955737ac9855 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Tue, 1 Apr 2014 15:42:09 -0700 Subject: [PATCH 3/3] Pointing to the 2.x branch in the Help menu. --- IPython/html/templates/notebook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index c9a43e7a4..00867af68 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -226,7 +226,7 @@ class="notebook_app" sections = ( ( ("http://ipython.org/documentation.html","IPython Help",True), - ("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/Index.ipynb", "Notebook Help", True), + ("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/examples/Index.ipynb", "Notebook Help", True), ),( ("http://docs.python.org","Python",True), ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),