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

Skip to content

Commit 2e04730

Browse files
committed
Merge pull request #5476 from ellisonbg/helplinks
For 2.0: Fix links in Notebook Help Menu
2 parents bf98f51 + ce4846a commit 2e04730

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

IPython/html/templates/notebook.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +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),
231-
("http://ipython.org/ipython-doc/2/notebook/cm_keyboard.html","Editor Shortcuts",True),
229+
("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/examples/Index.ipynb", "Notebook Help", True),
232230
),(
233231
("http://docs.python.org","Python",True),
234232
("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),

0 commit comments

Comments
 (0)