Fixed Issue #4012 Added Help menubar link to Github Flavored Markdown doc

This commit is contained in:
Susan Tan 2014-04-15 20:45:18 -04:00
parent 36f34aff97
commit abaec7694b

View File

@ -229,6 +229,7 @@ class="notebook_app"
("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/examples/Index.ipynb", "Notebook Help", True),
),(
("http://docs.python.org","Python",True),
("http://help.github.com/articles/github-flavored-markdown","Markdown",True),
("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
("http://docs.scipy.org/doc/scipy/reference/","SciPy",True),
("http://matplotlib.org/contents.html","Matplotlib",True),