From cc7605d6a91613f30fdf603fc45af471c5093b09 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Mon, 1 May 2017 14:04:14 -0700 Subject: [PATCH] Add subsection docs --- docs/source/configuration-guide.rst | 12 ++++++++++++ docs/source/index.rst | 15 ++------------- docs/source/user-guide.rst | 11 +++++++++++ 3 files changed, 25 insertions(+), 13 deletions(-) create mode 100644 docs/source/configuration-guide.rst create mode 100644 docs/source/user-guide.rst diff --git a/docs/source/configuration-guide.rst b/docs/source/configuration-guide.rst new file mode 100644 index 00000000..3a09760d --- /dev/null +++ b/docs/source/configuration-guide.rst @@ -0,0 +1,12 @@ +Configuration Guide +=================== + +.. toctree:: + :maxdepth: 2 + + authenticators + spawners + services + config-examples + upgrading + troubleshooting diff --git a/docs/source/index.rst b/docs/source/index.rst index d9e11ae1..17da1af5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -50,7 +50,6 @@ Contents * :doc:`spawners` * :doc:`services` * :doc:`config-examples` -* :doc:`jupyterhub-deployment-aws` * :doc:`upgrading` * :doc:`troubleshooting` @@ -86,21 +85,11 @@ Full Table of Contents ---------------------- .. toctree:: - :numbered: :maxdepth: 2 self - quickstart - getting-started - howitworks - websecurity - rest - authenticators - spawners - services - config-examples - upgrading - troubleshooting + user-guide + configuration-guide api/index changelog contributor-list diff --git a/docs/source/user-guide.rst b/docs/source/user-guide.rst new file mode 100644 index 00000000..cbe1f90d --- /dev/null +++ b/docs/source/user-guide.rst @@ -0,0 +1,11 @@ +JupyterHub User Guide +===================== + +.. toctree:: + :maxdepth: 3 + + quickstart + getting-started + howitworks + websecurity + rest