Skip to content

Commit

Permalink
fix inconsistent heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Aug 15, 2023
1 parent 8e5c2be commit 99c69c5
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## What did actually happen? \n",
"### What did actually happen? \n",
"Make a plot of the initial and final topography"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Challenge\n",
"#### Challenge\n",
"Make a new Basic model instance, run an plot the initial and calculated topography assuming: \n",
"* a grid of 80 by 50 cells, and 100-unit grid spacing. \n",
"* an initial random topography\n",
Expand All @@ -203,7 +203,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Boundary Handlers"
"## Boundary Handlers"
]
},
{
Expand Down Expand Up @@ -301,7 +301,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -315,7 +315,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## What did actually happen? \n",
"### What did actually happen? \n",
"Make a plot of the initial and final topography"
]
},
Expand All @@ -236,7 +236,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Challenge\n",
"#### Challenge\n",
"Make a new Basic model instance, run an plot the initial and calculated topography assuming: \n",
"* a grid of 80 by 50 cells, and 100-unit grid spacing. \n",
"* an initial random topography\n",
Expand Down Expand Up @@ -294,7 +294,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Boundary Handlers"
"## Boundary Handlers"
]
},
{
Expand Down Expand Up @@ -439,7 +439,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Let's make a movie\n",
"## Let's make a movie\n",
"First, we make an image for each output interval."
]
},
Expand Down Expand Up @@ -354,7 +354,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -368,7 +368,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Challenge: make a plot of the average elevation of the LEM through time"
"### Challenge: make a plot of the average elevation of the LEM through time"
]
},
{
Expand Down Expand Up @@ -498,7 +498,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Let's make a movie\n",
"## Let's make a movie\n",
"First, we make an image for each output interval."
]
},
Expand Down Expand Up @@ -610,7 +610,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions lessons/landlab/landlab/landlab-fault-scarp-for-espin.a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Exercises for section 3\n",
"### Exercises for section 3\n",
"\n",
"(3.1-6) Repeat the exercises from section 2c, but this time using a hexagonal tiny grid called `tinyhex`. Your grid should have 7 nodes: one core node and 6 perimeter nodes. (Hints: use `node_layout = 'hex'`, and make a grid with 3 rows and 2 base-row columns.)"
]
Expand Down Expand Up @@ -1388,7 +1388,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Exercises for section 4\n",
"### Exercises for section 4\n",
"\n",
"(4.1) Repeat the steps above that instantiate and run a `LinearDiffuser` component, but this time give it a `RasterModelGrid`. Use `imshow_grid` to display the topography below."
]
Expand Down
6 changes: 3 additions & 3 deletions lessons/landlab/landlab/landlab-fault-scarp-for-espin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Exercises for section 3\n",
"### Exercises for section 3\n",
"\n",
"(3.1-6) Repeat the exercises from section 2c, but this time using a hexagonal tiny grid called `tinyhex`. Your grid should have 7 nodes: one core node and 6 perimeter nodes. (Hints: use `node_layout = 'hex'`, and make a grid with 3 rows and 2 base-row columns.)"
]
Expand Down Expand Up @@ -1480,7 +1480,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Exercises for section 4\n",
"### Exercises for section 4\n",
"\n",
"(4.1) Repeat the steps above that instantiate and run a `LinearDiffuser` component, but this time give it a `RasterModelGrid`. Use `imshow_grid` to display the topography below."
]
Expand Down Expand Up @@ -1784,7 +1784,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions lessons/landlab/landlab/overland_flow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Click here for more <a href=\"https://landlab.readthedocs.io/en/latest/user_guide/tutorials.html\">Landlab tutorials</a>"
"## Click here for more <a href=\"https://landlab.readthedocs.io/en/latest/user_guide/tutorials.html\">Landlab tutorials</a>"
]
}
],
Expand All @@ -280,7 +280,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 99c69c5

Please sign in to comment.