Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move area calc notebook to users guide #788

Merged
merged 11 commits into from
May 15, 2024
6 changes: 3 additions & 3 deletions docs/gallery.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- title: Face Area Calculations
path: examples/003-area-calc.ipynb
thumbnail: _static/thumbnails/default.svg
# - title: Face Area Calculations
# path: examples/003-area-calc.ipynb
# thumbnail: _static/thumbnails/default.svg

philipc2 marked this conversation as resolved.
Show resolved Hide resolved
- title: Working with MPAS Grids
path: examples/004-working-with-mpas-grids.ipynb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"source": [
rajeeja marked this conversation as resolved.
Show resolved Hide resolved
rajeeja marked this conversation as resolved.
Show resolved Hide resolved
rajeeja marked this conversation as resolved.
Show resolved Hide resolved
philipc2 marked this conversation as resolved.
Show resolved Hide resolved
"# Face Area Calculations\n",
"\n",
"Authors: [Rajeev Jain](https://github.com/rajeeja)\n",
"\n",
"\n",
"## Overview\n",
"\n",
"This notebook will showcase the different area calculation options provided by `uxarray`\n",
Expand Down
1 change: 1 addition & 0 deletions docs/userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ common tasks that you can accomplish with UXarray.
user-guide/representation.rst
user-guide/grid-formats.rst
user-guide/data-structures.ipynb
user-guide/area-calc.ipynb
rajeeja marked this conversation as resolved.
Show resolved Hide resolved
Loading