Skip to content

Commit

Permalink
[doc][xs] Minor cleaning up of the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed May 4, 2012
1 parent 3f97ad6 commit bf4735f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/api-v2.rst
Expand Up @@ -6,7 +6,6 @@ The CKAN API version 1 & 2 is separated into three parts.

* `Model API`_
* `Search API`_
* `Util API`_

The resources, methods, and data formats of each are described below.

Expand Down
5 changes: 4 additions & 1 deletion doc/background-tasks.rst
Expand Up @@ -23,11 +23,14 @@ Enabling Background Tasks

To manage and run background tasks requires a job queue and CKAN uses celery_
(plus the CKAN database) for this purpose. Thus, to use background tasks you
need to install and run celery_.
need to install and run celery_. As of CKAN 1.7, celery is a required library
and will be already installed after a default CKAN install.

Installation of celery_ will normally be taken care of by whichever component
or extension utilizes it so we skip that here.

.. _celery: http://celeryproject.org/

To run the celery daemon you have two options:

1. In development setup you can just use paster. This can be done as simply
Expand Down
1 change: 1 addition & 0 deletions doc/publisher-profile.rst
Expand Up @@ -35,6 +35,7 @@ This setup is a natural one for many situations. For example:
Whilst organizations can currently belong to other organizations the publisher authorization profile currently only checks membership of the current organization. Future versions of this extension may provide a configuration option to apply authorization checks hierarchically.

.. _publisher-configuration:

Enabling and Configuring the Publisher Profile
==============================================

Expand Down
2 changes: 2 additions & 0 deletions doc/writing-extensions.rst
Expand Up @@ -167,6 +167,8 @@ Alternatively see the `Plugin API documentation`_ below.
.. should be renamed in the code to not have the word 'Extension' in their names.
.. _PyUtilib: https://software.sandia.gov/trac/pyutilib

Example CKAN Extension
----------------------

Expand Down

0 comments on commit bf4735f

Please sign in to comment.