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 7d5a876 commit c03fd32Copy full SHA for c03fd32
_doc/conf.py
@@ -78,7 +78,7 @@
78
}
79
80
intersphinx_mapping = {
81
- "experimental_experiment": (
+ "_".join(["experimental", "experiment"]): (
82
"https://sdpython.github.io/doc/experimental-experiment/dev/",
83
None,
84
),
_unittests/ut_xrun_doc/test_args.py
@@ -1,6 +1,6 @@
1
import unittest
2
from onnx_diagnostic.ext_test_case import ExtTestCase
3
-from experimental_experiment.args import get_parsed_args
+from onnx_diagnostic.args import get_parsed_args
4
5
6
class TestHelpers(ExtTestCase):
0 commit comments