|
16 | 16 | "Landlab is an open-source Python-language package for numerical modeling of Earth surface dynamics.\n", |
17 | 17 | "It contains:\n", |
18 | 18 | "\n", |
19 | | - "* A gridding engine which represents the model domain. Regular and irregular grids are supported.\n", |
20 | | - "* A library of process components, each of which represents a physical process (e.g., generation\n", |
| 19 | + "* A **gridding engine** that represents the model domain. Regular and irregular grids are supported.\n", |
| 20 | + "* A **library of process components**, each of which represents a physical process (e.g., generation\n", |
21 | 21 | " of rain, erosion by flowing water). These components have a common interface and can be combined\n", |
22 | 22 | " based on a user's needs.\n", |
23 | | - "* Utilities that support general numerical methods, file input/output, and visualization.\n" |
| 23 | + "* Utilities that support general **numerical methods**, file **input/output**, and **visualization**.\n" |
24 | 24 | ] |
25 | 25 | }, |
26 | 26 | { |
|
42 | 42 | " * Grid elements: *cells*\n", |
43 | 43 | " \n", |
44 | 44 | "* [Numerics](04-numerics.ipynb)\n", |
45 | | - " * Calculations on a grid elements\n", |
| 45 | + " * Calculations on grid elements\n", |
46 | 46 | " * Example: Fault scarp\n", |
47 | 47 | "\n", |
48 | 48 | "* [Components](05-components.ipynb)\n", |
|
54 | 54 | "* [HyLands demo](bedrock_landslides_on_dems.ipynb)\n", |
55 | 55 | "* [Overland flow](overland_flow.ipynb)\n", |
56 | 56 | " * This notebook illustrates running the deAlmeida overland flow component in an extremely\n", |
57 | | - " simple-minded way on a real topography, then shows it creating a flood sequence along\n", |
| 57 | + " simple-minded way on real topography, it then shows how to create a flood sequence along\n", |
58 | 58 | " an inclined surface with an oscillating water surface at one end.\n", |
59 | 59 | "\n", |
60 | | - "**For more Landlab tutorials, click here:** <a href=\"https://landlab.readthedocs.io/en/latest/user_guide/tutorials.html\">https://landlab.readthedocs.io/en/latest/user_guide/tutorials.html</a></small>\n" |
| 60 | + "For more Landlab tutorials, see the [Tutorial Gallery](https://landlab.csdms.io/generated/tutorials)\n" |
61 | 61 | ] |
62 | 62 | }, |
63 | 63 | { |
|
67 | 67 | "## Links\n", |
68 | 68 | "\n", |
69 | 69 | "* Reference\n", |
70 | | - " * [Documentation](https://landlab.readthedocs.io)\n", |
| 70 | + " * [Documentation](https://landlab.csdms.io)\n", |
| 71 | + " * [Tutorial Gallery](https://landlab.csdms.io/generated/tutorials)\n", |
71 | 72 | " * [Source code](https://github.com/landlab/landlab)\n", |
72 | 73 | "* Ask for help\n", |
73 | 74 | " * [Issues on GitHub](https://github.com/csdms/landlab/issues)\n", |
74 | 75 | " * [CSDMS Help Desk](https://csdms.github.io/help-desk)" |
75 | 76 | ] |
| 77 | + }, |
| 78 | + { |
| 79 | + "cell_type": "markdown", |
| 80 | + "metadata": {}, |
| 81 | + "source": [ |
| 82 | + "👉 [Introduction to grids](01-intro.ipynb)" |
| 83 | + ] |
76 | 84 | } |
77 | 85 | ], |
78 | 86 | "metadata": { |
|
0 commit comments