From 99c69c5bf26d95c6969d87c2635aa31d5f597cdd Mon Sep 17 00:00:00 2001 From: mcflugen Date: Mon, 14 Aug 2023 16:22:25 -0600 Subject: [PATCH] fix inconsistent heading levels --- .../landlab-terrainbento/Welcome_to_TerrainBento.ipynb | 10 +++++----- .../Welcome_to_Terrainbento_Solution.ipynb | 8 ++++---- .../example_usage/introduction_to_output_writers.ipynb | 6 +++--- .../introduction_to_output_writers_solution.ipynb | 6 +++--- .../landlab/landlab-fault-scarp-for-espin.a.ipynb | 4 ++-- .../landlab/landlab-fault-scarp-for-espin.ipynb | 6 +++--- lessons/landlab/landlab/overland_flow.ipynb | 4 ++-- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lessons/landlab/landlab-terrainbento/Welcome_to_TerrainBento.ipynb b/lessons/landlab/landlab-terrainbento/Welcome_to_TerrainBento.ipynb index c9bd562..9f2972e 100644 --- a/lessons/landlab/landlab-terrainbento/Welcome_to_TerrainBento.ipynb +++ b/lessons/landlab/landlab-terrainbento/Welcome_to_TerrainBento.ipynb @@ -174,7 +174,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" ] }, @@ -182,7 +182,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", @@ -203,7 +203,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Boundary Handlers" + "## Boundary Handlers" ] }, { @@ -301,7 +301,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -315,7 +315,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.4" + "version": "3.11.3" } }, "nbformat": 4, diff --git a/lessons/landlab/landlab-terrainbento/Welcome_to_Terrainbento_Solution.ipynb b/lessons/landlab/landlab-terrainbento/Welcome_to_Terrainbento_Solution.ipynb index f8c7414..80292a8 100644 --- a/lessons/landlab/landlab-terrainbento/Welcome_to_Terrainbento_Solution.ipynb +++ b/lessons/landlab/landlab-terrainbento/Welcome_to_Terrainbento_Solution.ipynb @@ -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" ] }, @@ -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", @@ -294,7 +294,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Boundary Handlers" + "## Boundary Handlers" ] }, { @@ -439,7 +439,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.4" + "version": "3.11.3" } }, "nbformat": 4, diff --git a/lessons/landlab/landlab-terrainbento/example_usage/introduction_to_output_writers.ipynb b/lessons/landlab/landlab-terrainbento/example_usage/introduction_to_output_writers.ipynb index 2de2bb7..138eede 100644 --- a/lessons/landlab/landlab-terrainbento/example_usage/introduction_to_output_writers.ipynb +++ b/lessons/landlab/landlab-terrainbento/example_usage/introduction_to_output_writers.ipynb @@ -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." ] }, @@ -354,7 +354,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -368,7 +368,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.4" + "version": "3.11.3" } }, "nbformat": 4, diff --git a/lessons/landlab/landlab-terrainbento/example_usage/introduction_to_output_writers_solution.ipynb b/lessons/landlab/landlab-terrainbento/example_usage/introduction_to_output_writers_solution.ipynb index cb00254..edba94c 100644 --- a/lessons/landlab/landlab-terrainbento/example_usage/introduction_to_output_writers_solution.ipynb +++ b/lessons/landlab/landlab-terrainbento/example_usage/introduction_to_output_writers_solution.ipynb @@ -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" ] }, { @@ -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." ] }, @@ -610,7 +610,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.0" + "version": "3.11.3" } }, "nbformat": 4, diff --git a/lessons/landlab/landlab/landlab-fault-scarp-for-espin.a.ipynb b/lessons/landlab/landlab/landlab-fault-scarp-for-espin.a.ipynb index c0d9197..ab606e3 100644 --- a/lessons/landlab/landlab/landlab-fault-scarp-for-espin.a.ipynb +++ b/lessons/landlab/landlab/landlab-fault-scarp-for-espin.a.ipynb @@ -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.)" ] @@ -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." ] diff --git a/lessons/landlab/landlab/landlab-fault-scarp-for-espin.ipynb b/lessons/landlab/landlab/landlab-fault-scarp-for-espin.ipynb index 23c94d0..3298d7b 100644 --- a/lessons/landlab/landlab/landlab-fault-scarp-for-espin.ipynb +++ b/lessons/landlab/landlab/landlab-fault-scarp-for-espin.ipynb @@ -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.)" ] @@ -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." ] @@ -1784,7 +1784,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.0" + "version": "3.11.3" } }, "nbformat": 4, diff --git a/lessons/landlab/landlab/overland_flow.ipynb b/lessons/landlab/landlab/overland_flow.ipynb index ba94c99..9ec81cc 100644 --- a/lessons/landlab/landlab/overland_flow.ipynb +++ b/lessons/landlab/landlab/overland_flow.ipynb @@ -259,7 +259,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Click here for more Landlab tutorials" + "## Click here for more Landlab tutorials" ] } ], @@ -280,7 +280,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.0" + "version": "3.11.3" } }, "nbformat": 4,