remove mocking of paddle, fix typos

This commit is contained in:
iclementine 2021-01-14 13:17:29 +08:00
parent eed6f9af08
commit b017c73100
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
autodoc_mock_imports = ["soundfile", "librosa", "paddle"]
autodoc_mock_imports = ["soundfile", "librosa"]
# -- Project information -----------------------------------------------------

View File

@ -59,12 +59,12 @@ are listed below.
For any problem with installtion of soundfile, please refer to
`SoundFile <https://pypi.org/project/SoundFile>`_.
Insrall Parakeet
Install Parakeet
------------------
There are two ways to install parakeet according to the purpose of using it.
#. If you want to run experiments provided by parakeet or add new models and
1. If you want to run experiments provided by parakeet or add new models and
experiments, it is recommended to clone the project from github
(`Parakeet <https://github.com/PaddlePaddle/Parakeet>`_), and install it in
editable mode.