-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (58 loc) · 1.53 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: Novae
repo_name: MICS-Lab/novae
repo_url: https://github.com/MICS-Lab/novae
copyright: Copyright © 2024 Quentin Blampey
theme:
name: material
logo: assets/logo_small_black.png
favicon: assets/logo_favicon.png
palette:
scheme: slate
primary: white
nav:
- Home: index.md
- Getting started: getting_started.md
- Tutorials:
- Main usage: tutorials/main_usage.ipynb
- Different input modes: tutorials/input_modes.md
- Usage on proteins: tutorials/proteins.ipynb
- Spot/bin/single-cell resolutions: tutorials/resolutions.ipynb
- Multi tissue/condition mode: tutorials/multi_tissue.ipynb
- API:
- Novae model: api/Novae.md
- Utils: api/utils.md
- Plotting: api/plot.md
- Advanced:
- Metrics: api/metrics.md
- Modules: api/modules.md
- Dataloader: api/dataloader.md
- FAQ: faq.md
- Cite us: cite_us.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
heading_level: 3
- mkdocs-jupyter:
include_source: True
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js