Skip to content

Commit

Permalink
Update tutorial page (#727)
Browse files Browse the repository at this point in the history
* Update tutorial page

* Add ref for experimental api
  • Loading branch information
ivirshup authored Mar 15, 2022
1 parent 6833dde commit dbe85e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Writing to other formats.
AnnData.write_loom
AnnData.write_zarr

.. _experimental_api:

Experimental API
----------------
Expand Down
8 changes: 7 additions & 1 deletion docs/tutorials.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Tutorials
=========

For getting started, we recommend :tutorial:`getting-started`.
For a quick introduction to `AnnData`, check out :tutorial:`getting-started`.

For working with the experimental data loaders (see :ref:`experimental_api`):

* For an example of working with pytorch :tutorial:`annloader`
* For lazily concatenating multiple files :tutorial:`anncollection`
* For interfacing pytorch models with lazy collections :tutorial:`anncollection-annloader`

0 comments on commit dbe85e5

Please sign in to comment.