File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2424model with delays. We also show how to visualize the estimated hemodynamic
2525response 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# --------------------------
You can’t perform that action at this time.
0 commit comments