Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b24e11

Browse files
committed
Fixing Help menu links.
1 parent 1ebcc42 commit 8b24e11

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

IPython/html/templates/notebook.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@
226226
sections = (
227227
(
228228
("http://ipython.org/documentation.html","IPython Help",True),
229-
("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/notebooks/", "Notebook Examples", True),
230-
("http://ipython.org/ipython-doc/2/notebook/notebook.html","Notebook Help",True),
229+
("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/Index.ipynb", "Notebook Help", True),
231230
("http://ipython.org/ipython-doc/2/notebook/cm_keyboard.html","Editor Shortcuts",True),
232231
),(
233232
("http://docs.python.org","Python",True),

0 commit comments

Comments
 (0)