Skip to content

Commit 10d831b

Browse files
flying-sheepmeeseeksmachine
authored andcommitted
Backport PR scverse#1941: Add linkable labels to API docs
1 parent 361325f commit 10d831b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/api.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The central class:
1313
AnnData
1414
```
1515

16+
(combining-api)=
17+
1618
## Combining
1719

1820
Combining {class}`AnnData` objects.
@@ -25,6 +27,8 @@ See also the section on concatenation.
2527
concat
2628
```
2729

30+
(reading-api)=
31+
2832
## Reading
2933

3034
Reading anndata’s native formats `.h5ad` and `zarr`.
@@ -66,6 +70,8 @@ You might have more success by assembling the {class}`AnnData` object yourself f
6670
io.read_umi_tools
6771
```
6872

73+
(writing-api)=
74+
6975
## Writing
7076

7177
Writing a complete {class}`AnnData` object to disk in anndata’s native formats `.h5ad` and `zarr`.
@@ -173,6 +179,8 @@ Types used by the former:
173179
experimental.StorageType
174180
```
175181

182+
(errors-api)=
183+
176184
## Errors and warnings
177185

178186
```{eval-rst}
@@ -182,6 +190,8 @@ Types used by the former:
182190
ImplicitModificationWarning
183191
```
184192

193+
(settings-api)=
194+
185195
## Settings
186196

187197
```{eval-rst}
@@ -192,6 +202,8 @@ Types used by the former:
192202
settings.override
193203
```
194204

205+
(types-api)=
206+
195207
## Custom Types/Classes for Readable/Writeable Elements
196208

197209
```{eval-rst}

0 commit comments

Comments
 (0)