Offline documentation built from official Scikit-learn, Matplotlib, PyTorch and torchvision release.
The offline documentation of NumPy is available on official website.
Offline documentation does speed up page loading, especially for some countries/regions.
This repo helps to relieve the pain of building PyTorch offline documentation.
No need to clone the huge PyTorch repo. No need to install Sphinx. No need to wait for searching.
Docs | Version | Release Page |
---|---|---|
PyTorch | Link | |
torchvision | Link | |
Numpy | Link | |
Scikit-learn | Link | |
Matplotlib | Link |
You can download from release page(recommended), or clone this repo(about 700+MB) by
$ git clone --depth 1 https://github.com/unknownue/PyTorch.docs.git
The documentation of PyTorch is in torch
directory, and that of torchvision is in torchvision
directory.
Open Index.html
to view the documentation.
If you want to build by yourself, the build
directory contains the build configuration in docker.