-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (25 loc) · 731 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
28 lines (25 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
site_name: scMagnifier
site_url: https://ChineseHui.github.io/scMagnifier-Tutorial/
repo_url: https://github.com/ChineseHui/scMagnifier-Tutorial
edit_uri: edit/main/docs/
theme:
name: readthedocs
palette:
primary: blue
accent: blue
font:
text: Roboto
code: Roboto Mono
features:
- navigation.sidebar
- navigation.expand
- search.suggest
- search.highlight
extra_css:
- stylesheets/custom.css
nav:
- Home: index.md
- Installation: Installation.md
- Tutorial 1 Using scMagnifier on single-batch datasets : tutorial1.md
- Tutorial 2 Using scMagnifier on multi-batch datasets: tutorial2.md
- Tutorial 3 Using scMagnifier on spatial transcriptomic datasets: tutorial3.md