From d54060a83de43d779ac50e0125021f2904513e4d Mon Sep 17 00:00:00 2001 From: selmanozleyen <syozleyen@gmail.com> Date: Fri, 14 Jun 2024 10:20:21 +0200 Subject: [PATCH] remove tutorials --- .run_notebooks.sh | 1 - pyproject.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.run_notebooks.sh b/.run_notebooks.sh index 591048d5a..4db60efb9 100644 --- a/.run_notebooks.sh +++ b/.run_notebooks.sh @@ -14,7 +14,6 @@ declare -a notebooks=( "$base_dir/examples/plotting/*.ipynb" "$base_dir/examples/problems/*.ipynb" "$base_dir/examples/solvers/*.ipynb" - "$base_dir/tutorials/*.ipynb" ) # Initialize an array to hold valid notebook paths diff --git a/pyproject.toml b/pyproject.toml index 3d70d9697..2622a31bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -302,8 +302,6 @@ deps = jupytext nbconvert leidenalg - squidpy - pot extras = docs changedir = {tox_root}{/}docs commands =