-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (32 loc) · 1000 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (32 loc) · 1000 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
29
30
31
32
33
34
35
36
site_name: SpatialFusion Documentation
repo_url: https://github.com/uhlerlab/spatialfusion
theme:
name: material
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: ["spatialfusion"]
options:
docstring_style: google
show_source: false
show_private_members: false
show_root_heading: true
nav:
- Home: index.md
- Installation: installation.md
- Quick Start: quickstart.md
- Concepts: concepts.md
- Data: data.md
- Tutorials: tutorials.md
- API Reference:
- Overview: api/index.md
- spatialfusion.embed.embed: api/embed.md
- spatialfusion.models.multi_ae: api/models_multi_ae.md
- spatialfusion.models.gcn: api/models_gcn.md
- spatialfusion.finetune.finetune: api/finetune.md
- spatialfusion.utils.ae_utils: api/utils_ae.md
- spatialfusion.utils.embed_gcn_utils: api/utils_embed_gcn.md
- spatialfusion.utils.gcn_utils: api/utils_gcn.md
- FAQ: faq.md