FunASR/docs
2023-06-06 22:15:10 +08:00
..
academic_recipe update repo 2023-05-31 16:21:40 +08:00
benchmark update modelscope pipeline benchmark (#550) 2023-05-25 10:39:38 +08:00
images readme 2023-05-16 09:52:50 +08:00
installation docs 2023-05-25 16:11:22 +08:00
m2met2 update m2met2 (#543) 2023-05-24 10:52:57 +08:00
m2met2_cn update m2met2 (#543) 2023-05-24 10:52:57 +08:00
model_zoo docs 2023-06-06 22:15:10 +08:00
modelscope_pipeline docs 2023-05-05 18:49:33 +08:00
reference docs 2023-05-19 10:59:08 +08:00
runtime html5 docs 2023-05-24 17:01:56 +08:00
conf.py update version 0.1.6 2023-01-16 18:53:59 +08:00
index.rst html5 server client docs 2023-05-17 00:21:02 +08:00
make.bat update version 0.1.6 2023-01-16 18:53:59 +08:00
Makefile update version 0.1.6 2023-01-16 18:53:59 +08:00
README.md docs 2023-05-05 17:32:00 +08:00

FunASR document generation

Generate HTML

For convenience, we provide users with the ability to generate local HTML manually.

First, you should install the following packages, which is required for building HTML:

conda activate funasr
pip install requests sphinx nbsphinx sphinx_markdown_tables sphinx_rtd_theme recommonmark

Then you can generate HTML manually.

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.