Skip to content

Commit 17c7cb8

Browse files
authored
removed reference to uniform_neighbor_sample (#171)
The cugraph repo had the `uniform_neighbor_sample` calls removed as part of: * rapidsai/cugraph#5335 This PR removes those references from the documentation. Authors: - Nate Rock (https://github.com/rockhowse) Approvers: - Don Acosta (https://github.com/acostadon) URL: #171
1 parent 88472bc commit 17c7cb8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/cugraph-docs/source/api_docs/cugraph/sampling.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ single-GPU
1616
cugraph.heterogeneous_neighbor_sample
1717
cugraph.homogeneous_neighbor_sample
1818
cugraph.random_walks
19-
cugraph.uniform_neighbor_sample
2019

2120
multi-GPU
2221
^^^^^^^^^
@@ -25,7 +24,6 @@ multi-GPU
2524

2625
cugraph.dask.sampling.biased_random_walks.biased_random_walks
2726
cugraph.dask.sampling.random_walks.random_walks
28-
cugraph.dask.sampling.uniform_neighbor_sample.uniform_neighbor_sample
2927
cugraph.dask.sampling.uniform_random_walks.uniform_random_walks
3028

3129
Node2Vec

0 commit comments

Comments
 (0)