Skip to content

Commit 1f2a0d4

Browse files
committed
update docs
1 parent baf56d5 commit 1f2a0d4

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

docs/source/Citation.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
Citation
2-
========
2+
========
3+
4+
Chen, H., Ryu, J., Vinyard, M.E., Lerer, A. & Pinello, L. SIMBA: SIngle-cell eMBedding Along with features. bioRxiv, 2021.2010.2017.464750 (2021).
5+
6+
Please check out our `preprint <https://www.biorxiv.org/content/10.1101/2021.10.17.464750v1>`_ on bioRxiv to learn more.

docs/source/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
notebooks_url = "https://github.com/huidongchen/simba_tutorials/raw/main/"
3434
notebooks = [
35-
"rna_10xpmbc_all_genes",
36-
"atac_buenrostro2018_peaks_and_sequences",
37-
"multiome_shareseq",
38-
"multiome_shareseq_GRN",
39-
"rna_mouse_atlas",
40-
"rna_human_pancreas",
41-
"multiome_10xpmbc10k_integration",
35+
"rna_10xpmbc_all_genes.ipynb",
36+
"atac_buenrostro2018_peaks_and_sequences.ipynb",
37+
"multiome_shareseq.ipynb",
38+
"multiome_shareseq_GRN.ipynb",
39+
"rna_mouse_atlas.ipynb",
40+
"rna_human_pancreas.ipynb",
41+
"multiome_10xpmbc10k_integration.ipynb",
4242
]
4343
for nb in notebooks:
4444
try:

docs/source/index.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|Docs|
1+
|Docs| |Install with conda| |Lasst updated| |Downloads| |License|
22

33
**SIMBA**: **SI**\ ngle-cell e\ **MB**\ edding **A**\ long with features
44
========================================================================
@@ -46,4 +46,18 @@ SIMBA is a method to embed cells along with their defining features such as gene
4646

4747

4848
.. |Docs| image:: https://readthedocs.org/projects/simba-bio/badge/?version=latest
49-
:target: https://simba-bio.readthedocs.io
49+
:target: https://simba-bio.readthedocs.io
50+
51+
.. |Install with conda| image:: https://anaconda.org/bioconda/simba/badges/installer/conda.svg
52+
:target: https://anaconda.org/bioconda/simba
53+
54+
.. |Lasst updated| image:: https://anaconda.org/bioconda/simba/badges/latest_release_date.svg
55+
56+
.. |License| image:: https://anaconda.org/bioconda/simba/badges/license.svg
57+
58+
.. |Downloads| image:: https://anaconda.org/bioconda/simba/badges/downloads.svg
59+
60+
61+
62+
63+

0 commit comments

Comments
 (0)