aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-01-30 13:27:40 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-01-30 13:27:40 -0600
commit75621003af128969c322d11aff74ec0c425a9ff4 (patch)
tree14ac8c33f42b55b11cae8b2d4dd86b537b255e58 /docs/source/pluginwriter
parentec553298ff78646b0b91f9f2329448bfc690e3a9 (diff)
downloadmediagoblin-75621003af128969c322d11aff74ec0c425a9ff4.tar.lz
mediagoblin-75621003af128969c322d11aff74ec0c425a9ff4.tar.xz
mediagoblin-75621003af128969c322d11aff74ec0c425a9ff4.zip
Added register_template_hooks and get_hook_templates to the plugin api
auto module documentation.
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r--docs/source/pluginwriter/api.rst2
1 files changed, 1 insertions, 1 deletions
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