From 9e34a9c395973593c523976e39283671c25b688a Mon Sep 17 00:00:00 2001 From: Xavier Dupre Date: Sat, 5 Aug 2023 19:23:49 +0200 Subject: [PATCH] Change documentation main pahe --- _doc/index.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_doc/index.rst b/_doc/index.rst index da5eb60..9fb749a 100644 --- a/_doc/index.rst +++ b/_doc/index.rst @@ -32,12 +32,18 @@ following the numpy API to convert that function into ONNX as well as to execute it. .. toctree:: - :maxdepth: 2 + :maxdepth: 1 + :caption: Contents tutorial/index api/index tech/index auto_examples/index + +.. toctree:: + :maxdepth: 1 + :caption: More + CHANGELOGS license