游雁
2023-05-05 5f602de8b6bae6120443dfd787ac9b36f5565a4d
docs
2个文件已修改
8 文件已重命名
20 ■■■■ 已修改文件
docs/README.md 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/index.rst 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/installation/docker.md 补丁 | 查看 | 原始文档 | blame | 历史
docs/installation/installation.md 补丁 | 查看 | 原始文档 | blame | 历史
docs/model_zoo/huggingface_models.md 补丁 | 查看 | 原始文档 | blame | 历史
docs/model_zoo/modelscope_models.md 补丁 | 查看 | 原始文档 | blame | 历史
docs/reference/FQA.md 补丁 | 查看 | 原始文档 | blame | 历史
docs/reference/application.md 补丁 | 查看 | 原始文档 | blame | 历史
docs/reference/build_task.md 补丁 | 查看 | 原始文档 | blame | 历史
docs/reference/papers.md 补丁 | 查看 | 原始文档 | blame | 历史
docs/README.md
@@ -12,8 +12,8 @@
Then you can generate HTML manually.
```sh
cd FunASR/docs
cd docs
make html
```
The generated files are all contained in the "FunASR/docs/_build" directory. You can access the FunASR documentation by simply opening the "html/index.html" file in your browser from this directory.~~
The generated files are all contained in the "FunASR/docs/_build" directory. You can access the FunASR documentation by simply opening the "html/index.html" file in your browser from this directory.
docs/index.rst
@@ -17,8 +17,8 @@
   :maxdepth: 1
   :caption: Installation
   ./installation.md
   ./docker.md
   ./installation/installation.md
   ./installation/docker.md
.. toctree::
   :maxdepth: 1
@@ -57,8 +57,8 @@
   :maxdepth: 1
   :caption: Model Zoo
   ./modelscope_models.md
   ./huggingface_models.md
   ./model_zoo/modelscope_models.md
   ./model_zoo/huggingface_models.md
.. toctree::
   :maxdepth: 1
@@ -86,25 +86,25 @@
   :maxdepth: 1
   :caption: Funasr Library
   ./build_task.md
   ./reference/build_task.md
.. toctree::
   :maxdepth: 1
   :caption: Papers
   ./papers.md
   ./reference/papers.md
.. toctree::
   :maxdepth: 1
   :caption: Application
   ./application.md
   ./reference/application.md
.. toctree::
   :maxdepth: 1
   :caption: FQA
   ./FQA.md
   ./reference/FQA.md
Indices and tables
docs/installation/docker.md
docs/installation/installation.md
docs/model_zoo/huggingface_models.md
docs/model_zoo/modelscope_models.md
docs/reference/FQA.md
docs/reference/application.md
docs/reference/build_task.md
docs/reference/papers.md