Skip to content

Commit d451d2a

Browse files
committed
Add images.
1 parent e78c1e0 commit d451d2a

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ def setup(app):
7070
nbsphinx_execute = 'never' # Don't re-execute notebooks
7171
nbsphinx_allow_errors = True # Allow notebooks with errors
7272

73+
nbsphinx_thumbnails = {
74+
"tutorials/working_with_scanpy": "images/scanpy.png",
75+
}
76+
7377
# Autosummary
7478
autosummary_generate = True
7579
autosummary_imported_members = True

docs/images/any.png

117 KB
Loading

docs/images/scanpy.png

169 KB
Loading

0 commit comments

Comments
 (0)