File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euxo pipefail
33
4- CI_MODE=1 pytest -n 4 --nbmake --nbmake-timeout=600 ./examples/* .ipynb
4+ CI_MODE=1 pytest -n 4 --nbmake --nbmake-timeout=600 ./docs/ examples/* .ipynb
Original file line number Diff line number Diff line change 66 "source" : [
77 " ## Finch backend for `sparse`\n " ,
88 " \n " ,
9- " <a href=\" https://colab.research.google.com/github/pydata/sparse/blob/main/examples/sparse_finch.ipynb\" target=\" _blank\" >\n " ,
9+ " <a href=\" https://colab.research.google.com/github/pydata/sparse/blob/main/docs/ examples/sparse_finch.ipynb\" target=\" _blank\" >\n " ,
1010 " <img src=\" https://colab.research.google.com/assets/colab-badge.svg\" alt=\" Open In Colab\" />\n " ,
1111 " </a> to download and run."
1212 ]
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ plugins:
7878 ignore : ["__init__.py", "utils.py", "gen_logo.py"]
7979 include :
8080 - examples/*.ipynb
81+ - docs/examples/*.ipynb
8182
8283nav :
8384 - Home :
106107 - conduct.md
107108 - Notebooks :
108109 - notebooks.md
109- - examples/sparse_finch.ipynb
110+ - docs/ examples/sparse_finch.ipynb
You can’t perform that action at this time.
0 commit comments