mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
Added docs to the folder
This commit is contained in:
@@ -51,13 +51,13 @@ follows the Jupyter [Community Guides](https://jupyter.readthedocs.io/en/latest/
|
||||
Documentation sections (reorganization in-progress)
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
|
||||
faq/index.md
|
||||
tutorial/index.md
|
||||
howto/index.md
|
||||
explanation/index.md
|
||||
reference/index.md
|
||||
faq/index.md
|
||||
```
|
||||
|
||||
(index/distributions)=
|
||||
@@ -81,14 +81,6 @@ Today, you can find two main use cases:
|
||||
_It is important to evaluate these distributions before you can continue with the
|
||||
configuration of JupyterHub_.
|
||||
|
||||
### Installation Guide
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
installation-guide
|
||||
```
|
||||
|
||||
### Getting Started
|
||||
|
||||
```{toctree}
|
||||
|
@@ -1,13 +0,0 @@
|
||||
# Installation
|
||||
|
||||
These sections cover how to get up-and-running with JupyterHub. They cover
|
||||
some basics of the tools needed to deploy JupyterHub as well as how to get it
|
||||
running on your own infrastructure.
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 3
|
||||
|
||||
quickstart
|
||||
quickstart-docker
|
||||
installation-basics
|
||||
```
|
@@ -2,7 +2,16 @@
|
||||
|
||||
This section of the documentation provides step-by-step tutorials to help you achieve a specific goal. The tutorials should be a good place to start learning about JupyterHub and how it works.
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
## Installation
|
||||
|
||||
These sections cover how to get up-and-running with JupyterHub. They cover
|
||||
some basics of the tools needed to deploy JupyterHub as well as how to get it
|
||||
running on your own infrastructure.
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
|
||||
installation/quickstart
|
||||
installation/installation-basics
|
||||
installation/quickstart-docker
|
||||
```
|
||||
|
Reference in New Issue
Block a user