From 5de402781f9b5e9f4167d7d0d565e0c3ec8c4451 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 23 May 2013 15:56:07 -0500 Subject: [PATCH] Moving statcdirect automodule doc reference to autoclass per Elrond's suggestion. Cleaner! --- docs/source/pluginwriter/api.rst | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.25.1