mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
end-of-file-fixer fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- [ ] Add / update documentation
|
||||
- [ ] Add tests
|
||||
|
||||
<!-- Read more about our code-review guidelines at https://the-littlest-jupyterhub.readthedocs.io/en/latest/contributing/code-review.html -->
|
||||
<!-- Read more about our code-review guidelines at https://the-littlest-jupyterhub.readthedocs.io/en/latest/contributing/code-review.html -->
|
||||
|
||||
@@ -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.
|
||||
See :ref:`contributing/tests` for guidelines on writing tests.
|
||||
|
||||
@@ -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.
|
||||
just using the latest versions provided by Ubuntu.
|
||||
|
||||
@@ -56,5 +56,3 @@ Enabling extensions via the command line
|
||||
|
||||
.. image:: ../../images/admin/enable-spellcheck.png
|
||||
:alt: spellcheck-interface-changes
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
Include ``--plugin git+https://github.com/kafonek/tljh-shared-directory`` in your deployment startup script to install it.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
@@ -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`.
|
||||
users and verifying resource availability can be found in :ref:`howto/admin/resize`.
|
||||
|
||||
@@ -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`.
|
||||
|
||||
|
||||
@@ -116,4 +116,4 @@ Step 2: Adding more users
|
||||
Step 3: Install conda / pip packages for all users
|
||||
==================================================
|
||||
|
||||
.. include:: add_packages.txt
|
||||
.. include:: add_packages.txt
|
||||
|
||||
@@ -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.
|
||||
Once done, the configurator interface will be available.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user