From 5890a490614d83c6690fb9275331ce5b9506c02b Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Thu, 22 Oct 2020 13:48:11 +0300 Subject: [PATCH] Move example plugins to the already existing list --- docs/contributing/plugins.rst | 10 +++------- docs/howto/content/shared-directory.rst | 3 ++- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/contributing/plugins.rst b/docs/contributing/plugins.rst index faeb75c..173553a 100644 --- a/docs/contributing/plugins.rst +++ b/docs/contributing/plugins.rst @@ -26,12 +26,6 @@ Installing Plugins Include ``--plugin `` in the Installer script. See :ref:`topic/customizing-installer` for more info. -Example Plugins -=============== - - - `tljh-pangeo `_ - - `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 `_: TLJH Plugin for setting up the Pangeo Stack +- `tljh-pangeo `_: TLJH plugin for setting up the Pangeo Stack - `tljh-voila-gallery `_: TLJH plugin that installs a gallery of VoilĂ  dashboards - `tljh-repo2docker `_: TLJH plugin to build multiple user environments with `repo2docker `_. +- `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! diff --git a/docs/howto/content/shared-directory.rst b/docs/howto/content/shared-directory.rst index 67a1668..b7bb6b3 100644 --- a/docs/howto/content/shared-directory.rst +++ b/docs/howto/content/shared-directory.rst @@ -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. \ No newline at end of file +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. \ No newline at end of file