Skip to content

Commit

Permalink
Change DataStore ref in FileStore docs to seealso
Browse files Browse the repository at this point in the history
It'll be good if we can use this style (a Sphinx .. seealso::, near the
top of the page) whenever we want to say "also see this page" in the
docs. That'll make it a lot more predictable and easier for users to
find, when one feature is connected to another.
  • Loading branch information
Sean Hammond committed Dec 9, 2013
1 parent eb7ec82 commit 0ddce26
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/filestore.rst
Expand Up @@ -16,6 +16,15 @@ organization.
:ref:`filestore_21_to_22_migration` for details on how to migrate). This is
to give CKAN more control over the files and make access control possible.

.. seealso::

:ref:`datapusher`

Resource files linked-to from CKAN or uploaded to CKAN's FileStore can
also be pushed into CKAN's DataStore, which then enables data previews and
a data API for the resources.


------------------
Setup file uploads
------------------
Expand Down Expand Up @@ -102,8 +111,6 @@ To replace an uploaded file with a link to a file at a remote URL, use the

curl -H'Authorization: your-api-key' 'http://yourhost/api/action/resource_update' --form url=http://expample.com --form clear_upload=true --form id=resourceid

It is also possible to have uploaded files (if of a suitable format) stored in
the DataStore which will then provides an API to the data. See :ref:`datapusher` for more details.

.. _filestore_21_to_22_migration:

Expand Down

0 comments on commit 0ddce26

Please sign in to comment.