mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
docs
This commit is contained in:
parent
d29e826f2c
commit
5e90775d98
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -13,10 +13,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: cp funasr
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm' || github.ref == 'refs/heads/dev_lyh'
|
||||
run: |
|
||||
ln -s funasr ./
|
||||
- uses: ammaraskar/sphinx-action@master
|
||||
with:
|
||||
docs-folder: "docs/"
|
||||
|
||||
1
docs/funasr
Symbolic link
1
docs/funasr
Symbolic link
@ -0,0 +1 @@
|
||||
../funasr
|
||||
@ -26,6 +26,7 @@ Overview
|
||||
|
||||
./funasr/quick_start.md
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Academic Egs
|
||||
@ -70,15 +71,13 @@ Overview
|
||||
:maxdepth: 1
|
||||
:caption: Runtime and Service
|
||||
|
||||
./runtime/export.md
|
||||
./runtime/onnxruntime_python.md
|
||||
./runtime/onnxruntime_cpp.md
|
||||
./runtime/libtorch_python.md
|
||||
./runtime/html5.md
|
||||
./runtime/websocket_python.md
|
||||
./runtime/websocket_cpp.md
|
||||
./runtime/grpc_python.md
|
||||
./runtime/grpc_cpp.md
|
||||
./funasr/export/README.md
|
||||
./funasr/runtime/python/onnxruntime/README.md
|
||||
./funasr/runtime/python/websocket/README.md
|
||||
./funasr/runtime/websocket/readme.md
|
||||
./funasr/runtime/html5/readme.md
|
||||
./funasr/runtime/python/libtorch/README.md
|
||||
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
(简体中文|[English](./qick_start.md))
|
||||
(简体中文|[English](./quick_start.md))
|
||||
|
||||
<a name="快速开始"></a>
|
||||
## 快速开始
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
([简体中文](https://github.com/alibaba-damo-academy/FunASR/blob/main/funasr/runtime/websocket/readme_zh.md)|English)
|
||||
([简体中文](./readme_zh.md)|English)
|
||||
|
||||
# Service with websocket-cpp
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
(简体中文|[English](https://github.com/alibaba-damo-academy/FunASR/blob/main/funasr/runtime/websocket/readme.md))
|
||||
(简体中文|[English](./readme.md))
|
||||
|
||||
# 采用websocket协议的c++部署方案
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user