Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
intersphinx_mapping = {
'cesard': ('https://cesard.readthedocs.io/en/latest', None),
'dateutil': ('https://dateutil.readthedocs.io/en/stable', None),
'duckdb': ('https://duckdb.org/docs/stable/clients/python/reference', None),
'duckdb': ('https://duckdb.org/docs/current/clients/python/reference', None),
'lxml': ('https://lxml.de/apidoc', None),
'osgeo': ('https://gdal.org/en/stable', None),
'pyroSAR': ('https://pyrosar.readthedocs.io/en/latest', None),
Expand All @@ -57,7 +57,6 @@
'python': ('https://docs.python.org/3', None),
'scipy': ('https://docs.scipy.org/doc/scipy', None),
'spatialist': ('https://spatialist.readthedocs.io/en/latest', None),
'stac-geoparquet': ('https://stac-utils.github.io/stac-geoparquet/latest', None)
}

napoleon_google_docstring = False
Expand Down
3 changes: 1 addition & 2 deletions s1ard/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ def select(

See Also
--------
stac_geoparquet.arrow.to_parquet
duckdb.query
"""
pars = locals()
Expand Down Expand Up @@ -824,7 +823,7 @@ def check_acquisition_completeness(

See Also
--------
s1ard.search.asf_select
cesard.search.asf_select
"""
messages = []
for scene in scenes:
Expand Down
Loading