Fix docs sections

pull/6294/head
Jeremy Tuloup 4 years ago
parent 38832b3031
commit f487ec8c7d

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 KiB

File diff suppressed because one or more lines are too long

@ -169,7 +169,7 @@ html_theme = "pydata_sphinx_theme"
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
html_logo = "examples/images/jupyter_logo.png"
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

@ -0,0 +1,15 @@
=============
Configuration
=============
.. toctree::
:maxdepth: 1
:caption: Configuration
config_overview
config
public_server
security
frontend_config
examples/Notebook/Distributing Jupyter Extensions as Python Packages
extending/index.rst

@ -0,0 +1,10 @@
=========================
Contributor Documentation
=========================
.. toctree::
:maxdepth: 1
:caption: Contributor Documentation
contributing
development_faq

@ -2,41 +2,15 @@
The Jupyter Notebook
====================
* `Installation <https://jupyter.readthedocs.io/en/latest/install.html>`_
* `Starting the Notebook <https://jupyter.readthedocs.io/en/latest/running.html>`_
.. toctree::
:maxdepth: 1
:caption: User Documentation
notebook
ui_components
examples/Notebook/examples_index.rst
troubleshooting
changelog
comms
.. toctree::
:maxdepth: 1
:caption: Configuration
.. image:: ./_static/images/notebook-running-code.png
config_overview
config
public_server
security
frontend_config
examples/Notebook/Distributing Jupyter Extensions as Python Packages
extending/index.rst
.. toctree::
:maxdepth: 1
:caption: Contributor Documentation
contributing
development_faq
* `Installation <https://jupyter.readthedocs.io/en/latest/install.html>`_
* `Starting the Notebook <https://jupyter.readthedocs.io/en/latest/running.html>`_
.. toctree::
:hidden:
:maxdepth: 2
examples/Notebook/nbpackage/mynotebook.ipynb
examples/Notebook/nbpackage/nbs/other.ipynb
user-documentation
configuration
contributor

@ -0,0 +1,13 @@
==================
User Documentation
==================
.. toctree::
:maxdepth: 2
notebook
ui_components
examples/Notebook/examples_index.rst
troubleshooting
changelog
comms
Loading…
Cancel
Save