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