Skip to content

Commit 2ba6682

Browse files
committed
fix some formatting in the components notebook
1 parent d78e70b commit 2ba6682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lessons/landlab/landlab/05-components.a.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"Component modeling is a bit like the potluck tradition: one can construct a complete simulation by assembling components to represent the different parts of the system to be modeled. In Landlab, a **component** is a semi-standardized Python *class* that represents a particular process or calculation. Components are not stand-alone programs, but rather are designed to be used within another Python program that creates an integrated model or workflow.\n",
1919
"\n",
2020
"<img src=\"./media/Eat_Alberta_Potluck.jpg\">\n",
21-
"*Figure 1: A potluck meal (\"Eat Alberta Potluck\" from Wikimedia Commons).*\n"
21+
"\n",
22+
"*Figure 1: A potluck meal (\"Eat Alberta Potluck\" from Wikimedia Commons).*"
2223
]
2324
},
2425
{
@@ -46,6 +47,7 @@
4647
},
4748
"source": [
4849
"<img src=\"./media/bijou_gully_infiltration.png\">\n",
50+
"\n",
4951
"*Figure 3: cumulative infiltration water depth during a simulated five-minute heavy rainfall (from Landlab tutorial \"Green-Ampt infiltration and kinematic wave overland flow\")*\n",
5052
"\n",
5153
"The following code snippets illustrate how the components are imported...\n",

0 commit comments

Comments
 (0)