diff --git a/docs/cugraph/source/api_docs/cugraph_c/community.rst b/docs/cugraph/source/api_docs/cugraph_c/community.rst index 0bbfe365c4d..b6b0413f3a5 100644 --- a/docs/cugraph/source/api_docs/cugraph_c/community.rst +++ b/docs/cugraph/source/api_docs/cugraph_c/community.rst @@ -7,55 +7,7 @@ Community ``#include `` -Triangle Counting ------------------ -.. doxygenfunction:: cugraph_triangle_count - :project: libcugraph -Louvain -------- -.. doxygenfunction:: cugraph_louvain - :project: libcugraph - -Leiden ------- -.. doxygenfunction:: cugraph_leiden - :project: libcugraph - -ECG ---- -.. doxygenfunction:: cugraph_ecg - :project: libcugraph - -Extract Egonet --------------- -.. doxygenfunction:: cugraph_extract_ego - :project: libcugraph - -Balanced Cut ------------- -.. doxygenfunction:: cugraph_balanced_cut_clustering - :project: libcugraph - -Spectral Clustering - Modularity Maximization ---------------------------------------------- -.. doxygenfunction:: cugraph_spectral_modularity_maximization - :project: libcugraph - -.. doxygenfunction:: cugraph_analyze_clustering_modularity - :project: libcugraph - -Spectral Clusteriong - Edge Cut -------------------------------- -.. doxygenfunction:: cugraph_analyze_clustering_edge_cut - :project: libcugraph - -.. doxygenfunction:: cugraph_analyze_clustering_ratio_cut - :project: libcugraph - - -Community Support Functions ---------------------------- .. doxygengroup:: community :project: libcugraph :members: diff --git a/docs/cugraph/source/api_docs/cugraph_c/sampling.rst b/docs/cugraph/source/api_docs/cugraph_c/sampling.rst index 21b837daf93..ef320d6977e 100644 --- a/docs/cugraph/source/api_docs/cugraph_c/sampling.rst +++ b/docs/cugraph/source/api_docs/cugraph_c/sampling.rst @@ -1,36 +1,12 @@ Sampling ======== -Uniform Random Walks --------------------- -.. doxygenfunction:: cugraph_uniform_random_walks - :project: libcugraph +.. role:: py(code) + :language: c + :class: highlight -Biased Random Walks --------------------- -.. doxygenfunction:: cugraph_biased_random_walks - :project: libcugraph +``#include `` -Random Walks via Node2Vec -------------------------- -.. doxygenfunction:: cugraph_node2vec_random_walks - :project: libcugraph - -Node2Vec --------- -.. doxygenfunction:: cugraph_node2vec - :project: libcugraph - -Uniform Neighborhood Sampling ------------------------------ -.. doxygenfunction:: cugraph_uniform_neighbor_sample_with_edge_properties - :project: libcugraph - -.. doxygenfunction:: cugraph_uniform_neighbor_sample - :project: libcugraph - -Support -------- .. doxygengroup:: samplingC :project: libcugraph :members: diff --git a/docs/cugraph/source/api_docs/cugraph_c/traversal.rst b/docs/cugraph/source/api_docs/cugraph_c/traversal.rst index c90760e9e79..95f94af039b 100644 --- a/docs/cugraph/source/api_docs/cugraph_c/traversal.rst +++ b/docs/cugraph/source/api_docs/cugraph_c/traversal.rst @@ -1,29 +1,12 @@ Traversal ========== +.. role:: py(code) + :language: c + :class: highlight -Breadth First Search (BFS) --------------------------- -.. doxygenfunction:: cugraph_bfs - :project: libcugraph +``#include `` -Single-Source Shortest-Path (SSSP) ----------------------------------- -.. doxygenfunction:: cugraph_sssp - :project: libcugraph - -Path Extraction ---------------- -.. doxygenfunction:: cugraph_extract_paths - :project: libcugraph - -Extract Max Path Length ------------------------ -.. doxygenfunction:: cugraph_extract_paths_result_get_max_path_length - :project: libcugraph - -Support -------- .. doxygengroup:: traversal :project: libcugraph :members: