Unverified Commit 163398c0 authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

Update dgl.DGLGraph.rst

parent bcff14cc
...@@ -8,7 +8,7 @@ dgl.DGLGraph ...@@ -8,7 +8,7 @@ dgl.DGLGraph
Class for storing graph structure and node/edge feature data. Class for storing graph structure and node/edge feature data.
There are a few ways to create create a DGLGraph: There are a few ways to create a DGLGraph:
* To create a homogeneous graph from Tensor data, use :func:`dgl.graph`. * To create a homogeneous graph from Tensor data, use :func:`dgl.graph`.
* To create a heterogeneous graph from Tensor data, use :func:`dgl.heterograph`. * To create a heterogeneous graph from Tensor data, use :func:`dgl.heterograph`.
......
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