From 03c5685f7a8685e8bc83e818442a453332d110c8 Mon Sep 17 00:00:00 2001 From: Arun Thakur Date: Tue, 13 Aug 2024 00:26:40 +0530 Subject: [PATCH] [centrality] minor changes to docs --- doc/metrics/pgr_betweennessCentrality.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/metrics/pgr_betweennessCentrality.rst b/doc/metrics/pgr_betweennessCentrality.rst index 95be99305e..725da352f3 100644 --- a/doc/metrics/pgr_betweennessCentrality.rst +++ b/doc/metrics/pgr_betweennessCentrality.rst @@ -46,7 +46,7 @@ Signatures pgr_betweennessCentrality(`Edges SQL`_, [``directed``]) - | Returns set of ``(seq, vid, centrality)`` + | Returns set of ``(vid, centrality)`` .. TODO: Fix this when docqueries are made @@ -91,9 +91,6 @@ Result columns * - Column - Type - Description - * - ``seq`` - - ``INTEGER`` - - Sequential Value starting from ``1`` * - ``vid`` - ``BIGINT`` - Identifier of the vertex @@ -104,9 +101,9 @@ Result columns See Also ------------------------------------------------------------------------------- -* Boost `centrality +* Boost's `betweenness_centrality `_ -* Queries uses the :doc:`sampledata` network. +* Queries use the :doc:`sampledata` network. .. rubric:: Indices and tables