@@ -49,7 +49,7 @@ def mosta(
4949 force_download
5050 Whether to force-download the data.
5151 kwargs
52- Keyword arguments for :func:`scanpy.read `.
52+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
5353
5454 Returns
5555 -------
@@ -86,7 +86,7 @@ def hspc(
8686 force_download
8787 Whether to force-download the data.
8888 kwargs
89- Keyword arguments for :func:`scanpy.read `.
89+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
9090
9191 Returns
9292 -------
@@ -125,7 +125,7 @@ def drosophila(
125125 force_download
126126 Whether to force-download the data.
127127 kwargs
128- Keyword arguments for :func:`scanpy.read `.
128+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
129129
130130 Returns
131131 -------
@@ -169,7 +169,7 @@ def c_elegans(
169169 force_download
170170 Whether to force-download the data.
171171 kwargs
172- Keyword arguments for :func:`scanpy.read `.
172+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
173173
174174 Returns
175175 -------
@@ -207,7 +207,7 @@ def zebrafish(
207207 force_download
208208 Whether to force-download the data.
209209 kwargs
210- Keyword arguments for :func:`scanpy.read `.
210+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
211211
212212 Returns
213213 -------
@@ -250,7 +250,7 @@ def bone_marrow(
250250 force_download
251251 Whether to force-download the data.
252252 kwargs
253- Keyword arguments for :func:`scanpy.read `.
253+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
254254
255255 Returns
256256 -------
@@ -345,7 +345,7 @@ def tedsim(
345345 force_download
346346 Whether to force-download the data.
347347 kwargs
348- Keyword arguments for :func:`scanpy.read `.
348+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
349349
350350 Returns
351351 -------
@@ -378,7 +378,7 @@ def sciplex(
378378 force_download
379379 Whether to force-download the data.
380380 kwargs
381- Keyword arguments for :func:`scanpy.read `.
381+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
382382
383383 Returns
384384 -------
@@ -408,7 +408,7 @@ def sim_align(
408408 force_download
409409 Whether to force-download the data.
410410 kwargs
411- Keyword arguments for :func:`scanpy.read `.
411+ Keyword arguments for :func:`~anndata.io.read_h5ad `.
412412
413413 Returns
414414 -------
0 commit comments