Skip to content

Commit

Permalink
Add example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Aug 12, 2024
1 parent 4c7c3d8 commit 6de7436
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ venv
dist
pip-wheel-metadata

# Notebook checkpoints
.ipynb_checkpoints

# Documentation and coverage
docs/_build
docs/_static
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parse:

# Force re-execution of notebooks on each build.
execute:
execute_notebooks: force
execute_notebooks: off

# Load AutoDoc extension.
sphinx:
Expand Down
2 changes: 2 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ chapters:
- file: usage
- file: batch
- file: models
- file: example
- file: beware

0 comments on commit 6de7436

Please sign in to comment.