mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
DOC: fix links to matplotlib, notebook docs
I've added a link to pandas, made all matplotlib links point to matplotlib.org, and fixed a link in the notebook help menu to point to our new notebook.html, now that htmlnotebook.html is a redirect. Whoever ends up merging this PR should backport it to 1.x.
This commit is contained in:
parent
f996a93455
commit
2778e98945
@ -156,14 +156,15 @@ class="notebook_app"
|
||||
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Help</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="http://ipython.org/documentation.html" target="_blank">IPython Help</a></li>
|
||||
<li><a href="http://ipython.org/ipython-doc/stable/interactive/htmlnotebook.html" target="_blank">Notebook Help</a></li>
|
||||
<li><a href="http://ipython.org/ipython-doc/stable/interactive/notebook.html" target="_blank">Notebook Help</a></li>
|
||||
<li id="keyboard_shortcuts"><a href="#">Keyboard Shortcuts</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a href="http://docs.python.org" target="_blank">Python</a></li>
|
||||
<li><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></li>
|
||||
<li><a href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a></li>
|
||||
<li><a href="http://matplotlib.org/" target="_blank">Matplotlib</a></li>
|
||||
<li><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></li>
|
||||
<li><a href="http://matplotlib.sourceforge.net/" target="_blank">Matplotlib</a></li>
|
||||
<li><a href="http://pandas.pydata.org/pandas-docs/stable/" target="_blank">pandas</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user