Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] cugraph v24.02 #4142

Merged
merged 73 commits into from
Feb 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
2f44a9c
v24.02 Updates [skip ci]
raydouglass Nov 14, 2023
264fc79
Merge pull request #3997 from rapidsai/branch-23.12
GPUtester Nov 14, 2023
ce6a801
Merge branch 'branch-23.12' into branch-24.02-merge-branch-23.12
vyasr Nov 18, 2023
8e213ec
Merge pull request #4012 from vyasr/branch-24.02-merge-branch-23.12
AyodeAwe Nov 20, 2023
0dbdc9b
Merge pull request #3999 from rapidsai/branch-23.12
AyodeAwe Nov 20, 2023
64fd4c7
Merge pull request #4016 from rapidsai/branch-23.12
GPUtester Nov 20, 2023
942d5ee
Merge pull request #4017 from rapidsai/branch-23.12
GPUtester Nov 21, 2023
b2731e2
Merge branch-23.12 into branch-24.02
rlratzel Nov 26, 2023
0a29752
Updates version for 24.02
rlratzel Nov 27, 2023
5047ffd
Merge remote-tracking branch 'upstream/branch-23.12' into branch-24.0…
rlratzel Nov 27, 2023
5d4bcce
Merge pull request #4020 from rlratzel/branch-24.02-merge-23.12
AyodeAwe Nov 27, 2023
96c39cc
Merge pull request #4023 from rapidsai/branch-23.12
GPUtester Nov 28, 2023
6041ab9
Removes unsupported `setup.py` calls, cleans up text (#4024)
rlratzel Nov 29, 2023
5eaae7d
Update count_if_e, transform_reduce_e, and transform_e to support edg…
seunghwak Nov 30, 2023
c6aa981
Mtmg updates for rmm (#4031)
ChuckHastings Dec 1, 2023
90fec71
Fix % 0 bug in MG_SELECT_RANDOM_VERTICES test (#4034)
seunghwak Dec 2, 2023
20145b4
Merge pull request #4039 from rapidsai/branch-23.12
GPUtester Dec 4, 2023
32eaa5e
Clean up self-loop and multi-edge removal logic (#4032)
ChuckHastings Dec 5, 2023
84999be
Merge pull request #4049 from rapidsai/branch-23.12
GPUtester Dec 6, 2023
783e4dc
Prevent automatic labeler from adding `Label Checker` labels (#4048)
ajschmidt8 Dec 6, 2023
f80480d
Add support for Louvain to MTMG (#4033)
ChuckHastings Dec 6, 2023
a5718c6
Add a barrier before cugraph Graph creation (#4046)
VibhuJawa Dec 6, 2023
65df1a2
Fix HITS convergence error. (#4043)
seunghwak Dec 6, 2023
c709fc9
Remove CUGRAPH_BUILD_WHEELS and standardize Python builds (#4041)
vyasr Dec 6, 2023
1df6217
Update dependencies.yaml to new pip index (#4045)
vyasr Dec 7, 2023
18ab76b
Update for CCCL 2.x (#3862)
seunghwak Dec 8, 2023
1655003
Add `HeteroGATConv` to `cugraph-pyg` (#3914)
tingyu66 Dec 11, 2023
c637b33
nx-cugraph: update usage of `nodes_or_number` for nx compat (#4028)
eriknw Dec 12, 2023
7fe7bea
Replace graph_view.hpp::number_of_edges with compute_number_of_edges …
seunghwak Dec 12, 2023
23e70a6
Test select_random_vertices for all possible values of flags (#4042)
naimnv Dec 12, 2023
05c78bb
MG C-API test failure fixes (#4047)
seunghwak Dec 12, 2023
5890d80
Remove checks for Pascal, no longer supported (#4044)
ChuckHastings Dec 13, 2023
d7c88d1
Switch to scikit-build-core (#4053)
vyasr Dec 14, 2023
34054b1
Update to CCCL 2.2.0. (#4052)
bdice Dec 20, 2023
8d5bba3
nx-cugraph: add `ancestors` and `descendants` (#4029)
eriknw Dec 21, 2023
9d893ec
[BUG]Fix non-type template parameter to cugraph::relabel (#4064)
naimnv Jan 4, 2024
a59bd76
Remove Experimental Wrappers from GNN Code (#4070)
alexbarghi-nv Jan 5, 2024
c7b720d
[FEA]: Add DASK edgelist and graph support to the Dataset API (#4035)
huiyuxie Jan 9, 2024
cd5fc6f
build wheels for `cugraph-dgl` and `cugraph-pyg` (#4075)
tingyu66 Jan 9, 2024
5e8e9b5
Fix MG weighted similarity test failure (#4054)
seunghwak Jan 10, 2024
ae25ea1
Adds `nx-cugraph` benchmarks for 23.12 algos (SSSP, pagerank, hits, k…
rlratzel Jan 10, 2024
35ae8ef
Correct `cugraph-pyg` package name used in wheels and fix test script…
tingyu66 Jan 10, 2024
b22dd99
refactor CUDA versions in dependencies.yaml (#4084)
jameslamb Jan 11, 2024
88c3884
nx-cugraph: indicate which plc algorithms are used and version_added …
eriknw Jan 11, 2024
c09db10
Sampling Performance Testing (#3584)
alexbarghi-nv Jan 12, 2024
24d02a5
Fix OOB error, BFS C API should validate that the source vertex is a …
ChuckHastings Jan 12, 2024
5d4ba38
MNMG ECG (#4030)
naimnv Jan 12, 2024
aa66a32
Remove usages of rapids-env-update (#4090)
KyleFromNVIDIA Jan 12, 2024
4748ca1
nx-cugraph: PLC now handles isolated nodes; clean up our workarounds …
eriknw Jan 16, 2024
8672534
nx-cugraph: add weakly connected components (#4071)
eriknw Jan 17, 2024
eacdf58
Provide explicit pool sizes and avoid RMM detail APIs (#4086)
harrism Jan 17, 2024
c5d2a9a
`nx-cugraph`: add `to_undirected` method; add reciprocity algorithms …
eriknw Jan 18, 2024
52ab54f
nx-cugraph: add triangles and clustering algorithms (#4093)
eriknw Jan 19, 2024
ec65907
nx-cugraph: add `core_number` (undirected graphs only) (#4100)
eriknw Jan 19, 2024
77d833a
Fix Jaccard hang (#4080)
jnke2016 Jan 20, 2024
f20219e
nx-cugraph: add `is_tree`, etc. (#4097)
eriknw Jan 22, 2024
6774abc
Match weight-sharing option of GATConv in DGL (#4074)
tingyu66 Jan 23, 2024
82552ab
nx-cugraph: rename `plc=` to `_plc=` (#4106)
eriknw Jan 24, 2024
3526af4
Implement has_edge() & compute_multiplicity() (#4096)
seunghwak Jan 25, 2024
9a261ff
nx-cugraph: add `complement` and `reverse` (#4103)
eriknw Jan 25, 2024
ff76a38
Update per_v_transform_reduce_incoming|outgoing_e to support edge mas…
seunghwak Jan 25, 2024
3ff2abd
Create `cugraph-equivariant` package (#4036)
tingyu66 Jan 29, 2024
b1495ed
Adds option to rapids_cpm_find for raft to disable hnswlib feature, a…
rlratzel Feb 1, 2024
ba73b02
Adds benchmarks for additional nx-cugraph 24.02 algos (#4112)
rlratzel Feb 1, 2024
20f7dca
nx-cugraph: use coverage to ensure all algorithms were run (#4108)
eriknw Feb 1, 2024
3d52f17
Optimize the drop-duplicate functionality (#4095)
jnke2016 Feb 2, 2024
acb3add
Removes the `networkx_algorithm` decorator to all SCC functions to di…
rlratzel Feb 2, 2024
581d356
corrected links in C API and added groups for support functions (#4131)
acostadon Feb 2, 2024
f64df60
Updates nx-cugraph README.md with latest algos (#4135)
rlratzel Feb 2, 2024
51a72fb
Constraint pytorch-dependent wheel test to only run on amd64 (#4133)
tingyu66 Feb 2, 2024
5c6c4d3
Exclude tests from builds (#4147)
vyasr Feb 7, 2024
bb5bee2
Revert "Exclude tests from builds (#4147)" (#4157)
raydouglass Feb 8, 2024
eb096ac
Update Changelog [skip ci]
raydouglass Feb 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
corrected links in C API and added groups for support functions (#4131)
Fixes broken links in C API docs in Traversal, Sampling and Community algorithm sections

resolves issue #4116

Authors:
  - Don Acosta (https://github.com/acostadon)
  - Brad Rees (https://github.com/BradReesWork)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)

URL: #4131
acostadon authored Feb 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 581d3562496c5c9c0b094f3cfd6f5631154e3739
14 changes: 8 additions & 6 deletions cpp/include/cugraph_c/community_algorithms.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022-2023, NVIDIA CORPORATION.
* Copyright (c) 2022-2024, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -23,7 +23,6 @@
#include <cugraph_c/resource_handle.h>

/** @defgroup community Community algorithms
* @{
*/

#ifdef __cplusplus
@@ -60,18 +59,21 @@ cugraph_error_code_t cugraph_triangle_count(const cugraph_resource_handle_t* han
cugraph_error_t** error);

/**
* @ingroup community
* @brief Get triangle counting vertices
*/
cugraph_type_erased_device_array_view_t* cugraph_triangle_count_result_get_vertices(
cugraph_triangle_count_result_t* result);

/**
* @ingroup community
* @brief Get triangle counting counts
*/
cugraph_type_erased_device_array_view_t* cugraph_triangle_count_result_get_counts(
cugraph_triangle_count_result_t* result);

/**
* @ingroup community
* @brief Free a triangle count result
*
* @param [in] result The result from a sampling algorithm
@@ -147,24 +149,28 @@ cugraph_error_code_t cugraph_leiden(const cugraph_resource_handle_t* handle,
cugraph_error_t** error);

/**
* @ingroup community
* @brief Get hierarchical clustering vertices
*/
cugraph_type_erased_device_array_view_t* cugraph_hierarchical_clustering_result_get_vertices(
cugraph_hierarchical_clustering_result_t* result);

/**
* @ingroup community
* @brief Get hierarchical clustering clusters
*/
cugraph_type_erased_device_array_view_t* cugraph_hierarchical_clustering_result_get_clusters(
cugraph_hierarchical_clustering_result_t* result);

/**
* @ingroup community
* @brief Get modularity
*/
double cugraph_hierarchical_clustering_result_get_modularity(
cugraph_hierarchical_clustering_result_t* result);

/**
* @ingroup community
* @brief Free a hierarchical clustering result
*
* @param [in] result The result from a sampling algorithm
@@ -423,7 +429,3 @@ void cugraph_clustering_result_free(cugraph_clustering_result_t* result);
#ifdef __cplusplus
}
#endif

/**
* @}
*/
37 changes: 31 additions & 6 deletions cpp/include/cugraph_c/sampling_algorithms.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2023, NVIDIA CORPORATION.
* Copyright (c) 2021-2024, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
#include <cugraph_c/resource_handle.h>

/** @defgroup samplingC Sampling algorithms
* @{
*/

#ifdef __cplusplus
@@ -134,6 +133,7 @@ cugraph_error_code_t cugraph_node2vec(const cugraph_resource_handle_t* handle,
cugraph_error_t** error);

/**
* @ingroup samplingC
* @brief Get the max path length from random walk result
*
* @param [in] result The result from random walks
@@ -145,6 +145,7 @@ size_t cugraph_random_walk_result_get_max_path_length(cugraph_random_walk_result
// difference at the moment is that RW results contain weights
// and extract_paths results don't. But that's probably wrong.
/**
* @ingroup samplingC
* @brief Get the matrix (row major order) of vertices in the paths
*
* @param [in] result The result from a random walk algorithm
@@ -154,6 +155,7 @@ cugraph_type_erased_device_array_view_t* cugraph_random_walk_result_get_paths(
cugraph_random_walk_result_t* result);

/**
* @ingroup samplingC
* @brief Get the matrix (row major order) of edge weights in the paths
*
* @param [in] result The result from a random walk algorithm
@@ -163,6 +165,7 @@ cugraph_type_erased_device_array_view_t* cugraph_random_walk_result_get_weights(
cugraph_random_walk_result_t* result);

/**
* @ingroup samplingC
* @brief If the random walk result is compressed, get the path sizes
* @deprecated This call will no longer be relevant once the new node2vec are called
*
@@ -173,6 +176,7 @@ cugraph_type_erased_device_array_view_t* cugraph_random_walk_result_get_path_siz
cugraph_random_walk_result_t* result);

/**
* @ingroup samplingC
* @brief Free random walks result
*
* @param [in] result The result from random walks
@@ -220,6 +224,7 @@ typedef enum cugraph_compression_type_t {
} cugraph_compression_type_t;

/**
* @ingroup samplingC
* @brief Create sampling options object
*
* All sampling options set to FALSE
@@ -232,6 +237,7 @@ cugraph_error_code_t cugraph_sampling_options_create(cugraph_sampling_options_t*
cugraph_error_t** error);

/**
* @ingroup samplingC
* @brief Set flag to renumber results
*
* @param options - opaque pointer to the sampling options
@@ -240,6 +246,7 @@ cugraph_error_code_t cugraph_sampling_options_create(cugraph_sampling_options_t*
void cugraph_sampling_set_renumber_results(cugraph_sampling_options_t* options, bool_t value);

/**
* @ingroup samplingC
* @brief Set whether to compress per-hop (True) or globally (False)
*
* @param options - opaque pointer to the sampling options
@@ -248,6 +255,7 @@ void cugraph_sampling_set_renumber_results(cugraph_sampling_options_t* options,
void cugraph_sampling_set_compress_per_hop(cugraph_sampling_options_t* options, bool_t value);

/**
* @ingroup samplingC
* @brief Set flag to sample with_replacement
*
* @param options - opaque pointer to the sampling options
@@ -256,6 +264,7 @@ void cugraph_sampling_set_compress_per_hop(cugraph_sampling_options_t* options,
void cugraph_sampling_set_with_replacement(cugraph_sampling_options_t* options, bool_t value);

/**
* @ingroup samplingC
* @brief Set flag to sample return_hops
*
* @param options - opaque pointer to the sampling options
@@ -264,6 +273,7 @@ void cugraph_sampling_set_with_replacement(cugraph_sampling_options_t* options,
void cugraph_sampling_set_return_hops(cugraph_sampling_options_t* options, bool_t value);

/**
* @ingroup samplingC
* @brief Set compression type
*
* @param options - opaque pointer to the sampling options
@@ -273,6 +283,7 @@ void cugraph_sampling_set_compression_type(cugraph_sampling_options_t* options,
cugraph_compression_type_t value);

/**
* @ingroup samplingC
* @brief Set prior sources behavior
*
* @param options - opaque pointer to the sampling options
@@ -282,6 +293,7 @@ void cugraph_sampling_set_prior_sources_behavior(cugraph_sampling_options_t* opt
cugraph_prior_sources_behavior_t value);

/**
* @ingroup samplingC
* @brief Set flag to sample dedupe_sources prior to sampling
*
* @param options - opaque pointer to the sampling options
@@ -290,6 +302,7 @@ void cugraph_sampling_set_prior_sources_behavior(cugraph_sampling_options_t* opt
void cugraph_sampling_set_dedupe_sources(cugraph_sampling_options_t* options, bool_t value);

/**
* @ingroup samplingC
* @brief Free sampling options object
*
* @param [in] options Opaque pointer to sampling object
@@ -369,6 +382,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_destinations(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the major vertices from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -378,6 +392,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_majors(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the minor vertices from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -387,6 +402,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_minors(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the major offsets from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -396,6 +412,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_major_offsets
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the start labels from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -405,6 +422,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_start_labels(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the edge_id from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -414,6 +432,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_edge_id(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the edge_type from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -423,6 +442,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_edge_type(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the edge_weight from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -432,6 +452,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_edge_weight(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the hop from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -441,6 +462,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_hop(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the label-hop offsets from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -450,6 +472,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_label_hop_off
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the index from the sampling algorithm result
*
* @param [in] result The result from a sampling algorithm
@@ -469,6 +492,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_offsets(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the renumber map
*
* @param [in] result The result from a sampling algorithm
@@ -478,6 +502,7 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_renumber_map(
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Get the renumber map offsets
*
* @param [in] result The result from a sampling algorithm
@@ -487,13 +512,15 @@ cugraph_type_erased_device_array_view_t* cugraph_sample_result_get_renumber_map_
const cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Free a sampling result
*
* @param [in] result The result from a sampling algorithm
*/
void cugraph_sample_result_free(cugraph_sample_result_t* result);

/**
* @ingroup samplingC
* @brief Create a sampling result (testing API)
*
* @param [in] handle Handle for accessing resources
@@ -524,6 +551,7 @@ cugraph_error_code_t cugraph_test_sample_result_create(
cugraph_error_t** error);

/**
* @ingroup samplingC
* @brief Create a sampling result (testing API)
*
* @param [in] handle Handle for accessing resources
@@ -554,6 +582,7 @@ cugraph_error_code_t cugraph_test_uniform_neighborhood_sample_result_create(
cugraph_error_t** error);

/**
* @ingroup samplingC
* @brief Select random vertices from the graph
*
* @param [in] handle Handle for accessing resources
@@ -576,7 +605,3 @@ cugraph_error_code_t cugraph_select_random_vertices(const cugraph_resource_handl
#ifdef __cplusplus
}
#endif

/**
* @}
*/
13 changes: 7 additions & 6 deletions cpp/include/cugraph_c/traversal_algorithms.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022, NVIDIA CORPORATION.
* Copyright (c) 2021-2024, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@

/** @defgroup traversal Traversal Algorithms
* @ingroup c_api
* @{
*/

#ifdef __cplusplus
@@ -40,6 +39,7 @@ typedef struct {
} cugraph_paths_result_t;

/**
* @ingroup traversal
* @brief Get the vertex ids from the paths result
*
* @param [in] result The result from bfs or sssp
@@ -49,6 +49,7 @@ cugraph_type_erased_device_array_view_t* cugraph_paths_result_get_vertices(
cugraph_paths_result_t* result);

/**
* @ingroup traversal
* @brief Get the distances from the paths result
*
* @param [in] result The result from bfs or sssp
@@ -58,6 +59,7 @@ cugraph_type_erased_device_array_view_t* cugraph_paths_result_get_distances(
cugraph_paths_result_t* result);

/**
* @ingroup traversal
* @brief Get the predecessors from the paths result
*
* @param [in] result The result from bfs or sssp
@@ -69,6 +71,7 @@ cugraph_type_erased_device_array_view_t* cugraph_paths_result_get_predecessors(
cugraph_paths_result_t* result);

/**
* @ingroup traversal
* @brief Free paths result
*
* @param [in] result The result from bfs or sssp
@@ -188,6 +191,7 @@ cugraph_error_code_t cugraph_extract_paths(
size_t cugraph_extract_paths_result_get_max_path_length(cugraph_extract_paths_result_t* result);

/**
* @ingroup traversal
* @brief Get the matrix (row major order) of paths
*
* @param [in] result The result from extract_paths
@@ -197,6 +201,7 @@ cugraph_type_erased_device_array_view_t* cugraph_extract_paths_result_get_paths(
cugraph_extract_paths_result_t* result);

/**
* @ingroup traversal
* @brief Free extract_paths result
*
* @param [in] result The result from extract_paths
@@ -206,7 +211,3 @@ void cugraph_extract_paths_result_free(cugraph_extract_paths_result_t* result);
#ifdef __cplusplus
}
#endif

/**
* @}
*/
10 changes: 2 additions & 8 deletions docs/cugraph/source/api_docs/cugraph_c/community.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
Community
=========

.. role:: py(code)
:language: c
:class: highlight

``#include <cugraph_c/community_algorithms.h>``

Triangle Counting
-----------------
.. doxygenfunction:: cugraph_triangle_count
@@ -45,8 +39,8 @@ Spectral Clustering - Modularity Maximization
.. doxygenfunction:: cugraph_analyze_clustering_modularity
:project: libcugraph

Spectral Clusteriong - Edge Cut
-------------------------------
Spectral Clustering - Edge Cut
------------------------------
.. doxygenfunction:: cugraph_analyze_clustering_edge_cut
:project: libcugraph

4 changes: 2 additions & 2 deletions docs/cugraph/source/api_docs/cugraph_c/labeling.rst
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ Strongly Connected Components
.. doxygenfunction:: cugraph_strongly_connected_components
:project: libcugraph

Support
-------
Labeling Support Functions
--------------------------
.. doxygengroup:: labeling
:project: libcugraph
:members:
13 changes: 5 additions & 8 deletions docs/cugraph/source/api_docs/cugraph_c/sampling.rst
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Uniform Random Walks
:project: libcugraph

Biased Random Walks
--------------------
-------------------
.. doxygenfunction:: cugraph_biased_random_walks
:project: libcugraph

@@ -21,16 +21,13 @@ Node2Vec
.. doxygenfunction:: cugraph_node2vec
:project: libcugraph

Uniform Neighborhood Sampling
-----------------------------
.. doxygenfunction:: cugraph_uniform_neighbor_sample_with_edge_properties
:project: libcugraph

Uniform Neighbor Sampling
-------------------------
.. doxygenfunction:: cugraph_uniform_neighbor_sample
:project: libcugraph

Support
-------
Sampling Support Functions
--------------------------
.. doxygengroup:: samplingC
:project: libcugraph
:members:
4 changes: 2 additions & 2 deletions docs/cugraph/source/api_docs/cugraph_c/similarity.rst
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ Overlap
.. doxygenfunction:: cugraph_overlap_coefficients
:project: libcugraph

Support
-------
Similarty Support Functions
---------------------------
.. doxygengroup:: similarity
:project: libcugraph
:members:
4 changes: 2 additions & 2 deletions docs/cugraph/source/api_docs/cugraph_c/traversal.rst
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ Extract Max Path Length
.. doxygenfunction:: cugraph_extract_paths_result_get_max_path_length
:project: libcugraph

Support
-------
Traversal Support Functions
---------------------------
.. doxygengroup:: traversal
:project: libcugraph
:members: