From 9817785c66a13caa681a8e9e272f2ae949233542 Mon Sep 17 00:00:00 2001
From: yhliang <68215459+yhliang-aslp@users.noreply.github.com>
Date: 星期二, 18 四月 2023 19:28:39 +0800
Subject: [PATCH] Merge pull request #380 from alibaba-damo-academy/main
---
docs/index.rst | 53 ++++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 40 insertions(+), 13 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index 38380eb..e5b9ab8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,38 +11,65 @@
.. 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: Custom Your Model
+
./build_task.md
.. toctree::
:maxdepth: 1
- :caption: Runtime:
-
- ./export.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/tp_pipeline.md
+ ./modescope_pipeline/sv_pipeline.md
+ ./modescope_pipeline/lm_pipeline.md
+
+.. toctree::
+ :maxdepth: 1
+ :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: Papers
./papers.md
+
+
Indices and tables
==================
--
Gitblit v1.9.1