-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
70 lines (62 loc) · 1.9 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
62
63
64
65
66
67
68
69
70
site_name: Antares Docs
repo_url: https://github.com/AntaresSimulatorTeam/Antares_Simulator
theme:
name: material
logo: assets/logo.png
favicon: assets/Icone.png
prev_next_buttons_location: none
features:
- navigation.instant
- navigation.top
- navigation.expand
# - navigation.sections
# - header.autohide
# - toc.separate
palette:
- media: "(prefers-color-scheme: light)"
scheme: antares
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Home: index.md
- Antares Simulator : 'https://antares-simulator.readthedocs.io'
- Antares Xpansion : 'https://antares-xpansion.readthedocs.io'
- Antares Web : 'https://antares-web.readthedocs.io'
- 'Packages R':
- 'Overview': 'r-packages/overview.md'
- 'Adequacy patch':
- 'Introduction': 'r-packages/4-adequacy-patch/1-Introduction.md'
- 'Principles': 'r-packages/4-adequacy-patch/2-principes.md'
- 'Modelisation': 'r-packages/4-adequacy-patch/3-modelisation.md'
- 'R Package': 'r-packages/4-adequacy-patch/4-r-package.md'
extra:
generator: false
version:
provider: mike
plugins:
- search
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://code.jquery.com/jquery-3.6.0.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- attr_list
- toc:
permalink: true
toc_depth: 3
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
copyright: Copyright © 2007 - 2021 RTE