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