aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-05-23 15:56:07 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-05-23 15:56:33 -0500
commit5de402781f9b5e9f4167d7d0d565e0c3ec8c4451 (patch)
treec148a5ab7db028fae4a5924348b9b178971eced8 /docs/source/pluginwriter
parent14aa2eaa197f776966f0041085276f4ec08218ae (diff)
downloadmediagoblin-5de402781f9b5e9f4167d7d0d565e0c3ec8c4451.tar.lz
mediagoblin-5de402781f9b5e9f4167d7d0d565e0c3ec8c4451.tar.xz
mediagoblin-5de402781f9b5e9f4167d7d0d565e0c3ec8c4451.zip
Moving statcdirect automodule doc reference to autoclass per Elrond's suggestion.
Cleaner!
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r--docs/source/pluginwriter/api.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst
index 06295c77..44411965 100644
--- a/docs/source/pluginwriter/api.rst
+++ b/docs/source/pluginwriter/api.rst
@@ -142,8 +142,7 @@ First, you need to register your plugin's resources with the hook.
This is pretty easy actually: you just need to provide a function that
passes back a PluginStatic object.
-.. automodule:: mediagoblin.tools.staticdirect
- :members: PluginStatic
+.. autoclass:: mediagoblin.tools.staticdirect.PluginStatic
Running plugin assetlink