FunASR/docs
2024-01-14 23:42:11 +08:00
..
academic_recipe update github io 2023-10-11 16:16:46 +08:00
images docs alibaba 2023-11-20 11:52:06 +08:00
installation docs: update docker tag (#1227) 2024-01-09 10:57:03 +08:00
m2met2 Update index.rst 2023-09-27 10:22:46 +08:00
modelscope_pipeline docs zh 2023-07-26 19:02:02 +08:00
reference docs 2023-09-01 22:46:46 +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-11-08 10:38:32 +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
runtime docs 2023-11-08 10:38:32 +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.