Update toc

This commit is contained in:
Carol Willing
2017-08-09 13:31:51 -07:00
parent eb6a2f9e89
commit 39041ee08c
2 changed files with 25 additions and 19 deletions

View File

@@ -25,9 +25,8 @@ JupyterHub performs the following functions:
- The Hub configures the proxy to forward URL prefixes to the single-user - The Hub configures the proxy to forward URL prefixes to the single-user
notebook servers notebook servers
For convenient administration of the Hub, its users, and :doc:`services`, For convenient administration of the Hub, its users, and services,
JupyterHub also provides a JupyterHub also provides a `REST API`_.
`REST API`_.
Contents Contents
-------- --------
@@ -41,25 +40,25 @@ Contents
**Getting Started** **Getting Started**
* :doc:`getting-started-index` * :doc:`getting-started/index`
* :doc:`config-basics` * :doc:`getting-started/config-basics`
* :doc:`networking-basics` * :doc:`getting-started/networking-basics`
* :doc:`security-basics` * :doc:`getting-started/security-basics`
* :doc:`authenticators-users-basics` * :doc:`getting-started/authenticators-users-basics`
* :doc:`spawners-basics` * :doc:`getting-started/spawners-basics`
* :doc:`services-basics` * :doc:`getting-started/services-basics`
**Technical Reference** **Technical Reference**
* :doc:`reference-index` * :doc:`reference/index`
* :doc:`technical-overview` * :doc:`reference/technical-overview`
* :doc:`websecurity` * :doc:`reference/websecurity`
* :doc:`authenticators` * :doc:`reference/authenticators`
* :doc:`spawners` * :doc:`reference/spawners`
* :doc:`services` * :doc:`reference/services`
* :doc:`rest` * :doc:`reference/rest`
* :doc:`upgrading` * :doc:`reference/upgrading`
* :doc:`config-examples` * :doc:`reference/config-examples`
**API Reference** **API Reference**

View File

@@ -0,0 +1,7 @@
Tutorials
=========
How do I?
Zero to JupyterHub