FunASR/docs
2023-07-05 10:26:05 +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 update m2met2 doc & baseline (#675) 2023-06-28 14:49:04 +08:00
m2met2_cn update m2met2 doc & baseline (#675) 2023-06-28 14:49:04 +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 update version 0.1.6 2023-01-16 18:53:59 +08:00
index.rst leaderboardIO 2023-06-26 15: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-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.