Skip to content

Commit

Permalink
[#255] Minor tweaks on API related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 12, 2013
1 parent 2e93662 commit 4661821
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api.rst
Expand Up @@ -195,7 +195,7 @@ GET-able API Functions

Functions defined in :doc:`ckan.logic.action.get` can also be called with an HTTP
GET request. For example, to get the list of datasets (packages) from
demo.ckan.org, open this URL in your browser::
demo.ckan.org, open this URL in your browser:

http://demo.ckan.org/api/3/action/package_list

Expand Down
2 changes: 1 addition & 1 deletion doc/architecture.rst
Expand Up @@ -54,7 +54,7 @@ interesting discussion about APIs.

**All** publicly visible functions in the
``ckan.logic.action.{create,delete,get,update}`` namespaces will be exposed
through the :doc:`apiv3`. **This includes functions imported** by those
through the :doc:`api`. **This includes functions imported** by those
modules, **as well as any helper functions** defined within those modules. To
prevent inadvertent exposure of non-action functions through the action api,
care should be taken to:
Expand Down
2 changes: 1 addition & 1 deletion doc/multilingual.rst
Expand Up @@ -14,7 +14,7 @@ By default term translations are disabled. To enable them, you have to specify t
# List the names of CKAN extensions to activate.
ckan.plugins = multilingual_dataset multilingual_group multilingual_tag

Of course, you won't see any terms getting translated until you load some term translations into the database. You can do this using the ``term_translation_update`` and ``term_translation_update_many`` actions of the CKAN API, See :ref:`api` for more details.
Of course, you won't see any terms getting translated until you load some term translations into the database. You can do this using the ``term_translation_update`` and ``term_translation_update_many`` actions of the CKAN API, See :doc:`api` for more details.

Loading Test Translations
-------------------------
Expand Down

0 comments on commit 4661821

Please sign in to comment.