Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyh09 committed Nov 4, 2020
1 parent 2a514df commit caa198c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,19 @@
pass


notebooks_url = "https://sourceforge.net/projects/brie-rna/files/examples/brie_quantify/"
notebooks_url = "https://github.com/huangyh09/brie-tutorials/raw/main/"
notebooks = [
"multiple_sclerosis.ipynb",
"msEAE/brie2_msEAE.ipynb",
"scNTseq/brie2_scNTseq.ipynb",
"dentateGyrus/brie2_dentateGyrus.ipynb"
]

for nb in notebooks:
try:
urlretrieve(notebooks_url + nb, nb)
urlretrieve(notebooks_url + nb, nb.split('/')[1])
except:
pass


# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down
4 changes: 3 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@ quantification in single cells
:maxdepth: 1
:hidden:

multiple_sclerosis
brie2_msEAE
brie2_scNTseq
brie2_dentateGyrus
Prior_distribution_BRIE2

0 comments on commit caa198c

Please sign in to comment.