FunASR/docs
2023-10-16 16:23:32 +08:00
..
academic_recipe update github io 2023-10-11 16:16:46 +08:00
benchmark update Leaderboard IO benchmark CER 2023-08-03 20:19:02 +08:00
images wechat 2023-09-19 12:35:43 +08:00
installation docs zh 2023-07-26 19:02:02 +08:00
m2met2 Update index.rst 2023-09-27 10:22:46 +08:00
model_zoo update modelscope model zoo 2023-10-16 16:23:32 +08:00
modelscope_pipeline docs zh 2023-07-26 19:02:02 +08:00
reference docs 2023-09-01 22:46:46 +08:00
runtime dcos 2023-06-29 19:14:38 +08:00
conf.py remove _build (#773) 2023-07-24 16:50:09 +08:00
egs_modelscope docs zh 2023-07-26 21:07:20 +08:00
funasr docs 2023-07-25 10:44:52 +08:00
index.rst docs 2023-08-09 09:40:07 +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-07-20 20:39:11 +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:

pip3 install -U "funasr[docs]"

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.