##// END OF EJS Templates
Fixed Issue #4012 Added Help menubar link to Github Flavored Markdown doc
Susan Tan -
Show More
@@ -229,6 +229,7 b' class="notebook_app"'
229 ("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/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://help.github.com/articles/github-flavored-markdown","Markdown",True),
232 ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
233 ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
233 ("http://docs.scipy.org/doc/scipy/reference/","SciPy",True),
234 ("http://docs.scipy.org/doc/scipy/reference/","SciPy",True),
234 ("http://matplotlib.org/contents.html","Matplotlib",True),
235 ("http://matplotlib.org/contents.html","Matplotlib",True),
General Comments 0
You need to be logged in to leave comments. Login now