From 4b22c7b1aa456aa1a5d573eb08209ca2c5e31dad Mon Sep 17 00:00:00 2001
From: zhuzizyf <42790740+zhuzizyf@users.noreply.github.com>
Date: 星期六, 22 四月 2023 14:44:08 +0800
Subject: [PATCH] Update FsmnVad.h

---
 docs/index.rst |   41 ++++++++++++++++++++++++++++++++---------
 1 files changed, 32 insertions(+), 9 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index 38380eb..e6fe51d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,34 +11,57 @@
 
 .. toctree::
    :maxdepth: 1
-   :caption: Installation:
+   :caption: Installation
 
    ./installation.md
 
 .. toctree::
    :maxdepth: 1
-   :caption: Tutorial:
+   :caption: Recipe
 
-   ./get_started.md
+   ./recipe/asr_recipe.md
+   ./recipe/sv_recipe.md
+   ./recipe/punc_recipe.md
+   ./recipe/vad_recipe.md
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Define Model
+
    ./build_task.md
 
 .. toctree::
    :maxdepth: 1
-   :caption: Runtime:
+   :caption: Runtime
 
-   ./export.md
-
+   ./runtime/export.md
+   ./runtime/onnxruntime_python.md
+   ./runtime/onnxruntime_cpp.md
+   ./runtime/libtorch_python.md
+   ./runtime/grpc_python.md
+   ./runtime/grpc_cpp.md
+   ./runtime/websocket_python.md
 
 .. toctree::
    :maxdepth: 1
-   :caption: ModelScope pipeline:
+   :caption: Model Zoo
 
    ./modelscope_models.md
-   ./modelscope_usages.md
+   ./huggingface_models.md
 
 .. toctree::
    :maxdepth: 1
-   :caption: Papers:
+   :caption: ModelScope pipeline
+
+   ./modescope_pipeline/quick_start.md
+   ./modescope_pipeline/asr_pipeline.md
+   ./modescope_pipeline/vad_pipeline.md
+   ./modescope_pipeline/punc_pipeline.md
+   ./modescope_pipeline/sv_pipeline.md
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Papers
 
    ./papers.md
 

--
Gitblit v1.9.1