-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Description
This issue is for reporting the error on documentation and offering the update.
If you find an error on documentation or contents hard to understand, feel free to add a comment. (Adding a suggestion would make it easier for the contributor to work on)
If you would like to work on the fix, feel free to open a PR and attach the screenshot of the documentation.
See examples: #972 #1001
We are currently working on bringing up the automated master build for documentation at pytorch.org/audio, but meanwhile the documentation needs to be built manually. The following is the steps to build documentation.
git clone https://github.com/pytorch/audio
cd docs
pip install -r requirements.txt
make html
# open build/html/index.html with your browser.