]> scripts.mit.edu Git - wizard.git/blobdiff - doc/plugin.rst
Pluginify strategies.
[wizard.git] / doc / plugin.rst
index 3b4ba2369c0d5b026d2e42de1005380347ee007b..347b18b2068172956a8326f798997a433ba92b58 100644 (file)
@@ -47,13 +47,15 @@ For more information on how to create an application, check
 
 
 
-.. _wizard.strategy:
+.. _wizard.install.strategy:
 
-``wizard.strategy``
+``wizard.install.strategy``
 -------------------
 
 Used during installation to automatically determine values for
-installation parameters the user may have omitted.
+installation parameters the user may have omitted.  Plugin should be a
+subclass of :class:`wizard.install.Strategy`.  The class that runs this
+plugin is :class:`wizard.install.ArgSchema`.