项目文件夹

文件
Quan (Andy) Gan 9d04147020 Update distributed.rst (#2249) (#2368)
Co-authored-by: Hongyu Cai <h.tsai@hotmail.com>
2020-11-27 03:21:19 +00:00
..
2018-11-08 22:57:16 -05:00
2018-11-08 22:57:16 -05:00
2020-08-24 10:54:40 +00:00
2019-08-23 16:38:48 -04:00

DGL document and tutorial folder

Requirements

  • sphinx
  • sphinx-gallery
  • sphinx_rtd_theme
  • Both pytorch and mxnet installed.

Build documents

First, clean up existing files:

./clean.sh

Then build:

make html

Note: due to the backend loading issue, it actually takes 2 rounds to build:

  1. build tutorials that uses MXNet as backend
  2. build tutorials that uses PyTorch as backend

Render locally

cd build/html
python3 -m http.server 8000