Move example plugins to the already existing list

This commit is contained in:
GeorgianaElena
2020-10-22 13:48:11 +03:00
parent b1cdd9733b
commit 5890a49061
2 changed files with 5 additions and 8 deletions

View File

@@ -26,12 +26,6 @@ Installing Plugins
Include ``--plugin <install_name>`` in the Installer script. See :ref:`topic/customizing-installer` for more info.
Example Plugins
===============
- `tljh-pangeo <https://github.com/yuvipanda/tljh-pangeo>`_
- `tljh-shared-directory <https://github.com/kafonek/tljh-shared-directory>`_
Writing a simple plugins
========================
@@ -137,10 +131,12 @@ If you are looking for a way to extend or customize your TLJH deployment, you mi
Here is a non-exhaustive list of known TLJH plugins:
- `tljh-pangeo <https://github.com/yuvipanda/tljh-pangeo>`_: TLJH Plugin for setting up the Pangeo Stack
- `tljh-pangeo <https://github.com/yuvipanda/tljh-pangeo>`_: TLJH plugin for setting up the Pangeo Stack
- `tljh-voila-gallery <https://github.com/voila-dashboards/tljh-voila-gallery>`_: TLJH plugin that installs a gallery of Voilà dashboards
- `tljh-repo2docker <https://github.com/plasmabio/tljh-repo2docker>`_: TLJH plugin to build multiple user environments with
`repo2docker <https://repo2docker.readthedocs.io>`_.
- `tljh-shared-directory <https://github.com/kafonek/tljh-shared-directory>`_: TLJH plugin which sets up a *shared directory*
for the Hub users in ``/srv/scratch``.
If you have authored a plugin, please open a PR to add it to this list!

View File

@@ -57,4 +57,5 @@ and User C cannot edit the Notebook. Only User A can make changes.
Shared-directory plugin
=======================
A 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.
A 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.