-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add git submodule for tutorials (#852)
* turn off warn as error so we can look at docs while changing * add submodule for notebooks * Add submodule commands to readthedocs * Change theme? * Revert "Change theme?" This reverts commit ec87af2. * Fix syntax highlighting in notebooks * Capitalization? * Add extension, ignore other files from tutorial repo * Remove github links custom extension * Turn warningiserror back on * Fix up text on tutorials landing page
- Loading branch information
Showing
11 changed files
with
46 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "docs/tutorials/notebooks"] | ||
path = docs/tutorials/notebooks | ||
url = https://github.com/scverse/anndata-tutorials |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,7 @@ python: | |
path: . | ||
extra_requirements: | ||
- doc | ||
submodules: | ||
include: | ||
- "docs/tutorials/notebooks" | ||
recursive: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ Latest additions | |
:maxdepth: 1 | ||
:hidden: | ||
|
||
tutorials | ||
tutorials/index | ||
api | ||
concatenation | ||
fileformat-prose | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Tutorials | ||
========= | ||
|
||
For a quick introduction to `AnnData`, check out :doc:`Getting Started with AnnData <notebooks/getting-started>`. | ||
|
||
For working with the experimental data loaders also see :ref:`experimental_api`. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
notebooks/getting-started | ||
notebooks/annloader | ||
notebooks/anncollection | ||
notebooks/anncollection-annloader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters