Skip to content

Commit

Permalink
update to service
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Sep 18, 2023
1 parent 16f0d45 commit 01e0764
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cugraph/algorithms.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void overlap_list(legacy::GraphCSRView<VT, ET, WT> const& graph,
WT* result);

/**
* @ingroup placementCPP
* @ingroup placementCPP
* @brief ForceAtlas2 is a continuous graph layout algorithm
* for handy network visualization.
*
Expand Down Expand Up @@ -2140,7 +2140,7 @@ rmm::device_uvector<weight_t> sorensen_coefficients(
raft::handle_t const& handle,
graph_view_t<vertex_t, edge_t, false, multi_gpu> const& graph_view,
std::optional<edge_property_view_t<edge_t, weight_t const*>> edge_weight_view,
std::tuple<raft::device_span<vertex_t const>,raft::device_span<vertex_t const>> vertex_pairs,
std::tuple<raft::device_span<vertex_t const>, raft::device_span<vertex_t const>> vertex_pairs,
bool do_expensive_check = false);

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cugraph-service
.. autosummary::
:toctree: ../api/service/

.. cugraph_service_client.client.RunAsyncioThread
cugraph_service_client.client.RunAsyncioThread
cugraph_service_client.client.run_async
cugraph_service_client.client.DeviceArrayAllocator
cugraph_service_client.client.CugraphServiceClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cugraph-service
.. autosummary::
:toctree: ../api/service/

.. cugraph_service_server.cugraph_handler.call_algo
cugraph_service_server.cugraph_handler.call_algo
cugraph_service_server.cugraph_handler.ExtensionServerFacade
cugraph_service_server.cugraph_handler.CugraphHandler

0 comments on commit 01e0764

Please sign in to comment.