From: Christopher Allan Webber Date: Thu, 23 May 2013 20:56:07 +0000 (-0500) Subject: Moving statcdirect automodule doc reference to autoclass per Elrond's suggestion. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5de402781f9b5e9f4167d7d0d565e0c3ec8c4451;p=mediagoblin.git Moving statcdirect automodule doc reference to autoclass per Elrond's suggestion. Cleaner! --- 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