From 2e047304b0fbb3731f737e6ea4f9d6b5c38a69f1 2014-04-01 23:02:28 From: Min RK Date: 2014-04-01 23:02:28 Subject: [PATCH] Merge pull request #5476 from ellisonbg/helplinks For 2.0: Fix links in Notebook Help Menu --- diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index eebd652..00867af 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -226,9 +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://ipython.org/ipython-doc/2/notebook/cm_keyboard.html","Editor Shortcuts",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),