Cleanup installation instructions in documentation

- Make it clear these are installation instructions for
  various cloud providers & custom servers
- Simplify titles of the installation tutorials

Fixes #17
This commit is contained in:
yuvipanda
2018-07-11 12:00:58 -07:00
parent bd122ef218
commit 40667c15a4
5 changed files with 35 additions and 16 deletions

View File

@@ -5,6 +5,27 @@ The Littlest JupyterHub
A simple `JupyterHub <https://github.com/jupyterhub/jupyterhub>`_ distribution for
a small (0-50) number of users on a single server.
Installation
============
The Littlest JupyterHub (TLJH) can run on any server that is running at least
Ubuntu 18.04. We have a bunch of tutorials to get you started.
- Tutorials to create a new server from scratch on a cloud provider & run TLJH
on it. These are **recommended** if you do not have much experience setting up
servers.
.. toctree::
:titlesonly:
tutorials/digitalocean
tutorials/jetstream
tutorials/google
- :ref:`tutorial/custom`.
You should use this if your cloud provider does not already have a direct tutorial,
or if you have experience setting up servers.
Tutorials
=========