We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59583f commit bda47ceCopy full SHA for bda47ce
scripts/docs_utils.py
@@ -14,9 +14,9 @@ def get_ref_url(
14
>>> get_ref_url(
15
... "class",
16
... "Binarize",
17
- ... "https://github.com/bioimage-io/core-bioimage-io-python/blob/main/bioimageio/core/proc_ops.py"
+ ... "https://github.com/bioimage-io/core-bioimage-io-python/blob/main/src/bioimageio/core/proc_ops.py"
18
... )
19
- 'https://github.com/bioimage-io/core-bioimage-io-python/blob/main/bioimageio/core/proc_ops.py#L...-L...'
+ 'https://github.com/bioimage-io/core-bioimage-io-python/blob/main/src/bioimageio/core/proc_ops.py#L...-L...'
20
21
"""
22
# hotfix to handle httpx not available in pyodide, see
0 commit comments