From af749c3974f658039b5dda5742d407835d1e30f4 Mon Sep 17 00:00:00 2001 From: Don Acosta <97529984+acostadon@users.noreply.github.com> Date: Thu, 9 May 2024 09:05:24 -0400 Subject: [PATCH] Removed obsolete methods from rst file (#4331) Removes doc generation for the link prediction algorithm methods that have been taken out closes #4330 Authors: - Don Acosta (https://github.com/acostadon) - Alex Barghi (https://github.com/alexbarghi-nv) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: https://github.com/rapidsai/cugraph/pull/4331 --- docs/cugraph/source/api_docs/cugraph/link_prediction.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/cugraph/source/api_docs/cugraph/link_prediction.rst b/docs/cugraph/source/api_docs/cugraph/link_prediction.rst index f05dce6f721..3d2f9562e32 100644 --- a/docs/cugraph/source/api_docs/cugraph/link_prediction.rst +++ b/docs/cugraph/source/api_docs/cugraph/link_prediction.rst @@ -11,7 +11,6 @@ Jaccard Coefficient cugraph.jaccard cugraph.jaccard_coefficient - cugraph.jaccard_w Overlap Coefficient @@ -21,7 +20,6 @@ Overlap Coefficient cugraph.overlap cugraph.overlap_coefficient - cugraph.overlap_w Sorensen Coefficient @@ -31,4 +29,3 @@ Sorensen Coefficient cugraph.sorensen cugraph.sorensen_coefficient - cugraph.sorensen_w