https://github.com/awslabs/dgl-lifesci
Raw File
Tip revision: 22b2bbba05eefad6770b2622635c1b0fa6e77289 authored by mufeili on 28 October 2020, 16:25:53 UTC
Update
Tip revision: 22b2bbb
README.md
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
```
back to top