Skip to content

Commit

Permalink
Adjust titles and add an admonition into first notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan committed Dec 2, 2023
1 parent a15f58b commit f826fde
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions notebooks/01-intro/01-unstructured-grid-overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Unstructured Grid Overview"
"# Unstructured Grids Overview"
]
},
{
Expand Down Expand Up @@ -48,7 +48,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Structured Grid\n",
"## Structured Grids\n",
"A few advantages of structured grids are:\n",
"- Uniform Representation: Simplifies numerical methods and enhances result interpretation.\n",
" \n",
Expand Down Expand Up @@ -134,7 +134,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Unstructured Grids"
"## Unstructured Grids"
]
},
{
Expand Down Expand Up @@ -239,7 +239,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Why UXarray for unstructured grids?\n",
"## Why UXarray for Unstructured Grids?\n",
"\n",
"- It inherits from Xarray, providing simplified data using familiar (Xarray like) data structures and operations.\n",
" \n",
Expand All @@ -260,8 +260,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
":::{info}\n",
"This notebook serves as an introduction to unstructured grids and UXarray. For more information, please visit the UXarray documentation at https://uxarray.readthedocs.io/en/latest/ and specifically see the example section: https://uxarray.readthedocs.io/en/latest/examples.html\n",
"\n",
":::"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## What is next?\n",
"The next sections will start with basic building blocks of UXarray and then slowly dive into more advanced features."
]
}
Expand All @@ -282,7 +290,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.6"
},
"nbdime-conflicts": {
"local_diff": [
Expand Down

0 comments on commit f826fde

Please sign in to comment.