forked from AntaresSimulatorTeam/Antares_Simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
85 lines (78 loc) · 2.94 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
docs_dir: docs
site_name: Antares Simulator Documentation
repo_url: https://github.com/AntaresSimulatorTeam/Antares_Simulator
edit_uri: edit/doc/docs/
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 ecosystem' : 'https://antares-doc.readthedocs.io'
- 'Reference guide':
- 'Introduction': 'reference-guide/01-introduction.md'
- 'Data organization': 'reference-guide/02-data_organization.md'
- 'Commands': 'reference-guide/03-commands.md'
- 'Active windows': 'reference-guide/04-active_windows.md'
- 'Output files': 'reference-guide/05-output_files.md'
- 'Time-Series analysis and generation': 'reference-guide/06-time_series_analysis_and_generation.md'
- 'Kirchhoff''s constraint generator': 'reference-guide/07-kirchhoffs_constraint_generator.md'
- 'Miscellaneous': 'reference-guide/08-miscellaneous.md'
- 'System requirements': 'reference-guide/09-system_requirements.md'
- 'Command line': 'reference-guide/10-command_line.md'
- 'Adequacy patch (v8.3.0+)': 'reference-guide/14-adequacy-patch.md'
- 'File format changes': 'reference-guide/13-file-format.md'
- 'Attribution notices': 'reference-guide/12-attribution_notices.md'
- 'Optimisation problem' : 'reference-guide/11-modeling.md'
- 'Build':
- 'Introduction': 'build/0-INSTALL.md'
- 'Development requirements': 'build/1-Development-requirements.md'
- 'Dependencies install': 'build/2-Dependencies-install.md'
- 'Build': 'build/3-Build.md'
- 'Tests (user)': 'build/4-Tests-user.md'
- 'Tests (developer)' : 'build/4-Tests-dev.md'
- 'Installer creation': 'build/5-Installer-creation.md'
- 'Continuous Integration' : 'build/continuous-integration.md'
- 'OR-tools integration' : 'build/ortools-integration.md'
- 'Changelog': 'CHANGELOG.md'
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:
- footnotes
- 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