Skip to content

Commit

Permalink
[GraphBolt][Doc] Add new features to documentation. (#7637)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Aug 2, 2024
1 parent dfd4915 commit 2260992
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/api/python/dgl.graphbolt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.. currentmodule:: dgl.graphbolt

**dgl.graphbolt** is a dataloading framework for GNN that provides well-defined
**dgl.graphbolt** is a dataloading framework for GNNs that provides well-defined
APIs for each stage of the data pipeline and multiple standard implementations.

Dataset
Expand Down Expand Up @@ -55,6 +55,8 @@ collection of features.
BasicFeatureStore
TorchBasedFeature
TorchBasedFeatureStore
DiskBasedFeature
CPUCachedFeature
GPUCachedFeature


Expand Down

0 comments on commit 2260992

Please sign in to comment.