Skip to content

Commit de06597

Browse files
committed
documentation
1 parent 33b8850 commit de06597

File tree

6 files changed

+14
-53
lines changed

6 files changed

+14
-53
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ build/*
1414
*egg-info/*
1515
onnxruntime_profile*
1616
prof
17+
_doc/sg_execution_times.rst
1718
_doc/auto_examples/*
1819
_doc/examples/_cache/*
1920
_doc/examples/onnxruntime_profile*

_doc/api/graph_api.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
========================
2+
onnx_array_api.graph_api
3+
========================
4+
5+
6+
GraphBuilder
7+
============
8+
9+
.. autoclass:: onnx_array_api.graph_api.GraphBuilder
10+
:members:

_doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ API
77
:maxdepth: 1
88

99
array_api
10+
graph_api
1011
light_api
1112
npx_core_api
1213
npx_functions

_doc/sg_execution_times.rst

Lines changed: 0 additions & 52 deletions
This file was deleted.

onnx_array_api/graph_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
from .graph_builder import GraphBuilder

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ max-complexity = 10
1919
"_doc/examples/plot_first_example.py" = ["E402", "F811"]
2020
"_doc/examples/plot_onnxruntime.py" = ["E402", "F811"]
2121
"onnx_array_api/array_api/_onnx_common.py" = ["F821"]
22+
"onnx_array_api/graph_api/__init__.py" = ["F401"]
2223
"onnx_array_api/light_api/__init__.py" = ["F401"]
2324
"onnx_array_api/light_api/_op_var.py" = ["F821"]
2425
"onnx_array_api/light_api/_op_vars.py" = ["F821"]

0 commit comments

Comments
 (0)