Skip to content

Commit

Permalink
[#523] More improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 25, 2013
1 parent d1555e8 commit e1a54d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/extensions.rst
Expand Up @@ -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.

Expand Down Expand Up @@ -215,7 +215,7 @@ Core Plugin Reference
~~~~~~~~~~~~~~~~~~~~~

.. automodule:: ckan.plugins.core
:members:
:members: SingletonPlugin, Plugin, implements

CKAN Interface Reference
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit e1a54d7

Please sign in to comment.