-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
180 lines (163 loc) · 4.06 KB
/
_quarto.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
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
172
173
174
175
176
177
178
179
180
project:
type: website
metadata-files:
- _sidebar.yml
website:
title: ""
image: images/logo.png
repo-url: https://github.com/devitocodes/devitocodes.github.io
repo-actions: [issue]
page-navigation: true
reader-mode: true
back-to-top-navigation: true
google-analytics: "UA-66708188-1"
search:
type: overlay
twitter-card:
site: "@DevitoCodes"
page-footer:
center:
- text: "2016 Copyright (c) Imperial College London and others"
right:
- icon: twitter
href: https://twitter.com/DevitoCodes
aria-label: Twitter
- icon: github
href: https://github.com/devitocodes/devito
aria-label: GitHub
- icon: envelope-at-fill
href: mailto:[email protected]
- icon: globe
href: https://www.devitocodes.com/
navbar:
logo: images/logo.png
collapse-below: lg
background: light
tools:
- icon: github
menu:
- text: DevitoCodes
href: https://github.com/devitocodes/
- text: Devito
href: https://github.com/devitocodes/devito
- icon: twitter
href: https://twitter.com/DevitoCodes
- icon: linkedin
href: https://www.linkedin.com/company/devitocodes
- icon: envelope-at-fill
href: mailto:[email protected]
- icon: slack
href: https://join.slack.com/t/devitocodes/shared_invite/zt-2hgp6891e-jQDcepOWPQwxL5JJegYKSA
- icon: globe
href: https://www.devitocodes.com/
left:
- file: index.qmd
text: "Home"
- href: download.qmd
text: Download
- href: tutorials.qmd
text: Tutorials
- text: "API Reference"
href: api/
- text: "FAQ"
href: FAQ.qmd
- file: publications.qmd
text: "Publications"
- file: citing.qmd
text: "Cite us"
- file: contact.qmd
text: "Contact us"
sidebar:
- id: tuto
style: "floating"
title: "Tutorials"
collapse-level: 1
contents:
- section: Tutorials
href: tutorials.qmd
contents:
- section: "User API"
contents: "examples/userapi/*.ipynb"
- section: "Compiler"
contents: "examples/compiler/*.ipynb"
- section: "Performance tips"
contents: "examples/performance/*.ipynb"
- section: "Seismic modeling and inversion"
contents:
- auto: "examples/seismic/tutorials/*.ipynb"
- auto: "examples/seismic/self_adjoint/*.ipynb"
- "examples/seismic/acoustic/accuracy.ipynb"
- section: "CFD"
contents: "examples/cfd/*.ipynb"
- section: "Finance"
contents: "examples/finance/*.ipynb"
format:
html:
theme:
light: cosmo
dark: cyborg
css: assets/css/main.scss
toc: true
link-external-newwindow: True
code-copy: true
code-fold: false
execute:
enabled: false
ipynb: default
quartodoc:
style: pkgdown
dir: api
package: devito
sidebar: _sidebar.yml
options:
signature_name: short
renderer:
style: markdown
display_name: name
dynamic: true
sections:
- title: "Types"
desc: ""
contents:
- Dimension
- ConditionalDimension
- SubDimension
- Grid
- SubDomain
- CustomTopology
- Constant
- Function
- TimeFunction
- VectorFunction
- VectorTimeFunction
- TensorFunction
- TensorTimeFunction
- SparseFunction
- SparseTimeFunction
- PrecomputedSparseFunction
- PrecomputedSparseTimeFunction
- title: "Operator"
desc: ""
contents:
- Operator
- Eq
- title: "Finite differences"
desc: ""
contents:
- div
- grad
- curl
- diag
- laplace
- Derivative
- Coefficient
- Substitutions
- title: "Utilities"
desc: ""
contents:
- smooth
- initialize_function
- mmin
- mmax
- sum
- norm