Skip to content

Commit

Permalink
Fix tutorial index and thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
javh committed Feb 19, 2024
1 parent d5f105d commit a195722
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file added docs/_static/annotation_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/search_thumbnail.png
Binary file not shown.
Binary file added docs/_static/search_thumbnail_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/search_thumbnail_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/search_thumbnail_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@

# nbsphinx configuration
nbsphinx_thumbnails = {
'notebooks/cell_search_tutorial_1': '_static/search_thumbnail.png',
'notebooks/cell_search_tutorial_2': '_static/search_thumbnail.png',
'notebooks/cell_search_tutorial_3': '_static/search_thumbnail.png',
'notebooks/cell_annotation_tutorial': '_static/advanced_thumbnail.png',
'notebooks/cell_search_tutorial_1': '_static/search_thumbnail_1.png',
'notebooks/cell_search_tutorial_2': '_static/search_thumbnail_2.png',
'notebooks/cell_search_tutorial_3': '_static/search_thumbnail_3.png',
'notebooks/cell_annotation_tutorial': '_static/annotation_thumbnail.png',
'notebooks/advanced_tutorial': '_static/advanced_thumbnail.png'
}

Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Tutorials
.. nbgallery::

Individual cell search <notebooks/cell_search_tutorial_1>
Cell search using gene signatures <notebooks/cell_search_tutorial_2>
Cell search using clustering <notebooks/cell_search_tutorial_3>
Gene signature based search <notebooks/cell_search_tutorial_2>
Cluster-based search <notebooks/cell_search_tutorial_3>
Cell type annotation <notebooks/cell_annotation_tutorial>
Attribution and comparison <notebooks/advanced_tutorial>
Gene attribution and comparison <notebooks/advanced_tutorial>

0 comments on commit a195722

Please sign in to comment.