Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hnhuynh55 committed Aug 8, 2024
2 parents bf45f08 + 04eb6a9 commit fbccc32
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ parts:
title: Cyanobacteria bloom detection
- file: notebooks/Multi_sat_compare.ipynb
title: Chl-a products of multiple sources
- file: notebooks/POC_simple_regrid.ipynb
title: Simple regrid
- file: notebooks/POC_simple_manipulation.ipynb
title: Simple PACE data manipulation
- file: notebooks/visualize-in-situ-satellite-aerosol.ipynb
title: Visualize multi-source aerosol data
title: Multi-source aerosol data visualization

14 changes: 13 additions & 1 deletion intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,19 @@ See the Tutorials link in sidebar for our tutorials developed during the hackwee
* [HyperCoast](https://hypercoast.org/)
* [EDM Workshop](https://nmfs-opensci.github.io/EDMW-EarthData-Workshop-2024/) -- tutorials that we can adapt
* [CoastWatch](https://github.com/coastwatch-training/CoastWatch-Tutorials) -- lots of Python tutorials on some typical science tasks with remote-sensing data


## To add notebooks

1. Make sure your notebook has a markdown cell with a level 1 header at the top. For example
```
# My title
```
2. Do not include any html, like `<div>` or `<h1>` in your notebook. It will break the book build.
2. Add your notebook to the `notebooks` folder
3. Add your notebook to the `_toc.yml` file
4. Push to the repo and the book will automatically rebuild.
5. Watch the Actions tab on the repo to see when the rebuild is finished.

## To build book

Do `pip install ghp-import` if needed. Then build book and push to GitHub. Set Pages to use gh-pages branch.
Expand Down

0 comments on commit fbccc32

Please sign in to comment.