mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Fixed Issue #4012 Added Help menubar link to Github Flavored Markdown doc
This commit is contained in:
parent
36f34aff97
commit
abaec7694b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user