Skip to content

Commit

Permalink
add api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Oct 19, 2024
1 parent bd976f6 commit dd0280d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,17 @@ Manipulate the contents of a single ``DataTree`` node.
DataTree.assign
DataTree.drop_nodes

DataTree Operations
-------------------

Apply operations over multiple ``DataTree`` objects.

.. autosummary::
:toctree: generated/

map_over_datasets
group_subtrees

Comparisons
-----------

Expand Down Expand Up @@ -954,7 +965,6 @@ DataTree methods

open_datatree
open_groups
map_over_datasets
DataTree.to_dict
DataTree.to_netcdf
DataTree.to_zarr
Expand Down

0 comments on commit dd0280d

Please sign in to comment.