File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ The central class:
1313 AnnData
1414```
1515
16+ (combining-api)=
17+
1618## Combining
1719
1820Combining {class}` AnnData ` objects.
@@ -25,6 +27,8 @@ See also the section on concatenation.
2527 concat
2628```
2729
30+ (reading-api)=
31+
2832## Reading
2933
3034Reading 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
7177Writing 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}
You can’t perform that action at this time.
0 commit comments