-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
106 lines (99 loc) · 2.58 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
site_name: LinDistRestoration
nav:
- LinDistRestoration: index.md
- Installation:
- Overview: installation/installation.md
- GitHub: installation/github.md
- pip installation: installation/pip.md
- install solvers: installation/solvers.md
- Getting started:
- Quick Start: example/quickstart.md
- Examples: example/examples.md
# - Parse OpenDSS data: example/parse-opendss-data.md
# - Plot parsed data: example/plotdata.md
# - Base Restoration Model: example/restoration.md
# - Plot Solution: example/plotsolution.md
- ldrestoration:
- DSSParser: ldrestoration/dssparser.md
- License: license.md
repo_url: https://github.com/abodh/LinDistRestoration
repo_name: abodh/LinDistRestoration
# markdown_extensions:
# - pymdownx.highlight:
# anchor_linenums: true
# line_spans: __span
# pygments_lang_class: true
# - pymdownx.inlinehilite
# - pymdownx.snippets
# - pymdownx.superfences
# - toc:
# permalink: "#"
# - attr_list
# - def_list
# - tables
# - pymdownx.highlight:
# use_pygments: false
# - pymdownx.snippets
# - pymdownx.superfences
markdown_extensions:
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: "#"
- admonition
- pymdownx.details
- pymdownx.superfences
extra_css:
- https://cdn.jsdelivr.net/npm/[email protected]/themes/prism.css
plugins:
- search
- autorefs
- mkdocstrings:
# enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
default_handler: python
handlers:
python:
import:
- https://installer.readthedocs.io/en/stable/objects.inv
options:
show_source: false
docstring_style: google
theme:
name: material
features:
- navigation.tabs
# - navigation.tabs.sticky
# - navigation.sections
# - navigation.instant
# - navigation.tracking
- toc.integrate
# - toc.follow
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
icon:
repo: fontawesome/brands/github
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: indigo
accent: indigo
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime