-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
61 lines (60 loc) · 1.74 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
60
61
site_name: Scyan
repo_url: https://github.com/MICS-Lab/scyan
repo_name: MICS-Lab/scyan
copyright: Copyright © 2021 - 2022 Quentin Blampey
theme:
name: material
logo: assets/logo_white.svg
favicon: assets/favicon.png
nav:
- Home: index.md
- Getting Started: getting_started.md
- Usage advices: advice.md
- Tutorials:
- tutorials/preprocessing.ipynb
- tutorials/usage.ipynb
- tutorials/batch_effect_correction.ipynb
- tutorials/debarcoding.ipynb
- tutorials/population_discovery.ipynb
- Math background: math.md
- API:
- scyan.Scyan: api/model.md
- IO (read/write): api/io.md
- Preprocessing: api/preprocess.md
- Tools: api/tools.md
- Plots: api/plots.md
- Loading/adding datasets: api/datasets.md
- Modules (advanced):
- scyan.module.ScyanModule: api/module.md
- scyan.module.PriorDistribution: api/prior.md
- scyan.module.RealNVP: api/real_nvp.md
- scyan.module.CouplingLayer: api/coupling_layer.md
- Advanced usage:
- Save your dataset: advanced/data.md
- Hyperparameters: advanced/parameters.md
- Configuration and monitoring: advanced/hydra_wandb.md
- CLI/Running scripts: advanced/scripts.md
- Cite us: cite.md
plugins:
- search
- mkdocstrings
- 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