-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yaml
171 lines (139 loc) · 3.92 KB
/
config.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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
baseURL: "https://www.pybamm.org"
languageCode: "en-us"
title: "PyBaMM" # site title
theme: scientific-python-hugo-theme
relativeURLs: true
DefaultContentLanguage: en
disableKinds: ["term", "taxonomy"]
enableEmoji: true
enableInlineShortcodes: true
markup:
highlight:
noClasses: true
style: github-dark
goldmark:
renderer:
unsafe: true
params:
title: PyBaMM website
description: "PyBaMM (Python Battery Mathematical Modelling) is an open-source battery simulation package written in Python."
author:
name: PyBaMM Team
search: true
# Privacy-preserving analytics
plausible:
dataDomain: pybamm.org
javaScript: https://plausible.io/js/script.js
images:
- /images/pybamm_icon.png
font:
name: "Lato"
sizes: [400, 900]
style:
vars:
highlightColor: "#004811"
menuHighlightColor: "#5CA038"
navbarlogo:
image: pybamm_icon.svg
altText: The PyBaMM logo, with a battery of cells with the electrodes stacked in the standard Python blue and yellow colours
text: PyBaMM
link: /
hero:
title: PyBaMM
subtitle: Fast and flexible physics-based battery models in Python
buttontext: View releases
buttonlink: https://github.com/pybamm-team/PyBaMM/releases
image: pybamm_icon.svg
navbar:
- title: Conference
url: https://www.pybmc.com/
is_external: true
- title: Install
url: https://docs.pybamm.org/en/stable/source/user_guide/installation/index.html
is_external: true
- title: Documentation
url: https://docs.pybamm.org/
is_external: true
- title: GitHub
url: https://github.com/pybamm-team/PyBaMM
is_external: true
- title: Learn
url: /learn/
# Should link to training and getting started pages
- title: Community
sublinks:
- title: Contact
url: /community/
- title: Get Involved
url: /contribute/
- title: Code of Conduct
url: /code-of-conduct/
- title: Roadmap
url: /roadmap/
- title: Open-Source Programs
url: /open-source-programs/
- title: About Us
sublinks:
- title: About PyBaMM
url: /about/
- title: Ionworks
url: https://ionworks.com/
is_external: true
- title: Governance
url: /governance/
- title: PyBaMM Teams
url: /teams/
- title: News
url: /news/
- title: Jobs
url: /jobs/
footer:
logo: pybamm_logo_whitetext.svg
socialmediatitle: ""
socialmedia:
- link: https://twitter.com/pybamm_/
icon: twitter
- link: https://www.youtube.com/@pybamm_/
icon: youtube
- link: https://github.com/pybamm-team/
icon: github
quicklinks:
column1:
title: ""
links:
- text: Install PyBaMM
link: https://docs.pybamm.org/en/stable/source/user_guide/installation/index.html
- text: Getting started
link: /learn/
- text: Examples
link: https://github.com/pybamm-team/PyBaMM/tree/develop/examples/
- text: Documentation
link: https://docs.pybamm.org/
- text: Release notes
link: /changelog/
column2:
title: ""
links:
- text: Contact
link: /community/
- text: Get involved
link: /contribute/
- text: Training
link: /training/
- text: Ionworks
link: https://ionworks.com/
- text: News
link: /news/
column3:
title: ""
links:
- text: About PyBaMM
link: /about/
- text: Citing PyBaMM
link: /publications/
- text: Teams
link: /teams/
- text: Governance
link: /governance/
- text: Roadmap
link: https://github.com/pybamm-team/PyBaMM/wiki/Roadmap/