From dbebfd25d40601a6923a3d08e877b6161a3ca91a Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Fri, 12 Oct 2012 15:07:13 +0200 Subject: [PATCH] Improve references --- doc/datastore-api.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/datastore-api.rst b/doc/datastore-api.rst index a30c602975a..9b723c5170d 100644 --- a/doc/datastore-api.rst +++ b/doc/datastore-api.rst @@ -27,7 +27,7 @@ There are several endpoints into the DataStore API, they are: at ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_upsert`` :meth:`~ckanext.datastore.logic.action.datastore_search` at ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_search`` -:meth:`~ckanext.datastore.logic.action.datastore_search_sql`, not available in :ref:`legacy_mode` +:meth:`~ckanext.datastore.logic.action.datastore_search_sql`, not available in :ref:`legacy mode` at ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_search_sql`` ``datastore_search_htsql()``, see :ref:`datastore_search_htsql` at ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_search_htsql`` @@ -155,8 +155,7 @@ Comparison of different querying methods The DataStore supports querying with multiple API endpoints. They are similar but support different features. The following list gives an overview of the different methods. ============================== ======================================================== ============================================================ ============================= -.. :meth:`~ckanext.datastore.logic.action.datastore_search` :meth:`~ckanext.datastore.logic.action.datastore_search_sql` :ref:`datastore_search_htsql` -.. SQL HTSQL +.. :meth:`~ckanext.datastore.logic.action.datastore_search` :meth:`~ckanext.datastore.logic.action.datastore_search_sql` :ref:`HTSQL` ============================== ======================================================== ============================================================ ============================= **Status** Stable Stable Available as extension **Ease of use** Easy Complex Medium