|
31 | 31 | folders = [ |
32 | 32 | '../examples/tutorials/core/my_recording', |
33 | 33 | '../examples/tutorials/core/my_sorting', |
34 | | - '../examples/tutorials/core/waveform_folder', |
35 | | - '../examples/tutorials/core/waveform_folder_parallel', |
36 | | - '../examples/tutorials/core/waveform_folder_sparse', |
37 | | - '../examples/tutorials/core/waveform_folder_sparse_direct', |
38 | | - '../examples/tutorials/core/waveform_folder2', |
39 | | - '../examples/tutorials/core/waveform_folder', |
40 | | - '../examples/tutorials/qualitymetrics/waveforms_mearec', |
41 | | - '../examples/tutorials/qualitymetrics/wfs_mearec', |
| 34 | + '../examples/tutorials/core/analyzer_folder', |
| 35 | + '../examples/tutorials/core/analyzer_some_units', |
| 36 | + '../examples/tutorials/core/analyzer.zarr', |
| 37 | + '../examples/tutorials/curation/my_folder', |
| 38 | + '../examples/tutorials/qualitymetrics/curated_sorting', |
| 39 | + '../examples/tutorials/qualitymetrics/clean_analyzer.zarr', |
42 | 40 | '../examples/tutorials/widgets/waveforms_mearec', |
43 | 41 |
|
44 | 42 | ] |
|
101 | 99 | import sphinx_rtd_theme |
102 | 100 |
|
103 | 101 | html_theme = "sphinx_rtd_theme" |
104 | | - html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
105 | 102 | except ImportError: |
106 | 103 | print("RTD theme not installed, using default") |
107 | 104 | html_theme = 'alabaster' |
108 | 105 |
|
109 | 106 | # Add any paths that contain custom static files (such as style sheets) here, |
110 | 107 | # relative to this directory. They are copied after the builtin static files, |
111 | 108 | # so a file named "default.css" will overwrite the builtin "default.css". |
112 | | -html_static_path = ['_static'] |
113 | | -html_favicon = "_static/spikeinterface.ico" |
114 | | -html_logo = "_static/spikeinterface.png" |
| 109 | +# html_static_path = ['_static'] |
| 110 | +# html_css_files = ['custom.css'] |
| 111 | +html_favicon = "images/logo.png" |
| 112 | +html_logo = "images/logo.png" |
115 | 113 |
|
116 | 114 |
|
117 | 115 | from sphinx_gallery.sorting import ExplicitOrder |
|
0 commit comments