Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize the display of the tutorial page and add adjust_legend argument #707

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
05933d6
update the readthedocs using better format
Starlitnightly Oct 4, 2024
3aab168
update the readthedocs using better format
Starlitnightly Oct 4, 2024
1b78b00
update the readthedocs using better format
Starlitnightly Oct 4, 2024
d13b201
update the requirements of docs
Starlitnightly Oct 4, 2024
449a906
update the requirements of docs
Starlitnightly Oct 4, 2024
14cc7b1
update the readthedocs environment
Starlitnightly Oct 4, 2024
07d0d49
update the readthedocs environment
Starlitnightly Oct 4, 2024
edd45e3
update the readthedocs environment
Starlitnightly Oct 4, 2024
78e2d5c
update the readthedocs environment
Starlitnightly Oct 4, 2024
157b0e6
update the readthedocs environment
Starlitnightly Oct 4, 2024
01bc860
update the readthedocs environment
Starlitnightly Oct 4, 2024
6cc7428
update info of dynamo
Starlitnightly Oct 4, 2024
edab061
update info of dynamo
Starlitnightly Oct 4, 2024
1a96f18
Added submodule of readthedocs
Starlitnightly Oct 4, 2024
bfc3762
Added submodule of readthedocs
Starlitnightly Oct 4, 2024
8630157
Added submodule of readthedocs
Starlitnightly Oct 4, 2024
a7f9f51
update notebooks
Starlitnightly Oct 4, 2024
981f4b3
update notebooks
Starlitnightly Oct 4, 2024
26a76cb
update notebooks
Starlitnightly Oct 4, 2024
8451fc0
update notebooks
Starlitnightly Oct 4, 2024
4ff7b14
update notebooks
Starlitnightly Oct 4, 2024
e6f292b
Added adjust_legend argument to solve the overlap of legend in all sc…
Starlitnightly Oct 17, 2024
1659aac
Added adjust_legend argument to solve the overlap of legend in all sc…
Starlitnightly Oct 17, 2024
81cdae5
Added shiny tutorial and optimated the introduction
Starlitnightly Oct 17, 2024
15b1d9c
Updated the MultiVelo calculation function (#706)
Starlitnightly Oct 29, 2024
11b8562
Fixed the flank error
Starlitnightly Oct 29, 2024
2aa1457
remove the dependencies error
Starlitnightly Oct 29, 2024
39acbe4
remove the dependencies error
Starlitnightly Oct 29, 2024
80dcad0
Fixed the operand type(s) for |: 'ABCMeta' and 'type' Error
Starlitnightly Oct 29, 2024
16bca4d
Removed scvelo import
Starlitnightly Oct 29, 2024
1b75ebe
Updated the tutorials of multi-velo (#706)
Starlitnightly Oct 29, 2024
a2180db
remove dependencies of torch
Starlitnightly Oct 29, 2024
0a263e7
Fix the anndata and Mudata
Starlitnightly Oct 29, 2024
641a78f
Updated the tutorial of multi-velo
Starlitnightly Oct 29, 2024
db2a0c4
Added the tutorial of convert pseudotime to RNA velocity (#706)
Starlitnightly Oct 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ docs/build
docs/source/dynamo*
docs/source/_autosummary

docs/generated/
docs/_build/
docs/api/reference/*rst

# always-ignore directories
/build/
/dist/
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
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/aristoteleo/dynamo-tutorials.git
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
configuration: docs/conf.py

# python:
# version: 3.7
Expand All @@ -23,4 +23,9 @@ python:
extra_requirements:
- docs
# - method: setuptools
# path: package
# path: package

submodules:
include:
- "docs/tutorials/notebooks"
recursive: true
343 changes: 334 additions & 9 deletions CHANGELOG.md

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions docs/Makefile
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = build
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
Expand All @@ -16,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/1_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/1_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/2_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/2_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/2_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/2_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/2_5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/2_6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/3_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/3_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/4_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/4_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/5_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/5_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Shiny_tutorial_files/lap/7_1.png
Binary file added docs/_static/Shiny_tutorial_files/lap/7_2.jpg
Binary file added docs/_static/Shiny_tutorial_files/lap/8_1.jpg
Binary file added docs/_static/Shiny_tutorial_files/lap/8_2.png
Binary file added docs/_static/Shiny_tutorial_files/lap/9_1.png
Binary file added docs/_static/Shiny_tutorial_files/lap/9_2.jpg
Binary file added docs/_static/Shiny_tutorial_files/lap/9_3.jpg
Binary file added docs/_static/Shiny_tutorial_files/lap/9_4.jpg
Binary file added docs/_static/Shiny_tutorial_files/lap/9_5.png
Binary file added docs/_static/Shiny_tutorial_files/lap/9_6.jpg
Binary file added docs/_static/Shiny_tutorial_files/lap/9_7.png
Binary file added docs/_static/Shiny_tutorial_files/lap/9_8.png
37 changes: 37 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.caption-text{
padding: 0px;
}

.rst-content .output_area img {
max-width: unset;
width: 100% !important;
height: auto !important;
}


/* sidebar */
.rst-content .sidebar {
/* margin: 0px 0px 0px 12px; */
padding-bottom: 0px;
}
.rst-content .sidebar p {
margin-bottom: 12px;
}
.rst-content .sidebar p,
.rst-content .sidebar ul,
.rst-content .sidebar dl {
font-size: 13px;
}

.scrollit {
overflow-x:auto;
}

/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
background: #1b1b1b;
}
/* Sidebar */
.wy-nav-side {
background: #373737;
}
Empty file added docs/_static/css/override.css
Empty file.
13 changes: 13 additions & 0 deletions docs/_static/dynamo-horizontal.svg

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/_static/img/anndata_manager_schematic.svg
1 change: 1 addition & 0 deletions docs/_static/img/setup_anndata_before_after.svg

Large diffs are not rendered by default.

Binary file added docs/_static/logo.png
Loading
Loading