You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/audio/docs
Hui Zhang e8cae5415b
rename paddleaudio to audio, since confilict with pkg name
2 years ago
..
images rename paddleaudio to audio, since confilict with pkg name 2 years ago
source rename paddleaudio to audio, since confilict with pkg name 2 years ago
Makefile rename paddleaudio to audio, since confilict with pkg name 2 years ago
README.md rename paddleaudio to audio, since confilict with pkg name 2 years ago
make.bat rename paddleaudio to audio, since confilict with pkg name 2 years ago

README.md

Build docs for PaddleAudio

Execute the following steps in current directory.

1. Install

pip install Sphinx sphinx_rtd_theme

2. Generate API docs

Generate API docs from doc string.

sphinx-apidoc -fMeT -o source ../paddleaudio ../paddleaudio/utils --templatedir source/_templates

3. Build

sphinx-build source _html

4. Preview

Open _html/index.html for page preview.