We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d2d08 commit eb50327Copy full SHA for eb50327
_doc/index.rst
@@ -41,8 +41,9 @@ Sources available on
41
.. runpython::
42
:showcode:
43
:warningout: DeprecationWarning, FutureWarning
44
+ :process:
45
- import numpy as np
46
+ import numpy as np # A
47
from onnx_array_api.npx import absolute, jit_onnx
48
from onnx_array_api.plotting.dot_plot import to_dot
49
onnx_array_api/plotting/dot_plot.py
@@ -61,7 +61,7 @@ def to_dot(
61
62
:process:
63
64
+ import numpy as np # B
65
66
67
0 commit comments