-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yaml
47 lines (47 loc) · 1.18 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
site_name: pyCLAD -- Continual Lifelong Anomaly Detection
theme:
name: material
highlightjs: true
features:
- navigation.expand
- content.code.copy
nav:
- Introduction: index.md
- Getting started: 'getting_started.md'
- Examples: 'examples.md'
- Components:
- Callbacks: 'callbacks.md'
- InfoProvider: 'infoprovider.md'
- Datasets: 'datasets.md'
- Metrics: 'metrics.md'
- Models: 'models.md'
- Scenarios: 'scenarios.md'
- Strategies: 'strategies.md'
- How to contribute?: 'contribution.md'
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
paths: [src]
options:
docstring_style: sphinx
show_submodules: true
markdown_extensions:
- footnotes
- pymdownx.arithmatex:
generic: true
- markdown_include.include:
base_path: .
- admonition: {}
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js