项目文件夹

文件
Mufei Li b76ac11c90 [DGL-LifeSci] Release Preparation (CI, Docker, Conda build) (#1399)
* 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>
2020-04-01 15:45:03 +08:00

300 B

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