Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add onnx-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 25, 2023
1 parent 084fde8 commit b6b7189
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
17 changes: 15 additions & 2 deletions _doc/sphinxdoc/source/ci_status.rst
Expand Up @@ -316,8 +316,8 @@ Tableau de bord et statut des dépendances
* - `onnx-array-api <http://www.xavierdupre.fr/app/onnx-array-api/helpsphinx/index.html>`_
-
-
- .. image:: https://dev.azure.com/xavierdupre3/onnx-aray-api/_apis/build/status/sdpython.onnx-aray-api
:target: https://dev.azure.com/xavierdupre3/onnx-aray-api/
- .. image:: https://dev.azure.com/xavierdupre3/onnx-aray-api/_apis/build/status/sdpython.onnx-array-api
:target: https://dev.azure.com/xavierdupre3/onnx-array-api/
- .. image:: https://badge.fury.io/py/onnx-array-api.svg
:target: https://pypi.org/project/onnx-array-api
- .. image:: http://img.shields.io/github/issues/sdpython/onnx-array-api.png
Expand All @@ -326,6 +326,19 @@ Tableau de bord et statut des dépendances
- .. image:: https://codecov.io/github/sdpython/onnx-array-api/coverage.svg?branch=master
:target: https://codecov.io/github/sdpython/onnx-array-api?branch=main
-
* - `onnx-extended <http://www.xavierdupre.fr/app/onnx-extended/helpsphinx/index.html>`_
-
-
- .. image:: https://dev.azure.com/xavierdupre3/onnx-aray-api/_apis/build/status/sdpython.onnx-extended
:target: https://dev.azure.com/xavierdupre3/onnx-extended/
- .. image:: https://badge.fury.io/py/onnx-extended.svg
:target: https://pypi.org/project/onnx-extended
- .. image:: http://img.shields.io/github/issues/sdpython/onnx-extended.png
:alt: GitHub Issues
:target: https://github.com/sdpython/onnx-extended/issues
- .. image:: https://codecov.io/github/sdpython/onnx-extended/coverage.svg?branch=master
:target: https://codecov.io/github/sdpython/onnx-extended?branch=main
-
* - `onnxcustom <http://www.xavierdupre.fr/app/onnxcustom/helpsphinx/index.html>`_
- .. image:: https://travis-ci.com/sdpython/onnxcustom.svg?branch=master
:target: https://app.travis-ci.com/github/sdpython/onnxcustom
Expand Down
3 changes: 2 additions & 1 deletion _doc/sphinxdoc/source/ci_status_download.py
Expand Up @@ -33,7 +33,8 @@
{'onnxruntime-training'},
{'jyquickhelper', 'pymyinstall', 'pyquickhelper', 'pyensae'},
{'manydataapi', 'cpyquickhelper', 'mlstatpy', },
{'mlinsights', 'mlprodict', 'onnxortext', 'onnx-array-api'},
{'mlinsights', 'mlprodict', 'onnxortext', 'onnx-array-api',
'onnx-extended'},
{'csharpy', 'csharpyml', },
{'pyrsslocal', 'pymmails', },
{'sparkouille', 'ensae_projects', 'actuariat_python', 'code_beatrix', 'jupytalk'},
Expand Down
1 change: 1 addition & 0 deletions _doc/sphinxdoc/source/conf.py
Expand Up @@ -201,6 +201,7 @@
"onnx": "https://github.com/onnx/onnx",
"ONNX": "https://onnx.ai/",
'onnx-array-api': 'http://www.xavierdupre.fr/app/onnx-array-api/helpsphinx/index.html',
'onnx-extended': 'http://www.xavierdupre.fr/app/onnx-extended/helpsphinx/index.html',
'onnxortext': 'http://www.xavierdupre.fr/app/onnxortext/helpsphinx/index.html',
"OSM": 'https://www.openstreetmap.org/',
"OS/X": 'https://fr.wikipedia.org/wiki/MacOS',
Expand Down
1 change: 1 addition & 0 deletions _unittests/ut_documentation/test_rst2html_deps.py
Expand Up @@ -65,6 +65,7 @@ def test_rst2html_deps(self):
onnxcustom='onnxcustom', onnxortext='onnxortext',
deeponnxcustom='deeponnxcustom')
links["onnx-array-api"] = "onnx_array_api"
links["onnx-extended"] = "onnx_extended"
links["scikit-learn"] = "skl"
links.update({'ML.net': 'mlnet', 'C#': 'C#'})
for full in fulls:
Expand Down

0 comments on commit b6b7189

Please sign in to comment.