We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7aa661 commit 8840bb4Copy full SHA for 8840bb4
.gitignore
@@ -1,4 +1,5 @@
1
docs/source/ephys_at_swc/example_pipelines/auto_examples_ephys/
2
+sg_execution_times.rst
3
4
# Byte-compiled / optimized / DLL files
5
__pycache__/
docs/source/conf.py
@@ -79,8 +79,6 @@
79
# this is to prevent sphinx from complaining about duplicate source files
80
"ephys_at_swc/example_pipelines/auto_examples_ephys/*.ipynb",
81
"ephys_at_swc/example_pipelines/auto_examples_ephys/*.py",
82
- "getting_started/*.ipynb",
83
- "getting_started/*.py",
84
]
85
86
# Ignore certain URLs from being checked
0 commit comments