[ckan-changes] [okfn/ckan] 63a801: [#2345] Add update and delete modules to action ap...
GitHub
noreply at github.com
Thu May 3 09:30:02 UTC 2012
Branch: refs/heads/feature-2345-action-api-autodocs
Home: https://github.com/okfn/ckan
Commit: 63a8010ac1dd03f96499abf1f404ade96d0b1825
https://github.com/okfn/ckan/commit/63a8010ac1dd03f96499abf1f404ade96d0b1825
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M doc/api-ref.rst
Log Message:
-----------
[#2345] Add update and delete modules to action api autodoc ref
diff --git a/doc/api-ref.rst b/doc/api-ref.rst
index 317aeb8..e16fa64 100644
--- a/doc/api-ref.rst
+++ b/doc/api-ref.rst
@@ -14,3 +14,9 @@ Also explain how the returns values of the functions end up in the json dict tha
.. automodule:: ckan.logic.action.create
:members:
+
+.. automodule:: ckan.logic.action.update
+ :members:
+
+.. automodule:: ckan.logic.action.delete
+ :members:
================================================================
More information about the ckan-changes
mailing list