From 6de7436a324c1d69d13a3b662245653a1496a0a3 Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Mon, 12 Aug 2024 16:56:20 +0200 Subject: [PATCH] Add example notebook --- .gitignore | 3 +++ docs/_config.yml | 2 +- docs/_toc.yml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eceb52e..9ebcd12 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ venv dist pip-wheel-metadata +# Notebook checkpoints +.ipynb_checkpoints + # Documentation and coverage docs/_build docs/_static diff --git a/docs/_config.yml b/docs/_config.yml index 0fbd0f7..4e666b6 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,7 +10,7 @@ parse: # Force re-execution of notebooks on each build. execute: - execute_notebooks: force + execute_notebooks: off # Load AutoDoc extension. sphinx: diff --git a/docs/_toc.yml b/docs/_toc.yml index c9754fa..1b7a6c5 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -4,3 +4,5 @@ chapters: - file: usage - file: batch - file: models +- file: example +- file: beware