Skip to content

Commit

Permalink
update rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed May 14, 2024
1 parent 6dc5e09 commit d3f04eb
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/cugraph/source/api_docs/cugraph-pyg/cugraph_pyg.rst
Expand Up @@ -6,18 +6,37 @@ cugraph-pyg

.. currentmodule:: cugraph_pyg

Graph Storage
-------------
.. autosummary::
:toctree: ../api/cugraph-pyg/

.. cugraph_pyg.data.dask_graph_store.DaskGraphStore
.. cugraph_pyg.data.graph_store.GraphStore
Feature Storage
---------------
.. autosummary::
:toctree: ../api/cugraph-pyg/

.. cugraph_pyg.data.feature_store.TensorDictFeatureStore
Data Loaders
------------
.. autosummary::
:toctree: ../api/cugraph-pyg/

.. cugraph_pyg.loader.dask_node_loader.DaskNeighborLoader
.. cugraph_pyg.loader.dask_node_loader.BulkSampleLoader
.. cugraph_pyg.loader.node_loader.NodeLoader
.. cugraph_pyg.loader.neighbor_loader.NeighborLoader
Samplers
--------
.. autosummary::
:toctree: ../api/cugraph-pyg/

.. cugraph_pyg.sampler.sampler.BaseSampler
.. cugraph_pyg.sampler.sampler.SampleReader
.. cugraph_pyg.sampler.sampler.HomogeneousSampleReader
.. cugraph_pyg.sampler.sampler.SampleIterator

0 comments on commit d3f04eb

Please sign in to comment.