forked from scverse/scanpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update conf.py * add req * add override path * Create override.css * add pygments, remove scvi-tools colors * add myst extensions * remove github edit links * move css * add sphinx design, opengraph * move contributors out of index * show source * add submodule * add submodule * temp old tutorials rename * remove github links * remove github url from template * disable warning fail * disable warning fail * nbsphinx * fix headings * rtd use submodule * add viewcode * more headings fixes * tutorials index * add nbsphinx ext * remove sphinx pygments * fix colab link * add ipython as docs req * no signatures in tables * make ci happy * add sphinx design cards * break up api * fix icons * link to new api index in card * update colors * no latest release in index * release notes * colors * color typo * back to default colors * Update override.css * add module * move external * Make border color override work * grid * hoverxref and linkcode * fix grid * comment * grid spacing * intersphinx hoverxref * extlinks * extlinks * fix contributors * fix tutorials to use old page * hidden toc tree * toctree for tutorials hidden * clean up conf * fix extlinks * tutorial extlink * add leiden to docs build * buttons * small role * try rst badge * extlinks * fix image link * Update docs/conf.py * update submodule * remove hoverxref * warning code * add how to update submodule * remove unnecessary css * remove more scanpydoc * tutorials link * switch to sphinx book * pre commit' * update reqs * logo only * deps * linkcode * linkcode * exclude patterns * sidebar levels * remove external tools * fix external --------- Co-authored-by: Philipp A <[email protected]>
- Loading branch information
1 parent
619bd77
commit 2b28b57
Showing
39 changed files
with
1,036 additions
and
882 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"] | ||
path = docs/tutorials | ||
url = https://github.com/scverse/scanpy-tutorials.git |
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 | ||
- leiden | ||
submodules: | ||
include: | ||
- "docs/tutorials" |
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,20 @@ | ||
/* for the sphinx design cards */ | ||
body { | ||
--sd-color-shadow: dimgrey; | ||
} | ||
|
||
dl.citation>dt { | ||
float: left; | ||
margin-right: 15px; | ||
font-weight: bold; | ||
} | ||
|
||
/* for custom small role */ | ||
.small { | ||
font-size: 40% !important | ||
} | ||
|
||
.smaller, | ||
.pr { | ||
font-size: 70% !important | ||
} |
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
:github_url: {{ fullname | github_url }} | ||
|
||
{{ fullname | escape | underline}} | ||
|
||
.. currentmodule:: {{ module }} | ||
|
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
Oops, something went wrong.