summaryrefslogtreecommitdiff
path: root/docs/source/internal
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-02-01 20:09:15 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-02-01 20:09:15 -0600
commit5dc7440a2ba228bc6d7b693ff4737d3a2453e965 (patch)
tree36f2d67220b5bfc14cd2f5ba56c8505e844d8a38 /docs/source/internal
parent51d11d1a308e72f5e460d77bf37f98c818dd650f (diff)
downloadflake8-5dc7440a2ba228bc6d7b693ff4737d3a2453e965.tar.gz
Start documenting our Trie implementation
Diffstat (limited to 'docs/source/internal')
-rw-r--r--docs/source/internal/plugin_handling.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/internal/plugin_handling.rst b/docs/source/internal/plugin_handling.rst
index d69957d..e217497 100644
--- a/docs/source/internal/plugin_handling.rst
+++ b/docs/source/internal/plugin_handling.rst
@@ -53,6 +53,9 @@ These are used to interact with each of the types of plugins individually.
Our inspiration for our plugin handling comes from the author's extensive
experience with ``stevedore``.
+Notifying Listener Plugins
+--------------------------
+
API Documentation
-----------------