diff --git a/cordex/__init__.py b/cordex/__init__.py index 11ed1b8..e440bfd 100644 --- a/cordex/__init__.py +++ b/cordex/__init__.py @@ -2,7 +2,7 @@ from . import regions, tables, tutorial from .accessor import CordexDataArrayAccessor, CordexDatasetAccessor # noqa -from .domain import cordex_domain, create_dataset, domain_info, vertices +from .domain import cordex_domain, create_dataset, domain, domain_info, vertices from .tables import domains, ecmwf from .transform import ( map_crs, @@ -26,6 +26,7 @@ "regions", "tables", "tutorial", + "domain", "cordex_domain", "create_dataset", "domain_info", diff --git a/docs/api.rst b/docs/api.rst index 8a47400..dd147d1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -13,7 +13,7 @@ Top-level functions .. autosummary:: :toctree: generated/ - cordex_domain + domain domain_info create_dataset transform