Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colganwi authored May 9, 2024
1 parent beb6cb7 commit 00defd7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,22 @@ Combining TreeData objects.

## I/O

Reading and writing TreeData objects.
Reading TreeData objects.

```{eval-rst}
.. autosummary::
:toctree: generated/
read_h5ad
read_zarr
```

Writing TreeData objects.
```{eval-rst}
.. autosummary::
:toctree: generated/
TreeData.write_h5ad
TreeData.write_zarr
```

0 comments on commit 00defd7

Please sign in to comment.