Skip to content

Commit

Permalink
disable execution, update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Oct 24, 2023
1 parent 231ece3 commit 095016a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ parse:
# See https://jupyterbook.org/content/execute.html
execute:
# NOTE: 'cache' to use jupyter-cache, or 'force' to run all
execute_notebooks: 'force'
execute_notebooks: 'off'
exclude_patterns:
- "**/geospatial-advanced.ipynb"
allow_errors: false
Expand Down
23 changes: 11 additions & 12 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,17 @@ parts:
chapters:
- file: tutorials/index
sections:
- file: tutorials/example/tutorial-notebook
- file: tutorials/computing
- file: tutorials/snow-extrapolation/Introduction
- file: tutorials/snow-extrapolation/methods
- file: tutorials/snow-extrapolation/training
- file: tutorials/snow-extrapolation/evaluation
- file: tutorials/snow-extrapolation/SSM_Hindcast_2019
- file: tutorials/snow-extrapolation/Hindcast_Evaluation




- file: tutorials/example/tutorial-notebook
- file: tutorials/cryocloud_demo/CryoCloud_demo
- file: tutorials/computing
- file: tutorials/snow-extrapolation/Introduction
sections:
- file: tutorials/snow-extrapolation/methods
- file: tutorials/snow-extrapolation/data
- file: tutorials/snow-extrapolation/training
- file: tutorials/snow-extrapolation/evaluation
- file: tutorials/snow-extrapolation/SSM_Hindcast_2019
- file: tutorials/snow-extrapolation/Hindcast_Evaluation
- caption: Projects
chapters:
- file: projects/index
Expand Down

0 comments on commit 095016a

Please sign in to comment.