From e1a54d706ae9ba7c46789ad41cdc686dd21d26c7 Mon Sep 17 00:00:00 2001 From: tobes Date: Thu, 25 Apr 2013 15:08:57 +0100 Subject: [PATCH] [#523] More improvements --- doc/extensions.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/extensions.rst b/doc/extensions.rst index 5963a434fb5..e7d5a20ba0d 100644 --- a/doc/extensions.rst +++ b/doc/extensions.rst @@ -105,10 +105,10 @@ Example Extension Guidelines for writing extensions: ---------------------------------- -- Use the plugins toolkit, described above. +- Use the plugins :doc:`toolkit`. -- Extensions should use actions where possible via ``get_action()``. This - function is available in the toolkit. +- Extensions should use actions via ``get_action()``. This function is + available in the toolkit. - No foreign key constraints into core as these cause problems. @@ -215,7 +215,7 @@ Core Plugin Reference ~~~~~~~~~~~~~~~~~~~~~ .. automodule:: ckan.plugins.core - :members: + :members: SingletonPlugin, Plugin, implements CKAN Interface Reference ~~~~~~~~~~~~~~~~~~~~~~~~