Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
643a42fe
Unverified
Commit
643a42fe
authored
Dec 13, 2023
by
Rhett Ying
Committed by
GitHub
Dec 13, 2023
Browse files
[doc] fix docstring for BuiltinDataset (#6749)
parent
f3785a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/dgl/graphbolt/impl/ondisk_dataset.py
python/dgl/graphbolt/impl/ondisk_dataset.py
+2
-2
No files found.
python/dgl/graphbolt/impl/ondisk_dataset.py
View file @
643a42fe
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment