File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
- name : Black Format Checker
1
+ name : Black + Ruff Format Checker
2
2
on : [push, pull_request]
3
3
jobs :
4
4
black-format-check :
9
9
with :
10
10
options : " --diff --check"
11
11
src : " ."
12
+ ruff-format-check :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v3
16
+ - uses : chartboost/ruff-action@v1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ onnx-array-api: (Numpy) Array API for ONNX
17
17
18
18
.. image :: https://img.shields.io/badge/license-MIT-blue.svg
19
19
:alt: MIT License
20
- :target: http ://opensource.org/licenses /MIT
20
+ :target: https ://opensource.org/license /MIT/
21
21
22
22
.. image :: https://img.shields.io/github/repo-size/sdpython/onnx-array-api
23
23
:target: https://github.com/sdpython/onnx-array-api/
@@ -115,4 +115,4 @@ The library is released on
115
115
`pypi/onnx-array-api <https://pypi.org/project/onnx-array-api/ >`_
116
116
and its documentation is published at
117
117
`(Numpy) Array API for ONNX
118
- <http ://www.xavierdupre.fr/app /onnx-array-api/helpsphinx/index.html > `_.
118
+ <https ://sdpython.github.io/doc /onnx-array-api/dev/ > `_.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ onnx-array-api: (Numpy) Array API for ONNX
14
14
15
15
.. image :: https://img.shields.io/badge/license-MIT-blue.svg
16
16
:alt: MIT License
17
- :target: http ://opensource.org/licenses /MIT
17
+ :target: https ://opensource.org/license /MIT/
18
18
19
19
.. image :: https://img.shields.io/github/repo-size/sdpython/onnx-array-api
20
20
:target: https://github.com/sdpython/onnx-array-api/
@@ -38,11 +38,11 @@ well as to execute it.
38
38
api/index
39
39
tech/index
40
40
auto_examples/index
41
- ../CHANGELOGS
41
+ CHANGELOGS
42
+ license
42
43
43
44
Sources available on
44
- `github/onnx-array-api <https://github.com/sdpython/onnx-array-api >`_,
45
- see also `code coverage <_static/cov_html/index.html >`_.
45
+ `github/onnx-array-api <https://github.com/sdpython/onnx-array-api >`_.
46
46
47
47
.. runpython ::
48
48
:showcode:
Original file line number Diff line number Diff line change
1
+ License
2
+ =======
3
+
4
+ .. literalinclude :: LICENSE.txt
5
+ :language: none
You can’t perform that action at this time.
0 commit comments