Skip to content

Commit 22614b2

Browse files
committed
put back google analytics
1 parent d42bae5 commit 22614b2

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

_quarto.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ website:
99
image: images/logo.png
1010
repo-url: https://github.com/devitocodes/devitocodes.github.io
1111
repo-actions: [issue]
12-
search: true
1312
page-navigation: true
1413
reader-mode: true
1514
back-to-top-navigation: true
15+
google-analytics: "UA-66708188-1"
16+
search:
17+
type: overlay
1618

1719
twitter-card:
1820
site: "@DevitoCodes"
@@ -110,7 +112,8 @@ format:
110112
code-fold: false
111113
execute:
112114
enabled: false
113-
115+
ipynb: default
116+
114117
quartodoc:
115118
style: pkgdown
116119
dir: api

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Symbolic computation is a powerful tool that allows users to:
3131
Devito is primarily designed to create wave propagation kernels for
3232
use in seismic inversion problems. A tutorial for the generation of a
3333
modelling operator using an acoustic wave equation can be found
34-
[here](https://nbviewer.jupyter.org/github/devitocodes/devito/blob/master/examples/seismic/tutorials/01_modelling.ipynb). A paper
34+
[here](examples/seismic/tutorials/01_modelling.html). A paper
3535
outlining the symbolic API and the verification procedures of the acoustic operator can be
3636
found [here](https://www.geosci-model-dev.net/12/1165/2019/) [@devito-api] and the internals of the compiler are described in [this paper](https://doi.org/10.1145/3374916) [@devito-compiler].
3737

publications.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or *using* Devito.
1212
We love to see what the community is doing with Devito and this list also helps
1313
build up the community. Therefore, we encourage everyone to contribute to this
1414
list by submitting a pull request to the [Devito website
15-
repository](https://github.com/devitocodes/devitocodes.github.io).
15+
repository](https://github.com/devitocodes/devitoproject.org).
1616

1717
If you are the Julia user, the [https://slim.gatech.edu](https://slim.gatech.edu) team (the developers of [JUDI](https://github.com/slimgroup/JUDI.jl)) also has links to the GitHub repo's with the corresponding software for all their publications.
1818

0 commit comments

Comments
 (0)