Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh authored Aug 14, 2024
2 parents c89123a + 708ddd3 commit dfa03ad
Show file tree
Hide file tree
Showing 13 changed files with 800 additions and 1,458 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
ref: main
fetch-depth: 0


- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.11"
python: "3.10"

sphinx:
configuration: docs/conf.py
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jinja2<3.1.0
myst_parser
nbsphinx
sphinx-gallery<0.17.0
sphinx-gallery
sphinx-argparse
sphinx-disqus
autodocsumm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Run scar with Python API
scAR_tutorial_denoising_CITEseq
scAR_tutorial_denoising_scRNAseq
scAR_tutorial_denoising_scATACseq
scAR_tutorial_batch_denoising_scRNAseq

Run scar with the command line tool
---------------------------------
Expand Down
Loading

0 comments on commit dfa03ad

Please sign in to comment.