dmlc--dgl
e9440acb06
* TF backend fix and new logic to choose backend * fix * fix * fix * fix * fix backend * fix * dlpack alignment * add flag * flag * lint * lint * remove unused * several fixes Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
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:
- build tutorials that uses MXNet as backend
- build tutorials that uses PyTorch as backend
Render locally
cd build/html
python3 -m http.server 8000