Skip to content

Commit 86a408d

Browse files
authored
Add missing DataTree attributes to docs (#9876)
1 parent 7fd7daf commit 86a408d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,12 +626,14 @@ Attributes relating to the recursive tree-like structure of a ``DataTree``.
626626
DataTree.depth
627627
DataTree.width
628628
DataTree.subtree
629+
DataTree.subtree_with_keys
629630
DataTree.descendants
630631
DataTree.siblings
631632
DataTree.lineage
632633
DataTree.parents
633634
DataTree.ancestors
634635
DataTree.groups
636+
DataTree.xindexes
635637

636638
Data Contents
637639
-------------
@@ -645,6 +647,7 @@ This interface echoes that of ``xarray.Dataset``.
645647
DataTree.dims
646648
DataTree.sizes
647649
DataTree.data_vars
650+
DataTree.ds
648651
DataTree.coords
649652
DataTree.attrs
650653
DataTree.encoding

0 commit comments

Comments
 (0)