forked from jkobject/scPRINT
-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
39 lines (39 loc) · 984 Bytes
/
mkdocs.yml
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
29
30
31
32
33
34
35
36
37
38
39
site_name: scprint
theme:
name: readthedocs
# analytics:
# gtag: G-ABC123
site_url: https://www.jkobject.com/scPRINT/
nav:
- Home: index.md
- structure: structure.md
- pre-training: pretrain.md
- usage example: usage.md
- example notebooks:
- cancer usecase: notebooks/cancer_usecase.ipynb
- cancer usecase part 2: notebooks/cancer_usecase_part2.ipynb
- documentation:
- model: model.md
- tasks: tasks.md
- cli: cli.md
- embedders: embedder.md
- utils: utils.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
options:
show_root_heading: true
show_source: true
summary: true
merge_init_into_class: true
show_signature: false
do_heading: true
default_handler: python
- git-revision-date-localized
- git-authors
- mkdocs-jupyter:
include_source: True
include_requirejs: true