Skip to content

Commit cd73f71

Browse files
authored
Update github actions (#35)
* Update github actions * links
1 parent 17e4f8b commit cd73f71

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

.github/workflows/black.yml renamed to .github/workflows/black-ruff.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Black Format Checker
1+
name: Black + Ruff Format Checker
22
on: [push, pull_request]
33
jobs:
44
black-format-check:
@@ -9,3 +9,8 @@ jobs:
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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/>`_
116116
and 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/>`_.

_doc/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4344
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>`_.
4646

4747
.. runpython::
4848
:showcode:

_doc/license.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
License
2+
=======
3+
4+
.. literalinclude:: LICENSE.txt
5+
:language: none

0 commit comments

Comments
 (0)