Skip to content

Commit

Permalink
Tidy up tutorial titles and remove placeholder files (#26)
Browse files Browse the repository at this point in the history
* Delete placeholders files from Jupyter Book template

* Make all tutorial title headings consistent

Ensure all documents have a "Tutorial X - " prefix, use longer title on grid cards, shorter title on sidebar/page heading.
  • Loading branch information
weiji14 authored Dec 4, 2024
1 parent f036111 commit de3be24
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 239 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Washington, DC 20001, United States
| 11:00-11:45 | Tutorial 3 - Integration with scientific Python ecosystem: Xarray (grids) |
| 11:45-12:45 | **Lunch** |
| 12:45-13:30 | Tutorial 4 - Geophysics (Seismology) |
| 13:30-14:15 | Tutorial 5 - 3-D Topography (Planetary / Antarctic Maps) |
| 13:30-14:15 | Tutorial 5 - 3-D Topography (Planetary / Antarctic maps) |
| 14:15-14:45 | **Break** |
| 14:45-15:30 | Tutorial 6 - Animations with GMT |
| 15:30-17:00 | Final exercises / mini-project |
Expand Down
3 changes: 0 additions & 3 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ parts:
url: https://github.com/GenericMappingTools/agu24workshop
- caption: 🧑‍🏫 Tutorials
chapters:
- file: markdown
- file: notebooks
- file: markdown-notebooks
- file: tut01_firstfigure
- file: tut02_spe_pd_gpd
- file: tut03_spe_xarray
Expand Down
4 changes: 2 additions & 2 deletions book/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ and [Yvonne Fröhlich](https://orcid.org/0000-0002-8566-0619)
::::{grid} 1 1 1 1
:gutter: 1

:::{grid-item-card} Tutorial 5 - Topography (Planetary Maps / 3-D Antarctic Maps)
:::{grid-item-card} Tutorial 5 - 3-D Topography (Planetary / Antarctic maps)
:img-top: _images/1dfddce0ff606bd7dc3a175aedbd2fc4bde3aeadfadfd339eb30ce1903d049f9.png
:link: ./tut05_topography.html
by [Wei Ji Leong](https://orcid.org/0000-0003-2354-1988)
Expand All @@ -108,7 +108,7 @@ and [André Belém](https://orcid.org/0000-0002-8865-6180)
{bdg-success-line}`DEM`
:::

:::{grid-item-card} Tutorial 6 - Animations
:::{grid-item-card} Tutorial 6 - Animations with GMT
:img-top: _images/5847818951ca8fbc9b86a6f2c67389b6.png
:link: ./tut06_animation.html
by [Federico Esteban](https://orcid.org/0000-0002-0641-7371)
Expand Down
53 changes: 0 additions & 53 deletions book/markdown-notebooks.md

This file was deleted.

55 changes: 0 additions & 55 deletions book/markdown.md

This file was deleted.

122 changes: 0 additions & 122 deletions book/notebooks.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion book/tut05_topography.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "04aad1c8",
"metadata": {},
"source": [
"# 3-D Topography 🏔️\n",
"# **Tutorial 5** - 3-D Topography 🏔️\n",
"\n",
"In this tutorial, let's use PyGMT to create 3-D perspective plots of Digital Elevation\n",
"Models (DEM) over Mars (the planet) and Antarctica (the continent)!\n",
Expand Down
4 changes: 2 additions & 2 deletions book/tut06_animation.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Making animations
-----------------
**Tutorial 6** - Animations
---------------------------

By F. Esteban (@esteban82)

Expand Down

0 comments on commit de3be24

Please sign in to comment.