项目文件夹

文件
2023-06-19 16:48:27 +08:00
..
2023-06-19 16:48:27 +08:00
2018-11-08 22:57:16 -05:00
2021-07-30 18:17:18 +08:00
2020-08-24 10:54:40 +00:00

DGL document and tutorial folder

To build the doc:

  • Create the developer conda environment using the script here.
  • Activate the developer conda environment.
  • Build DGL from source using the script here.
  • Build the doc using the script here.

To render locally:

cd build/html
python3 -m http.server 8000