Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: fix tuto numbering for doc rendering #2367

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Contributor

@EdCaunt EdCaunt Apr 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bis?


Reply via ReviewNB

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a latin word meaning "twice", used for adresses/musci/... when need to insert a duplicate number

https://www.oxfordreference.com/display/10.1093/oi/authority.20110803095508312

"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.

Loading