-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
88 lines (80 loc) · 2.37 KB
/
mkdocs.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: Celldega Documentation
theme:
name: material
features:
- navigation.indexes
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/broadinstitute/celldega"
- icon: "fontawesome/brands/bluesky"
link: "https://bsky.app/profile/stp-broad.bsky.social"
nav:
- Home: index.md
- Overview:
- overview/index.md
- Getting Started: overview/getting_started.md
- Installation: overview/installation.md
- File Formats: overview/file_formats.md
- Usage: overview/usage.md
- Python API:
- python/index.md
- pre: python/pre/api.md
- clust: python/clust/api.md
- nbhd: python/nbhd/api.md
- viz: python/viz/api.md
- JavaScript API:
- javascript/index.md
- API: javascript/api.md
- Technologies:
- technologies/index.md
- Gallery:
- gallery/index.md
- Xenium:
- Xenium Prime Mouse Brain: gallery/gallery_xenium_mouse_brain.md
- Xenium Prime Human Skin: gallery/gallery_xenium_skin_cancer.md
- Xenium Multi Dataset: gallery/gallery_xenium_multi.md
- Example Notebooks:
- examples/index.md
- Brief Notebooks:
- Landscape View Xenium: examples/brief_notebooks/Landscape_View_Xenium.ipynb
- Landscape-Matrix View Xenium: examples/brief_notebooks/Landscape-Matrix_Xenium.ipynb
- Pre-Process LandscapeFiles: examples/brief_notebooks/Pre-process_Xenium_V1_human_Pancreas_FFPE_outs.ipynb
# - Tutorials:
# - examples/Landscape_View_Xenium.ipynb
markdown_extensions:
- toc
- tables
- admonition
- attr_list
- md_in_html
plugins:
- search
- open-in-new-tab
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_root_toc_entry: true
javascript:
options:
source: js/ # Path to JavaScript files
recursive: true
include: .+\.js$
- mkdocs-jupyter:
include_source: true
include_requirejs: true
ignore: ["**/.ipynb_checkpoints/*.ipynb"]
extra_javascript:
- path: assets/js/index.js
type: module
- path: assets/js/gallery_mouse_brain.js
type: module
- path: assets/js/gallery_skin_cancer.js
type: module
- path: assets/js/google-analytics.js
- path: assets/js/hide_notebook_sidebar.js
type: module
extra_css:
- assets/css/custom.css