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