-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
55 additions
and
24 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.../cugraph_cpp/algorithms/component_cpp.rst → ...cugraph_cpp/algorithms/components_cpp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Component | ||
========= | ||
Components | ||
========== | ||
|
||
.. doxygengroup:: component_cpp | ||
.. doxygengroup:: components_cpp | ||
:project: libcugraph | ||
:members: | ||
:content-only: |
7 changes: 0 additions & 7 deletions
7
docs/cugraph-docs/source/api_docs/cugraph_cpp/algorithms/labeling_cpp.rst
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
docs/cugraph-docs/source/api_docs/cugraph_cpp/algorithms/utility_cpp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Centrality | ||
========== | ||
Utility Functions | ||
================= | ||
|
||
.. doxygengroup:: utility_cpp | ||
:project: libcugraph | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/cugraph-docs/source/api_docs/cugraph_cpp/collect_comm_wrapper_cpp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Collection Wrappers | ||
=============== | ||
|
||
.. doxygengroup:: collect_comm_wrapper_cpp | ||
:project: libcugraph | ||
:members: | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
==================== | ||
Full cuGraph C++ API | ||
==================== | ||
========================= | ||
Low Level cuGraph C++ API | ||
========================= | ||
|
||
.. doxygennamespace:: cugraph | ||
:members: |
7 changes: 7 additions & 0 deletions
7
docs/cugraph-docs/source/api_docs/cugraph_cpp/graph_functions_cpp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Graph Functions | ||
=============== | ||
|
||
.. doxygengroup:: graph_functions_cpp | ||
:project: libcugraph | ||
:members: | ||
:content-only: |
7 changes: 7 additions & 0 deletions
7
docs/cugraph-docs/source/api_docs/cugraph_cpp/graph_generators_cpp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Graph Generators | ||
================ | ||
|
||
.. doxygengroup:: graph_generators_cpp | ||
:project: libcugraph | ||
:members: | ||
:content-only: |
7 changes: 7 additions & 0 deletions
7
docs/cugraph-docs/source/api_docs/cugraph_cpp/graph_sampling_cpp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Sampling Functions | ||
================== | ||
|
||
.. doxygengroup:: sampling_functions_cpp | ||
:project: libcugraph | ||
:members: | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
============================= | ||
cuGraph C++ API documentation | ||
============================= | ||
=============== | ||
cuGraph C++ API | ||
=============== | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: API Documentation | ||
|
||
algorithms_cpp.rst | ||
graph_functions_cpp.rst | ||
graph_generators_cpp.rst | ||
graph_sampling_cpp.rst | ||
collect_comm_wrapper_cpp.rst | ||
full_api.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters