https://github.com/awslabs/dgl-lifesci
Raw File
Tip revision: 20cee8f3a2be314e34c0e696e797884630d0863e authored by Ubuntu on 13 February 2023, 08:35:17 UTC
Update
Tip revision: 20cee8f
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