FunASR/docs
yhliang 4533ada888
remove _build (#773)
* remove build files

* fix workflow

* fix docs

* fix docs

* fix docs

* fix workflow
2023-07-24 16:50:09 +08:00
..
academic_recipe update repo 2023-05-31 16:21:40 +08:00
benchmark docs 2023-06-30 10:28:27 +08:00
images docs 2023-07-04 13:11:02 +08:00
installation docs install 2023-06-27 12:53:11 +08:00
m2met2 remove _build (#773) 2023-07-24 16:50:09 +08:00
model_zoo fix spell (#707) 2023-07-04 18:49:33 +08:00
modelscope_pipeline docs 2023-05-05 18:49:33 +08:00
reference Update papers.md (#711) 2023-07-05 10:26:05 +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
index.rst readme docs 2023-07-21 15:24:43 +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
qick_start.md readme docs 2023-07-24 16:38:11 +08:00
quick_start_zh.md readme docs 2023-07-24 16:38:11 +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.