Skip to content

Commit 6caaf0e

Browse files
committed
add create_sample_for_model link
1 parent 76b5523 commit 6caaf0e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

example/model_usage.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"source": [
77
"# Bioimage Model Zoo Core Example notebook\n",
88
"\n",
9-
"This notebook shows how to interact with the `bioimageio.core` programmatically to explore, load, use, and export content from the [BioImage Model Zoo](https://bioimage.io)."
9+
"This notebook shows how to interact with the `bioimageio.core` programmatically to explore, load, use, and export content from the [BioImage Model Zoo](https://bioimage.io).\n",
10+
"\n",
11+
"\n",
12+
"quick links:\n",
13+
"- [Create an input sample for a given model](#create_sample_for_model)"
1014
]
1115
},
1216
{
@@ -362,7 +366,8 @@
362366
"cell_type": "markdown",
363367
"metadata": {},
364368
"source": [
365-
"`bioimageio.core` provides the helper function `create_sample_for_model` to automatically create the `Sample` for the given model."
369+
"`bioimageio.core` provides the helper function `create_sample_for_model` to automatically create the `Sample` for the given model.\n",
370+
"<a id='create_sample_for_model'></a>"
366371
]
367372
},
368373
{

0 commit comments

Comments
 (0)