From 606141f5bab7b5c6e70cc8d94238461c1b8cdbb8 Mon Sep 17 00:00:00 2001
From: aky15 <ankeyuthu@gmail.com>
Date: 星期二, 18 四月 2023 14:04:43 +0800
Subject: [PATCH] Merge pull request #351 from alibaba-damo-academy/dev_aky
---
docs/index.rst | 27 +++++++++++++++++++++------
1 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index 38380eb..ae75c3f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,34 +11,49 @@
.. toctree::
:maxdepth: 1
- :caption: Installation:
+ :caption: Installation
./installation.md
.. toctree::
:maxdepth: 1
- :caption: Tutorial:
+ :caption: Recipe
- ./get_started.md
+ ./asr_recipe.md
+ ./sv_recipe.md
+ ./punc_recipe.md
+ ./vad_recipe.md
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Define Model
+
./build_task.md
.. toctree::
:maxdepth: 1
- :caption: Runtime:
+ :caption: Runtime
./export.md
+ ./onnxruntime_python.md
+ ./onnxruntime_cpp.md
+ ./libtorch_python.md
+ ./grpc_python.md
+ ./grpc_cpp.md
+ ./websocket_python.md
+
.. toctree::
:maxdepth: 1
- :caption: ModelScope pipeline:
+ :caption: ModelScope pipeline
./modelscope_models.md
./modelscope_usages.md
.. toctree::
:maxdepth: 1
- :caption: Papers:
+ :caption: Papers
./papers.md
--
Gitblit v1.9.1