From: Christopher Allan Webber Date: Wed, 30 Jan 2013 19:27:40 +0000 (-0600) Subject: Added register_template_hooks and get_hook_templates to the plugin api X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=75621003af128969c322d11aff74ec0c425a9ff4;p=mediagoblin.git Added register_template_hooks and get_hook_templates to the plugin api auto module documentation. --- diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst index 206c8b0b..f700e161 100644 --- a/docs/source/pluginwriter/api.rst +++ b/docs/source/pluginwriter/api.rst @@ -20,4 +20,4 @@ Plugin API ----------------------- .. automodule:: mediagoblin.tools.pluginapi - :members: get_config, register_routes, register_template_path + :members: get_config, register_routes, register_template_path, register_template_hooks, get_hook_templates