From 51d11d1a308e72f5e460d77bf37f98c818dd650f Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 1 Feb 2016 00:00:29 -0600 Subject: [PATCH] Note inspiration --- docs/source/internal/plugin_handling.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/internal/plugin_handling.rst b/docs/source/internal/plugin_handling.rst index 547b5ca..d69957d 100644 --- a/docs/source/internal/plugin_handling.rst +++ b/docs/source/internal/plugin_handling.rst @@ -48,6 +48,11 @@ Finally, we create three classes of plugins: These are used to interact with each of the types of plugins individually. +.. note:: + + Our inspiration for our plugin handling comes from the author's extensive + experience with ``stevedore``. + API Documentation -----------------