From 0b817fb56377bb79348ebf2bd38096a09f6917f0 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 28 Oct 2021 09:43:51 +0200 Subject: [PATCH] end-of-file-fixer fixes --- docs/PULL_REQUEST_TEMPLATE.md | 2 +- docs/contributing/code-review.rst | 2 +- docs/contributing/packages.rst | 2 +- docs/howto/admin/enable-extensions.rst | 2 -- docs/howto/content/share-data.rst | 2 +- docs/howto/providers/azure.rst | 2 -- docs/howto/providers/digitalocean.rst | 2 +- docs/install/custom-server.rst | 1 - docs/install/digitalocean.rst | 2 +- docs/topic/jupyterhub-configurator.rst | 2 +- docs/troubleshooting/restart.rst | 2 -- 11 files changed, 7 insertions(+), 14 deletions(-) diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index 1798476..c39c1c7 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - [ ] Add / update documentation - [ ] Add tests - \ No newline at end of file + diff --git a/docs/contributing/code-review.rst b/docs/contributing/code-review.rst index 28feed9..76a2e8b 100644 --- a/docs/contributing/code-review.rst +++ b/docs/contributing/code-review.rst @@ -48,4 +48,4 @@ add more tests. If you are unsure what kind of tests to add for your pull request, other contributors to the repo will be happy to help guide you! -See :ref:`contributing/tests` for guidelines on writing tests. \ No newline at end of file +See :ref:`contributing/tests` for guidelines on writing tests. diff --git a/docs/contributing/packages.rst b/docs/contributing/packages.rst index 74613e2..72d329c 100644 --- a/docs/contributing/packages.rst +++ b/docs/contributing/packages.rst @@ -43,4 +43,4 @@ Base operating system packages, including Python itself, are installed via ``apt`` from the base Ubuntu repositories. We generally do not pin versions of packages provided by apt, instead -just using the latest versions provided by Ubuntu. \ No newline at end of file +just using the latest versions provided by Ubuntu. diff --git a/docs/howto/admin/enable-extensions.rst b/docs/howto/admin/enable-extensions.rst index 70c103a..5029193 100644 --- a/docs/howto/admin/enable-extensions.rst +++ b/docs/howto/admin/enable-extensions.rst @@ -56,5 +56,3 @@ Enabling extensions via the command line .. image:: ../../images/admin/enable-spellcheck.png :alt: spellcheck-interface-changes - - diff --git a/docs/howto/content/share-data.rst b/docs/howto/content/share-data.rst index 5e98324..16d1b55 100644 --- a/docs/howto/content/share-data.rst +++ b/docs/howto/content/share-data.rst @@ -136,4 +136,4 @@ and User C cannot edit the Notebook. Only User A can make changes. .. note:: The TLJH Plugin at https://github.com/kafonek/tljh-shared-directory installs ``voila`` and sets up the directories as specified above. - Include ``--plugin git+https://github.com/kafonek/tljh-shared-directory`` in your deployment startup script to install it. \ No newline at end of file + Include ``--plugin git+https://github.com/kafonek/tljh-shared-directory`` in your deployment startup script to install it. diff --git a/docs/howto/providers/azure.rst b/docs/howto/providers/azure.rst index 889ab60..fab16a8 100644 --- a/docs/howto/providers/azure.rst +++ b/docs/howto/providers/azure.rst @@ -34,5 +34,3 @@ If you no longer need any of your resources you can delete the entire resource g * Go to "Reosurce groups" on the left hand panel * Click on your resource group * Click on "Delete resource group" you will then be asked to confirm the operation. This operation will take between 5 and 10 minutes. - - diff --git a/docs/howto/providers/digitalocean.rst b/docs/howto/providers/digitalocean.rst index 081ad91..f3fcf30 100644 --- a/docs/howto/providers/digitalocean.rst +++ b/docs/howto/providers/digitalocean.rst @@ -40,4 +40,4 @@ disk space, or CPUs. Digital Ocean servers can be resized in the Now that you've resized your Droplet, you may want to change the resources available to your users. Further information on making more resources available to -users and verifying resource availability can be found in :ref:`howto/admin/resize`. \ No newline at end of file +users and verifying resource availability can be found in :ref:`howto/admin/resize`. diff --git a/docs/install/custom-server.rst b/docs/install/custom-server.rst index 5ab06fe..bcb616d 100644 --- a/docs/install/custom-server.rst +++ b/docs/install/custom-server.rst @@ -97,4 +97,3 @@ Step 4: Setup HTTPS Once you are ready to run your server for real, and have a domain, it's a good idea to proceed directly to :ref:`howto/admin/https`. - diff --git a/docs/install/digitalocean.rst b/docs/install/digitalocean.rst index 2b6c146..38d07a0 100644 --- a/docs/install/digitalocean.rst +++ b/docs/install/digitalocean.rst @@ -116,4 +116,4 @@ Step 2: Adding more users Step 3: Install conda / pip packages for all users ================================================== -.. include:: add_packages.txt \ No newline at end of file +.. include:: add_packages.txt diff --git a/docs/topic/jupyterhub-configurator.rst b/docs/topic/jupyterhub-configurator.rst index 642a996..6fdce76 100644 --- a/docs/topic/jupyterhub-configurator.rst +++ b/docs/topic/jupyterhub-configurator.rst @@ -25,4 +25,4 @@ Accessing the Configurator After enabling the configurator using ``tljh-config``, the service will only be available to hub admins, from within the control panel. The configurator can be accessed from under ``Services`` in the top navigation bar. It will ask to authenticate, so it knows the user is an admin. -Once done, the configurator interface will be available. \ No newline at end of file +Once done, the configurator interface will be available. diff --git a/docs/troubleshooting/restart.rst b/docs/troubleshooting/restart.rst index 18a2498..7220f9c 100644 --- a/docs/troubleshooting/restart.rst +++ b/docs/troubleshooting/restart.rst @@ -27,5 +27,3 @@ This calls systemctl and restarts Traefik. The user may call systemctl and resta .. code-block:: console $ sudo tljh-config reload hub - -