diff --git a/docs/source/conf.py b/docs/source/conf.py index 0879c6e..c71e74d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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), @@ -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 diff --git a/s1ard/search.py b/s1ard/search.py index aed1162..0829b6c 100644 --- a/s1ard/search.py +++ b/s1ard/search.py @@ -619,7 +619,6 @@ def select( See Also -------- - stac_geoparquet.arrow.to_parquet duckdb.query """ pars = locals() @@ -824,7 +823,7 @@ def check_acquisition_completeness( See Also -------- - s1ard.search.asf_select + cesard.search.asf_select """ messages = [] for scene in scenes: