mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Merge pull request #502 from willingc/doc-install
Improve navigation to 'Jupyter' Installation docs
This commit is contained in:
commit
db29514cb8
@ -326,5 +326,6 @@ texinfo_documents = [
|
||||
intersphinx_mapping = {
|
||||
'ipython': ('http://ipython.org/ipython-doc/dev/', None),
|
||||
'nbconvert': ('http://nbconvert.readthedocs.org/en/latest/', None),
|
||||
'nbformat': ('http://nbformat.readthedocs.org/en/latest/', None)
|
||||
'nbformat': ('http://nbformat.readthedocs.org/en/latest/', None),
|
||||
'jupyter': ('http://jupyter.readthedocs.org/en/latest/', None),
|
||||
}
|
||||
|
@ -3,10 +3,13 @@ The Jupyter notebook
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
:caption: User Documentation
|
||||
|
||||
notebook
|
||||
Installation <https://jupyter.readthedocs.org/en/latest/install.html>
|
||||
Running the Notebook <https://jupyter.readthedocs.org/en/latest/running.html>
|
||||
Migrating from IPython <https://jupyter.readthedocs.org/en/latest/migrating.html>
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
@ -22,8 +22,7 @@ text, mathematics, images, and rich media representations of objects.
|
||||
|
||||
.. seealso::
|
||||
|
||||
See the :ref:`installation documentation <installnotebook>` for directions
|
||||
on how to install the notebook and its dependencies.
|
||||
See the :ref:`installation guide <jupyter:install>` on how to install the notebook and its dependencies.
|
||||
|
||||
|
||||
Main features of the web application
|
||||
|
Loading…
Reference in New Issue
Block a user