diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-01 00:00:29 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-01 00:00:29 -0600 |
| commit | 51d11d1a308e72f5e460d77bf37f98c818dd650f (patch) | |
| tree | 0b4840de4ef6e88ab4ae28b5a818ba578e45b64d /docs/source/internal | |
| parent | f4f68b6442e26a29a86cb7bcd3a3b2cfe01438d6 (diff) | |
| download | flake8-51d11d1a308e72f5e460d77bf37f98c818dd650f.tar.gz | |
Note inspiration
Diffstat (limited to 'docs/source/internal')
| -rw-r--r-- | docs/source/internal/plugin_handling.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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 ----------------- |
