Skip to content

Commit cdd7692

Browse files
TomNicholasclaude
andauthored
Document Dataset.load_async and DataArray.load_async (#11311)
Add both methods to the autosummary blocks in doc/api/io.rst so Sphinx generates their reference pages. Without these entries no pages are built, and the :py:meth: cross-references to them in whats-new.rst render as plain text. Co-authored-by: Claude <noreply@anthropic.com>
1 parent b8bfeca commit cdd7692

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

doc/api/io.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Dataset methods
3030
Dataset.filter_by_attrs
3131
Dataset.info
3232
Dataset.load
33+
Dataset.load_async
3334
Dataset.persist
3435
Dataset.unify_chunks
3536

@@ -62,6 +63,7 @@ DataArray methods
6263
DataArray.compute
6364
DataArray.persist
6465
DataArray.load
66+
DataArray.load_async
6567
DataArray.unify_chunks
6668

6769
DataTree methods

0 commit comments

Comments
 (0)