Skip to content

Commit 5a81abb

Browse files
committed
edited docs
1 parent ba601b1 commit 5a81abb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/source/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Functions
1414

1515
.. autofunction:: xcube.core.store.find_data_store_extensions
1616

17+
.. autofunction:: xcube.core.store.get_filename_extensions
18+
1719
.. autofunction:: xcube.core.store.list_data_store_ids
1820

1921
.. autofunction:: xcube.core.store.get_data_store_class

docs/source/dataaccess.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@ def init_plugin(ext_registry: extension.ExtensionRegistry):
798798
'{your_package}.opener:{YourOpenerClass}'),
799799
point=EXTENSION_POINT_DATA_OPENERS,
800800
name="{your_opener_id}",
801-
description='{your opener description}'
801+
description='{your opener description}',
802+
extensions=['Optional', 'list', 'of', 'file', 'extensions'],
802803
)
803804
```

rtd-environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dependencies:
88
# Required
99
- adlfs >=2023.1 # for azure blob filesystem
1010
- affine >=2.2
11+
- altair
12+
- chartlets >= 0.1.3
1113
- click >=8.0
1214
- cmocean >=2.0
1315
- dask >=2021.6
@@ -40,11 +42,12 @@ dependencies:
4042
- scipy >=1.6.0
4143
- setuptools >=41.0
4244
- shapely >=1.6
45+
- tabulate >=0.9
4346
- tornado >=6.0
4447
- urllib3 >=1.26
4548
- werkzeug <2.2 # >=2.2 slows down S3 tests (deps: moto->flask->werkzeug)
4649
- xarray >=2022.6, <= 2024.6
47-
- zarr >=2.11
50+
- zarr >=2.11, <3
4851
# Required by Coiled
4952
# These are very likely transitive deps anyway
5053
- lz4

0 commit comments

Comments
 (0)