From 30486963d719fd9b695c2296c07cb861e5d24c14 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 28 Jun 2018 00:44:24 -0700 Subject: [PATCH] Fix rST syntax errors --- docs/admin.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/admin.rst b/docs/admin.rst index 5841b8e..1dd70ea 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -4,9 +4,9 @@ Administrative Access In The Littlest JupyterHub, we try to allow users to do as many administrative tasks as possible within JupyterHub itself. Admin users can: -1. Have full root access with passwordless `sudo` -2. Install systemwide packages with `apt` -3. Install `conda` / `pip` packages for all JupyterHub +1. Have full root access with passwordless ``sudo`` +2. Install systemwide packages with ``apt`` +3. Install ``conda`` / ``pip`` packages for all JupyterHub 4. Change amount of RAM / CPU available to each user and more! By default, there are no admin users. You should add some after installation. @@ -35,8 +35,8 @@ config file at ``/opt/tljh/config.yaml``. Be careful around the syntax - indentation matters, and you should be using spaces and not tabs. - When you are done, save the file and exit. In `nano`, you can do this with - `Ctrl+X` key. + When you are done, save the file and exit. In ``nano``, you can do this with + ``Ctrl+X`` key. 3. When you are sure the format is ok, restart JupyterHub to let the config take effect.