From 4f8bce944e273e317cb84c7046ea514b9d958b4b Mon Sep 17 00:00:00 2001
From: zhuzizyf <42790740+zhuzizyf@users.noreply.github.com>
Date: 星期六, 22 四月 2023 14:54:49 +0800
Subject: [PATCH] Update FsmnVad.cc
---
docs/index.rst | 45 ++++++++++++++++++++++++++++++++-------------
1 files changed, 32 insertions(+), 13 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index 4e7e8da..e6fe51d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,38 +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:
- ./export.md
- ../funasr/export/README.md
- ../funasr/runtime/python/onnxruntime/README.md
- ../funasr/runtime/python/libtorch/README.md
- ../funasr/runtime/onnxruntime/readme.md
- ../funasr/runtime/grpc/Readme.md
+ :caption: Runtime
+ ./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