Skip to content

Commit

Permalink
Add create_bounds() to api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Oct 8, 2024
1 parent 379135d commit 80795b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Below is a list of top-level API functions that are available in ``xcdat``.
compare_datasets
get_dim_coords
get_dim_keys
create_bounds
create_axis
create_gaussian_grid
create_global_mean_grid
Expand Down
2 changes: 1 addition & 1 deletion xcdat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
get_dim_keys,
swap_lon_axis,
)
from xcdat.bounds import BoundsAccessor # noqa: F401
from xcdat.bounds import BoundsAccessor, create_bounds # noqa: F401
from xcdat.dataset import decode_time, open_dataset, open_mfdataset # noqa: F401
from xcdat.regridder.accessor import RegridderAccessor # noqa: F401
from xcdat.regridder.grid import ( # noqa: F401
Expand Down

0 comments on commit 80795b2

Please sign in to comment.