From d33e775c2f9c57a69e38084205ca265b58d3e6bd Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 18 四月 2023 12:35:51 +0800
Subject: [PATCH] Merge pull request #371 from alibaba-damo-academy/dev-sx-modelzoo

---
 docs/index.rst |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index d7fc96b..d3d629c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,20 +11,44 @@
 
 .. toctree::
    :maxdepth: 1
-   :caption: Tutorial:
+   :caption: Installation:
 
    ./installation.md
-   ./papers.md
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Tutorial:
+
    ./get_started.md
    ./build_task.md
 
 .. toctree::
    :maxdepth: 1
-   :caption: ModelScope:
+   :caption: Runtime:
+
+   ./export.md
+   ./onnxruntime_python.md
+   ./onnxruntime_cpp.md
+   ./libtorch_python.md
+   ./grpc_python.md
+   ./grpc_cpp.md
+
+
+
+.. toctree::
+   :maxdepth: 1
+   :caption: ModelScope pipeline:
 
    ./modelscope_models.md
    ./modelscope_usages.md
 
+.. toctree::
+   :maxdepth: 1
+   :caption: Papers:
+
+   ./papers.md
+
+
 Indices and tables
 ==================
 

--
Gitblit v1.9.1