Skip to content

Commit fcccb7c

Browse files
authored
Small documentation rendering fixes (#815)
1 parent fb9d056 commit fcccb7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ ItemSearch
357357

358358
STAC API services may optionally implement a ``/search`` endpoint as describe in the
359359
`STAC API - Item Search spec
360-
<https://github.com/radiantearth/stac-api-spec/tree/main/item-search`__. This
360+
<https://github.com/radiantearth/stac-api-spec/tree/main/item-search>`__. This
361361
endpoint allows clients to query STAC Items across the entire service using a variety
362362
of filter parameters. See the `Query Parameter Table
363363
<https://github.com/radiantearth/stac-api-spec/tree/main/item-search#query-parameter-table>`__

pystac_client/item_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ class ItemSearch(BaseSearch):
594594
through the resulting STAC Items, either :meth:`ItemSearch.item_collections`,
595595
:meth:`ItemSearch.items`, or :meth:`ItemSearch.items_as_dicts`.
596596
597-
All parameters except `url``, ``method``, ``max_items``, and ``client``
597+
All parameters except ``url``, ``method``, ``max_items``, and ``client``
598598
correspond to query parameters
599599
described in the `STAC API - Item Search: Query Parameters Table
600600
<https://github.com/radiantearth/stac-api-spec/tree/master/item-search#query-parameter-table>`__

0 commit comments

Comments
 (0)