"src/graph/serialize/graph_serialize.cc" did not exist on "f103bbf9ee76bb1cbca9f8876986318680e95053"
Unverified Commit 643a42fe authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[doc] fix docstring for BuiltinDataset (#6749)

parent f3785a34
...@@ -533,7 +533,7 @@ class BuiltinDataset(OnDiskDataset): ...@@ -533,7 +533,7 @@ class BuiltinDataset(OnDiskDataset):
The ogbn-arxiv dataset is a directed graph, representing the citation The ogbn-arxiv dataset is a directed graph, representing the citation
network between all Computer Science (CS) arXiv papers indexed by MAG. network between all Computer Science (CS) arXiv papers indexed by MAG.
See more details in `ogbn-arxiv See more details in `ogbn-arxiv
https://ogb.stanford.edu/docs/nodeprop/#ogbn-arxiv>`_. <https://ogb.stanford.edu/docs/nodeprop/#ogbn-arxiv>`_.
.. note:: .. note::
Reverse edges are added to the original graph and duplicated Reverse edges are added to the original graph and duplicated
...@@ -543,7 +543,7 @@ class BuiltinDataset(OnDiskDataset): ...@@ -543,7 +543,7 @@ class BuiltinDataset(OnDiskDataset):
The ogbn-products dataset is an undirected and unweighted graph, The ogbn-products dataset is an undirected and unweighted graph,
representing an Amazon product co-purchasing network. See more details representing an Amazon product co-purchasing network. See more details
in `ogbn-products in `ogbn-products
https://ogb.stanford.edu/docs/nodeprop/#ogbn-products>`_. <https://ogb.stanford.edu/docs/nodeprop/#ogbn-products>`_.
.. note:: .. note::
Reverse edges are added to the original graph. Reverse edges are added to the original graph.
......
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