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
22on : [push, pull_request]
33jobs :
44 black-format-check :
99 with :
1010 options : " --diff --check"
1111 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
1717
1818.. image :: https://img.shields.io/badge/license-MIT-blue.svg
1919 :alt: MIT License
20- :target: http ://opensource.org/licenses /MIT
20+ :target: https ://opensource.org/license /MIT/
2121
2222.. image :: https://img.shields.io/github/repo-size/sdpython/onnx-array-api
2323 :target: https://github.com/sdpython/onnx-array-api/
@@ -115,4 +115,4 @@ The library is released on
115115`pypi/onnx-array-api <https://pypi.org/project/onnx-array-api/ >`_
116116and its documentation is published at
117117`(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
1414
1515.. image :: https://img.shields.io/badge/license-MIT-blue.svg
1616 :alt: MIT License
17- :target: http ://opensource.org/licenses /MIT
17+ :target: https ://opensource.org/license /MIT/
1818
1919.. image :: https://img.shields.io/github/repo-size/sdpython/onnx-array-api
2020 :target: https://github.com/sdpython/onnx-array-api/
@@ -38,11 +38,11 @@ well as to execute it.
3838 api/index
3939 tech/index
4040 auto_examples/index
41- ../CHANGELOGS
41+ CHANGELOGS
42+ license
4243
4344Sources 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 >`_.
4646
4747.. runpython ::
4848 :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