Skip to content

Commit 0a8b659

Browse files
committed
MNT change example thumbnail
1 parent 071ada8 commit 0a8b659

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

doc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ merge-notebooks:
4646
> $(NBDIR)/merged_for_colab.ipynb
4747
echo "Saved in $(NBDIR)/merged_for_colab.ipynb"
4848

49+
all:
50+
$(MAKE) html-noplot
51+
$(MAKE) notebooks
52+
4953
# -b gh_pages --single-branch (to clone only one branch)
5054
# --no-checkout (just fetches the root folder without content)
5155
# --depth 1 (since we don't need the history prior to the last commit)
@@ -62,4 +66,4 @@ push-pages:
6266
git add * && \
6367
git add .nojekyll .gitattributes && \
6468
git commit -a -m 'Make push-pages' && \
65-
git push
69+
git push

tutorials/movies/03_plot_hemodynamic_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
model with delays. We also show how to visualize the estimated hemodynamic
2525
response function (HRF) from a model with delays.
2626
"""
27-
# sphinx_gallery_thumbnail_number = 2
27+
# sphinx_gallery_thumbnail_number = 3
2828
###############################################################################
2929
# Path of the data directory
3030
# --------------------------

0 commit comments

Comments
 (0)