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

Skip to content

Commit ce4846a

Browse files
committed
Pointing to the 2.x branch in the Help menu.
1 parent 39d6d6d commit ce4846a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/html/templates/notebook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +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/Index.ipynb", "Notebook Help", True),
229+
("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/examples/Index.ipynb", "Notebook Help", True),
230230
),(
231231
("http://docs.python.org","Python",True),
232232
("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),

0 commit comments

Comments
 (0)