Normalize heading levels to match documentation guidelines

This commit is contained in:
yuvipanda
2018-07-10 11:35:18 -07:00
parent 13dcd2f871
commit 35517aab5c
11 changed files with 47 additions and 36 deletions

View File

@@ -1,23 +1,24 @@
.. _tutorial_quickstart_digitalocean:
=====================================
Tutorial: JupyterHub on Digital Ocean
========================================
=====================================
Goal
----
====
By the end of this tutorial, you should have a JupyterHub with some admin
users and a user environment with packages you want installed running on
`DigitalOcean <https://digitalocean.com>`_.
Pre-requisites
--------------
==============
#. A DigitalOcean account with a payment method attached.
#. Some familiarity with the command line.
Step 1: Installing The Littlest JupyterHub
------------------------------------------
==========================================
Let's create the server on which we can run JupyterHub.
@@ -101,11 +102,11 @@ Let's create the server on which we can run JupyterHub.
#. Congratulations, you have a running working JupyterHub!
Step 2: Adding more users
--------------------------
==========================
.. include:: add_users.txt
Step 3: Install conda / pip packages for all users
--------------------------------------------------
==================================================
.. include:: add_packages.txt

View File

@@ -1,22 +1,23 @@
.. _tutorial_quickstart_google:
====================================
Tutorial: JupyterHub on Google Cloud
====================================
Goal
----
====
By the end of this tutorial, you should have a JupyterHub with some admin
users and a user environment with packages you want installed running on
`Google Cloud <https://cloud.google.com/>`_.
Prerequisites
-------------
=============
#. A Google Cloud account. You might use the free credits for trying it out!
Step 1: Installing The Littlest JupyterHub
------------------------------------------
==========================================
Let's create the server on which we can run JupyterHub.
@@ -84,7 +85,7 @@ Let's create the server on which we can run JupyterHub.
For more guidance on the different options available to you, as well as
pricing considerations on Google Cloud, see the `GCP Choosing a VM Guide <https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type?hl=en_US>`_.
#. Under **Boot Disk**, click the **Change** button. This lets us change the
operating system and the size of your disk.
@@ -186,11 +187,11 @@ Let's create the server on which we can run JupyterHub.
#. Congratulations, you have a running working JupyterHub!
Step 2: Adding more users
--------------------------
==========================
.. include:: add_users.txt
Step 3: Install conda / pip packages for all users
--------------------------------------------------
==================================================
.. include:: add_packages.txt

View File

@@ -1,24 +1,25 @@
.. _tutorial_quickstart_jetstream:
=================================
Tutorial: JupyterHub on Jetstream
=================================
Goal
----
====
By the end of this tutorial, you should have a JupyterHub with some admin
users and a user environment with packages you want installed running on
`Jetstream <https://jetstream-cloud.org/>`_.
Prerequisites
-------------
=============
#. A Jetstream account with an XSEDE allocation; for more information,
go to the `Jetstream Allocations help page <http://wiki.jetstream-cloud.org/Jetstream+Allocations>`_.
#. Some familiarity with the command line.
Step 1: Installing The Littlest JupyterHub
------------------------------------------
==========================================
Let's create the server on which we can run JupyterHub.
@@ -125,11 +126,11 @@ Let's create the server on which we can run JupyterHub.
#. Congratulations, you have a running working JupyterHub!
Step 2: Adding more users
--------------------------
==========================
.. include:: add_users.txt
Step 3: Install conda / pip packages for all users
--------------------------------------------------
==================================================
.. include:: add_packages.txt