Skip to content

Commit

Permalink
update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jun 22, 2024
1 parent c264967 commit 801f3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cordex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -26,6 +26,7 @@
"regions",
"tables",
"tutorial",
"domain",
"cordex_domain",
"create_dataset",
"domain_info",
Expand Down
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Top-level functions
.. autosummary::
:toctree: generated/

cordex_domain
domain
domain_info
create_dataset
transform
Expand Down

0 comments on commit 801f3b2

Please sign in to comment.