|
|
2 lat temu | |
|---|---|---|
| .. | ||
| academic_recipe | 2 lat temu | |
| benchmark | 2 lat temu | |
| images | 2 lat temu | |
| installation | 2 lat temu | |
| m2met2 | 2 lat temu | |
| m2met2_cn | 2 lat temu | |
| model_zoo | 2 lat temu | |
| modelscope_pipeline | 2 lat temu | |
| reference | 2 lat temu | |
| runtime | 2 lat temu | |
| Makefile | 2 lat temu | |
| README.md | 2 lat temu | |
| conf.py | 2 lat temu | |
| index.rst | 2 lat temu | |
| make.bat | 2 lat temu | |
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.