Skip to content

Commit 288edfb

Browse files
committed
adding correct location
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
1 parent 25d99ff commit 288edfb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ci/test_notebooks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
set -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

docs/examples/sparse_finch.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
]

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

8283
nav:
8384
- Home:
@@ -106,4 +107,4 @@ nav:
106107
- conduct.md
107108
- Notebooks:
108109
- notebooks.md
109-
- examples/sparse_finch.ipynb
110+
- docs/examples/sparse_finch.ipynb

0 commit comments

Comments
 (0)