Skip to content

Commit 8514a0d

Browse files
committed
documentation
1 parent 94b25a3 commit 8514a0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_doc/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ well as to execute it.
3636
auto_examples/index
3737

3838
Sources available on
39-
`github/onnx-array-api <https://github.com/sdpython/onnx-array-api>`_.
39+
`github/onnx-array-api <https://github.com/sdpython/onnx-array-api>`_,
40+
see also `code coverage <cov/index.html>`_.
4041

4142
.. runpython::
4243
:showcode:
@@ -68,6 +69,7 @@ Sources available on
6869

6970
.. gdot::
7071
:script: DOT-SECTION
72+
:process:
7173

7274
# index
7375
import numpy as np
@@ -93,4 +95,3 @@ Sources available on
9395
y = np.array([[0.11, 0.22], [0.33, 0.44]], dtype=np.float32)
9496
res = jitted_myloss(x, y)
9597
print(to_dot(jitted_myloss.get_onnx()))
96-

0 commit comments

Comments
 (0)