/pytorch_doc_build

Build file of Pytorch docs

Primary LanguageHTML

pytorch_doc_build

Build file of Pytorch docs

How to use

Clone this project to your computer, use your browser to open the index.html

how to build

git clone https://github.com/pytorch/pytorch.git
cd pytorch/docs
pip install -r requirements.txt
make html

you can type make to browse the formate you want to generate.