Skip to content

Commit

Permalink
Merge pull request #2367 from devitocodes/tutos-title-fix
Browse files Browse the repository at this point in the history
examples: fix tuto numbering for doc rendering
  • Loading branch information
mloubout authored Apr 30, 2024
2 parents 57f4a4a + 21968d6 commit cd836bc
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 47 deletions.
10 changes: 5 additions & 5 deletions examples/seismic/tutorials/04_dask.ipynb

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions examples/seismic/tutorials/05_staggered_acoustic.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 05 - First order acoustic modeling on a staggered grid"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion examples/seismic/tutorials/06_elastic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Elastic wave equation implementation on a staggered grid\n",
"# 06 bis - Elastic wave equation implementation on a staggered grid\n",
"\n",
"This is a first attempt at implemenenting the elastic wave equation as described in:\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Elastic wave equation implementation on a staggered grid\n",
"# 06 - Elastic wave equation implementation on a staggered grid\n",
"\n",
"This second elastic tutorial extends the previous constant parameter implementation to varying parameters (Lame parameters) and takes advantage of the Tensorial capabilities of Devito to write the elastic wave equation following its mathematical definition. The staggering is automated via the TensorFunction API.\n",
"\n",
Expand Down Expand Up @@ -1169,7 +1169,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.12.3"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/seismic/tutorials/07_DRP_schemes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Custom finite difference coefficients in Devito\n",
"# 07 - Custom finite difference coefficients in Devito\n",
"\n",
"## Introduction\n",
"\n",
Expand Down
10 changes: 5 additions & 5 deletions examples/seismic/tutorials/08_snapshotting.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/seismic/tutorials/09_viscoelastic.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/seismic/tutorials/10_nmo_correction.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/seismic/tutorials/11_viscoacoustic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Implementation of a Devito viscoacoustic equations\n",
"# 11 - Implementation of a Devito viscoacoustic equations\n",
"\n",
"## This tutorial is contributed by SENAI CIMATEC (2020)\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/seismic/tutorials/12_time_blocking.ipynb

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions examples/seismic/tutorials/13_LSRTM_acoustic.ipynb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/seismic/tutorials/14_creating_synthetics.ipynb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/seismic/tutorials/15_tti_qp_pure.ipynb

Large diffs are not rendered by default.

0 comments on commit cd836bc

Please sign in to comment.