游雁 2 ani în urmă
părinte
comite
5f602de8b6

+ 2 - 2
docs/README.md

@@ -12,8 +12,8 @@ pip install requests sphinx nbsphinx sphinx_markdown_tables sphinx_rtd_theme rec
 Then you can generate HTML manually.
 
 ```sh
-cd FunASR/docs
+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.~~
+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.

+ 8 - 8
docs/index.rst

@@ -17,8 +17,8 @@ Overview
    :maxdepth: 1
    :caption: Installation
 
-   ./installation.md
-   ./docker.md
+   ./installation/installation.md
+   ./installation/docker.md
 
 .. toctree::
    :maxdepth: 1
@@ -57,8 +57,8 @@ Overview
    :maxdepth: 1
    :caption: Model Zoo
 
-   ./modelscope_models.md
-   ./huggingface_models.md
+   ./model_zoo/modelscope_models.md
+   ./model_zoo/huggingface_models.md
 
 .. toctree::
    :maxdepth: 1
@@ -86,25 +86,25 @@ Overview
    :maxdepth: 1
    :caption: Funasr Library
 
-   ./build_task.md
+   ./reference/build_task.md
 
 .. toctree::
    :maxdepth: 1
    :caption: Papers
 
-   ./papers.md
+   ./reference/papers.md
 
 .. toctree::
    :maxdepth: 1
    :caption: Application
 
-   ./application.md
+   ./reference/application.md
 
 .. toctree::
    :maxdepth: 1
    :caption: FQA
 
-   ./FQA.md
+   ./reference/FQA.md
 
 
 Indices and tables

+ 0 - 0
docs/docker.md → docs/installation/docker.md


+ 0 - 0
docs/installation.md → docs/installation/installation.md


+ 0 - 0
docs/huggingface_models.md → docs/model_zoo/huggingface_models.md


+ 0 - 0
docs/modelscope_models.md → docs/model_zoo/modelscope_models.md


+ 0 - 0
docs/FQA.md → docs/reference/FQA.md


+ 0 - 0
docs/application.md → docs/reference/application.md


+ 0 - 0
docs/build_task.md → docs/reference/build_task.md


+ 0 - 0
docs/papers.md → docs/reference/papers.md