Skip to content

Commit

Permalink
Update TOC for new tutorial & clean up visuals (#110)
Browse files Browse the repository at this point in the history
* update toc; make pip quietttt

* update viz for lake notebook

* turn off auto execute on build

* tweak notebooks; build execute off
  • Loading branch information
mrsiegfried authored Sep 19, 2024
1 parent a934257 commit fd27ada
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 533 deletions.
5 changes: 3 additions & 2 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ parse:
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: 'force'
# execute_notebooks: 'force'
# execute_notebooks: 'cache'
execute_notebooks: 'off'
# exclude_patterns:
# - "**/dataintegration-1.ipynb"

allow_errors: false
# Per-cell notebook execution limit (seconds)
timeout: 300
timeout: -1

# Define the name of the latex output file for PDF builds
latex:
Expand Down
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ parts:
sections:
- file: tutorials/cryocloud_demo/CryoCloud_demo
- file: tutorials/IS2_cloud_Landsat_integration
- file: tutorials/ICESat2_ATL15_dhdt/ICESat2_ATL15_dhdt
- file: tutorials/IS2_ATL15_surface_height_anomalies/IS2_ATL15_surface_height_anomalies
- file: external/ICESAT2_ATL10-h5coro_large_scale_time_series
- file: tutorials/NASA-Earthdata-Cloud-Access/index
Expand Down
Loading

0 comments on commit fd27ada

Please sign in to comment.