mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Fixing Help menu links.
This commit is contained in:
parent
3f3f3c136e
commit
b91394cb7d
@ -226,8 +226,7 @@ class="notebook_app"
|
||||
sections = (
|
||||
(
|
||||
("http://ipython.org/documentation.html","IPython Help",True),
|
||||
("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/notebooks/", "Notebook Examples", True),
|
||||
("http://ipython.org/ipython-doc/2/notebook/notebook.html","Notebook Help",True),
|
||||
("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/Index.ipynb", "Notebook Help", True),
|
||||
("http://ipython.org/ipython-doc/2/notebook/cm_keyboard.html","Editor Shortcuts",True),
|
||||
),(
|
||||
("http://docs.python.org","Python",True),
|
||||
|
Loading…
Reference in New Issue
Block a user