@@ -786,7 +786,7 @@ def get_list_function_result(self, ddoc_id, list_name, view_name, **kwargs):
786786 # Process data (in text format).
787787
788788 For more detail on list functions, refer to the
789- `Cloudant documentation <https://docs.cloudant.com/
789+ `Cloudant list documentation <https://docs.cloudant.com/
790790 design_documents.html#list-functions>`_.
791791
792792 :param str ddoc_id: Design document id used to get result.
@@ -824,7 +824,7 @@ def get_show_function_result(self, ddoc_id, show_name, doc_id):
824824 # Process data (in text format).
825825
826826 For more detail on show functions, refer to the
827- `Cloudant documentation <https://docs.cloudant.com/
827+ `Cloudant show documentation <https://docs.cloudant.com/
828828 design_documents.html#show-functions>`_.
829829
830830 :param str ddoc_id: Design document id used to get the result.
@@ -1277,7 +1277,7 @@ def get_search_result(self, ddoc_id, index_name, **query_params):
12771277 pair of a field name and a value. This field can be used several
12781278 times. The search will only match documents that have the given
12791279 value in the field name. It differs from using
1280- ``query=fieldname:value` only in that the values are not analyzed.
1280+ ``query=fieldname:value`` only in that the values are not analyzed.
12811281 :param str group_field: Optional string field by which to group
12821282 search matches. Fields containing other data
12831283 (numbers, objects, arrays) can not be used.
0 commit comments