From b3b850d7c237a121b63ab8988670b38ca9b707bb Mon Sep 17 00:00:00 2001 From: oisinBates Date: Thu, 18 Nov 2021 20:11:22 -0800 Subject: [PATCH] updating plugins.rst --- docs/contributing/plugins.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/contributing/plugins.rst b/docs/contributing/plugins.rst index 173553a..678fa9c 100644 --- a/docs/contributing/plugins.rst +++ b/docs/contributing/plugins.rst @@ -93,8 +93,10 @@ A hook implementation is a function that has the following characteristics: ``tljh.hooks``. The current list of available hooks and when they are called can be -seen in `tljh/hooks.py `_ -in the source repository. +seen in `tljh/hooks.py `_ +in the source repository. Example implementations of each hook can be referenced from +`integration-tests/plugins/simplest/tljh_simplest.py +`_. This example provides an implementation for the ``tljh_extra_user_conda_packages``