mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +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 = {
|
intersphinx_mapping = {
|
||||||
'ipython': ('http://ipython.org/ipython-doc/dev/', None),
|
'ipython': ('http://ipython.org/ipython-doc/dev/', None),
|
||||||
'nbconvert': ('http://nbconvert.readthedocs.org/en/latest/', 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::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 1
|
||||||
:caption: User Documentation
|
:caption: User Documentation
|
||||||
|
|
||||||
notebook
|
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::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@ -22,8 +22,7 @@ text, mathematics, images, and rich media representations of objects.
|
|||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
See the :ref:`installation documentation <installnotebook>` for directions
|
See the :ref:`installation guide <jupyter:install>` on how to install the notebook and its dependencies.
|
||||||
on how to install the notebook and its dependencies.
|
|
||||||
|
|
||||||
|
|
||||||
Main features of the web application
|
Main features of the web application
|
||||||
|
Loading…
Reference in New Issue
Block a user