diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-01-31 20:57:03 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-01-31 20:58:19 +0100 |
commit | cf41e7d7444fb9d19a777a4720d9b00684e6fe7b (patch) | |
tree | 92b027ff5fe93492ad3351117a368a4770333c4d /docs/source/pluginwriter | |
parent | 8a4d0dbc07c2243c5b5ce123ac1ffafb6bfb19cb (diff) | |
download | mediagoblin-cf41e7d7444fb9d19a777a4720d9b00684e6fe7b.tar.lz mediagoblin-cf41e7d7444fb9d19a777a4720d9b00684e6fe7b.tar.xz mediagoblin-cf41e7d7444fb9d19a777a4720d9b00684e6fe7b.zip |
Improve formatting for hook template docs.
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r-- | docs/source/pluginwriter/api.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst index f700e161..42dc3a3d 100644 --- a/docs/source/pluginwriter/api.rst +++ b/docs/source/pluginwriter/api.rst @@ -20,4 +20,5 @@ Plugin API ----------------------- .. automodule:: mediagoblin.tools.pluginapi - :members: get_config, register_routes, register_template_path, register_template_hooks, get_hook_templates + :members: get_config, register_routes, register_template_path, + register_template_hooks, get_hook_templates |