Skip to content

Commit

Permalink
Add missing DataTree attributes to docs (#9876)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones authored Dec 16, 2024
1 parent 7fd7daf commit 86a408d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -626,12 +626,14 @@ Attributes relating to the recursive tree-like structure of a ``DataTree``.
DataTree.depth
DataTree.width
DataTree.subtree
DataTree.subtree_with_keys
DataTree.descendants
DataTree.siblings
DataTree.lineage
DataTree.parents
DataTree.ancestors
DataTree.groups
DataTree.xindexes

Data Contents
-------------
Expand All @@ -645,6 +647,7 @@ This interface echoes that of ``xarray.Dataset``.
DataTree.dims
DataTree.sizes
DataTree.data_vars
DataTree.ds
DataTree.coords
DataTree.attrs
DataTree.encoding
Expand Down

0 comments on commit 86a408d

Please sign in to comment.