From b6b7189480ef33686f01324d517549e3912324c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Sat, 25 Mar 2023 17:15:01 +0100 Subject: [PATCH] add onnx-extended --- _doc/sphinxdoc/source/ci_status.rst | 17 +++++++++++++++-- _doc/sphinxdoc/source/ci_status_download.py | 3 ++- _doc/sphinxdoc/source/conf.py | 1 + .../ut_documentation/test_rst2html_deps.py | 1 + 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/_doc/sphinxdoc/source/ci_status.rst b/_doc/sphinxdoc/source/ci_status.rst index cfd7d16a..6dd548d2 100644 --- a/_doc/sphinxdoc/source/ci_status.rst +++ b/_doc/sphinxdoc/source/ci_status.rst @@ -316,8 +316,8 @@ Tableau de bord et statut des dépendances * - `onnx-array-api `_ - - - - .. 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 @@ -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 `_ + - + - + - .. 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 `_ - .. image:: https://travis-ci.com/sdpython/onnxcustom.svg?branch=master :target: https://app.travis-ci.com/github/sdpython/onnxcustom diff --git a/_doc/sphinxdoc/source/ci_status_download.py b/_doc/sphinxdoc/source/ci_status_download.py index dcdfea0a..2fcf583b 100644 --- a/_doc/sphinxdoc/source/ci_status_download.py +++ b/_doc/sphinxdoc/source/ci_status_download.py @@ -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'}, diff --git a/_doc/sphinxdoc/source/conf.py b/_doc/sphinxdoc/source/conf.py index 2e40bcec..98b232e1 100644 --- a/_doc/sphinxdoc/source/conf.py +++ b/_doc/sphinxdoc/source/conf.py @@ -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', diff --git a/_unittests/ut_documentation/test_rst2html_deps.py b/_unittests/ut_documentation/test_rst2html_deps.py index c5f1e615..e968acc5 100644 --- a/_unittests/ut_documentation/test_rst2html_deps.py +++ b/_unittests/ut_documentation/test_rst2html_deps.py @@ -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: