From e1ddb326fb9b30207a2715101e4a9527e695d58f Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 24 May 2019 12:33:42 -0700 Subject: [PATCH] azure: Fix rst linting errors --- docs/install/azure.rst | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/install/azure.rst b/docs/install/azure.rst index 13d8e1c..fac50df 100644 --- a/docs/install/azure.rst +++ b/docs/install/azure.rst @@ -1,3 +1,5 @@ +.. _install/azure: + ==================== Installing on Azure ==================== @@ -111,17 +113,19 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt #. Advanced settings * **Extensions**. Make sure there are no extensions listed * **Cloud init**. We are going to use this section to install TLJH directly into our Virtual Machine. - Copy the code snippet below: :: + Copy the code snippet below: - #!/bin/bash - curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \ - | sudo python3 - \ - --admin + .. code:: bash - where the ``username`` is the root username you chose for your Virtual Machine. + #!/bin/bash + curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \ + | sudo python3 - \ + --admin - .. image:: ../images/providers/azure/cloudinit-vm.png - :alt: Install TLJH + where the ``username`` is the root username you chose for your Virtual Machine. + + .. image:: ../images/providers/azure/cloudinit-vm.png + :alt: Install TLJH .. note:: @@ -146,7 +150,7 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt #. Check if the installation is complete by **copying** the **Public IP address** of your virtual machine, and trying to access it with a browser. - .. image:: ../images/providers/azure/IP-vm.png + .. image:: ../images/providers/azure/ip-vm.png :alt: Public IP address Note that accessing the JupyterHub will fail until the installation is complete, so be patient.