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 a9ecb25 commit 5732f69Copy full SHA for 5732f69
_doc/conf.py
@@ -92,6 +92,8 @@ def linkcode_resolve(domain, info):
92
"matplotlib": ("https://matplotlib.org/stable/", None),
93
"numpy": ("https://numpy.org/doc/stable", None),
94
"onnx": ("https://onnx.ai/onnx/", None),
95
+ "onnxruntime": ("https://onnxruntime.ai/docs/api/python/", None),
96
+ "onnxscript": ("https://microsoft.github.io/onnxscript/", None),
97
"onnx_array_api": ("https://sdpython.github.io/doc/onnx-array-api/dev/", None),
98
"onnx_diagnostic": ("https://sdpython.github.io/doc/onnx-diagnostic/dev/", None),
99
"onnx_extended": ("https://sdpython.github.io/doc/onnx-extended/dev/", None),
0 commit comments