Pointing to the 2.x branch in the Help menu.

This commit is contained in:
Brian E. Granger 2014-04-01 15:42:09 -07:00
parent d5c913c4c2
commit 655098b3c2

View File

@ -226,7 +226,7 @@ class="notebook_app"
sections = ( sections = (
( (
("http://ipython.org/documentation.html","IPython Help",True), ("http://ipython.org/documentation.html","IPython Help",True),
("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/Index.ipynb", "Notebook Help", 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.python.org","Python",True),
("http://docs.scipy.org/doc/numpy/reference/","NumPy",True), ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),