Merge pull request #5476 from ellisonbg/helplinks

For 2.0: Fix links in Notebook Help Menu
Min RK 12 years ago
commit 978671217c

@ -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),

Loading…
Cancel
Save