summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-06-16 08:05:50 -0700
committerGitHub <noreply@github.com>2022-06-16 19:05:50 +0400
commitb7f524031cb41a84198ec458965b8f012e04c26f (patch)
treee8948a5542d3d04b9ad17adb50d197b8d9d40160 /doc/reference
parent07dc9fe44536e0cc11ed5534561a1ce2db15e9f8 (diff)
downloadnetworkx-b7f524031cb41a84198ec458965b8f012e04c26f.tar.gz
Remove coverage and performance from quality (#5775)
* Remove coverage and performance from quality * [skip ci] rm coverage and performance from refguide. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/algorithms/community.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/algorithms/community.rst b/doc/reference/algorithms/community.rst
index ff60d36f..55f7ad61 100644
--- a/doc/reference/algorithms/community.rst
+++ b/doc/reference/algorithms/community.rst
@@ -71,10 +71,8 @@ Measuring partitions
.. autosummary::
:toctree: generated/
- coverage
modularity
partition_quality
- performance
Partitions via centrality measures
----------------------------------