Merge pull request #764 from oisinBates/feature/update-plugin-documentation

updating 'plugin' documentation
This commit is contained in:
Georgiana Elena
2021-12-17 11:50:19 +02:00
committed by GitHub

View File

@@ -93,8 +93,10 @@ A hook implementation is a function that has the following characteristics:
``tljh.hooks``. ``tljh.hooks``.
The current list of available hooks and when they are called can be The current list of available hooks and when they are called can be
seen in `tljh/hooks.py <https://github.com/jupyterhub/the-littlest-jupyterhub/blob/master/tljh/hooks.py>`_ seen in `tljh/hooks.py <https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/tljh/hooks.py>`_
in the source repository. in the source repository. Example implementations of each hook can be referenced from
`integration-tests/plugins/simplest/tljh_simplest.py
<https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/integration-tests/plugins/simplest/tljh_simplest.py>`_.
This example provides an implementation for the ``tljh_extra_user_conda_packages`` This example provides an implementation for the ``tljh_extra_user_conda_packages``