Merge pull request #502 from willingc/doc-install

Improve navigation to 'Jupyter' Installation docs
This commit is contained in:
Min RK 2015-10-03 16:44:10 +02:00
commit db29514cb8
3 changed files with 7 additions and 4 deletions

View File

@ -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),
}

View File

@ -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

View File

@ -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