##// END OF EJS Templates
Pointing to the 2.x branch in the Help menu.
Brian E. Granger -
Show More
@@ -226,7 +226,7 b' class="notebook_app"'
226 sections = (
226 sections = (
227 (
227 (
228 ("http://ipython.org/documentation.html","IPython Help",True),
228 ("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),
230 ),(
230 ),(
231 ("http://docs.python.org","Python",True),
231 ("http://docs.python.org","Python",True),
232 ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
232 ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
General Comments 0
You need to be logged in to leave comments. Login now