Commit 534ea8c9 authored by Aston Zhang's avatar Aston Zhang Committed by Minjie Wang
Browse files

[Doc] Update index.rst (#328)

parent a63c3351
...@@ -8,7 +8,7 @@ Overview of DGL ...@@ -8,7 +8,7 @@ Overview of DGL
Deep Graph Library (DGL) is a Python package built for easy implementation of Deep Graph Library (DGL) is a Python package built for easy implementation of
graph neural network model family, on top of existing DL frameworks (e.g. graph neural network model family, on top of existing DL frameworks (e.g.
Pytorch, MXNet, Gluon etc.). PyTorch, MXNet, Gluon etc.).
DGL reduces the implementation of graph neural networks into declaring a set DGL reduces the implementation of graph neural networks into declaring a set
of *functions* (or *modules* in PyTorch terminology). In addition, DGL of *functions* (or *modules* in PyTorch terminology). In addition, DGL
...@@ -41,7 +41,7 @@ Free software ...@@ -41,7 +41,7 @@ Free software
------------- -------------
DGL is free software; you can redistribute it and/or modify it under the terms DGL is free software; you can redistribute it and/or modify it under the terms
of the Apache License 2.0. We welcome contributions. of the Apache License 2.0. We welcome contributions.
Join us on `GitHub <https://github.com/dmlc/dgl>`_ and checkout our `contribution guidelines <https://github.com/dmlc/dgl/blob/master/CONTRIBUTING.md>`_. Join us on `GitHub <https://github.com/dmlc/dgl>`_ and check out our `contribution guidelines <https://github.com/dmlc/dgl/blob/master/CONTRIBUTING.md>`_.
History History
------- -------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment