Skip to content

Commit eb50327

Browse files
committed
documentation
1 parent 41d2d08 commit eb50327

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_doc/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ Sources available on
4141
.. runpython::
4242
:showcode:
4343
:warningout: DeprecationWarning, FutureWarning
44+
:process:
4445

45-
import numpy as np
46+
import numpy as np # A
4647
from onnx_array_api.npx import absolute, jit_onnx
4748
from onnx_array_api.plotting.dot_plot import to_dot
4849

onnx_array_api/plotting/dot_plot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def to_dot(
6161
:warningout: DeprecationWarning, FutureWarning
6262
:process:
6363
64-
import numpy as np
64+
import numpy as np # B
6565
from onnx_array_api.npx import absolute, jit_onnx
6666
from onnx_array_api.plotting.dot_plot import to_dot
6767

0 commit comments

Comments
 (0)