dmlc--dgl
b76ac11c90
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * add docs * Fix style * Fix lint * Bug fix * Fix test * Update * Update * Update * Update Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
28 行
300 B
Markdown
28 行
300 B
Markdown
Documentation and Tutorials
|
|
===
|
|
|
|
Requirements
|
|
------------
|
|
* sphinx
|
|
* sphinx-gallery
|
|
* sphinx_rtd_theme
|
|
|
|
Build documents
|
|
---------------
|
|
First, clean up existing files:
|
|
```
|
|
./clean.sh
|
|
```
|
|
|
|
Then build:
|
|
```
|
|
make html
|
|
```
|
|
|
|
Render locally
|
|
--------------
|
|
```
|
|
cd build/html
|
|
python3 -m http.server 8000
|
|
```
|