FunASR/docs
2024-11-22 16:27:09 +08:00
..
images wechat 2024-07-08 11:38:03 +08:00
installation docs: update docker tag (#1227) 2024-01-09 10:57:03 +08:00
m2met2 Dev gzf exp (#1654) 2024-04-24 16:03:38 +08:00
reference docs 2023-09-01 22:46:46 +08:00
tutorial Update README.md 2024-11-22 16:27:09 +08:00
conf.py Dev gzf exp (#1654) 2024-04-24 16:03:38 +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

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.