From 93cb10326ca4d45669df49fc57860a6016c83c6a Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Mon, 16 Sep 2024 17:31:58 +0100 Subject: [PATCH] Small tidy ups. --- .gitignore | 1 + docs/source/conf.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index efffe97..d1267e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ docs/source/ephys_at_swc/example_pipelines/auto_examples_ephys/ +sg_execution_times.rst # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/docs/source/conf.py b/docs/source/conf.py index 518b101..140a052 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,8 +79,6 @@ # this is to prevent sphinx from complaining about duplicate source files "ephys_at_swc/example_pipelines/auto_examples_ephys/*.ipynb", "ephys_at_swc/example_pipelines/auto_examples_ephys/*.py", - "getting_started/*.ipynb", - "getting_started/*.py", ] # Ignore certain URLs from being checked