This commit is contained in:
游雁 2023-07-25 10:44:52 +08:00
parent d29e826f2c
commit 5e90775d98
6 changed files with 12 additions and 16 deletions

View File

@ -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
View File

@ -0,0 +1 @@
../funasr

View File

@ -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::

View File

@ -1,4 +1,4 @@
(简体中文|[English](./qick_start.md))
(简体中文|[English](./quick_start.md))
<a name="快速开始"></a>
## 快速开始

View File

@ -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

View File

@ -1,4 +1,4 @@
(简体中文|[English](https://github.com/alibaba-damo-academy/FunASR/blob/main/funasr/runtime/websocket/readme.md))
(简体中文|[English](./readme.md))
# 采用websocket协议的c++部署方案