diff options
| author | James Trimble <james.trimble@yahoo.co.uk> | 2020-07-27 17:59:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-27 12:59:37 -0400 |
| commit | aaf4204cd1e085fc34439c698dbc84c09ee40470 (patch) | |
| tree | f4e93a4968673bdc1aad10e962e533e100d6e305 /doc/reference/algorithms | |
| parent | daf7d2d3a7de9973f415b1dd431c69c32f768a66 (diff) | |
| download | networkx-aaf4204cd1e085fc34439c698dbc84c09ee40470.tar.gz | |
Add max_weight_clique to doc (#4110)
Also, minor changes to max_weight_clique docstring such as fixing syntax for
italics and references; added James Trimble to list of contributors.
Diffstat (limited to 'doc/reference/algorithms')
| -rw-r--r-- | doc/reference/algorithms/clique.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/algorithms/clique.rst b/doc/reference/algorithms/clique.rst index c2ac6e9c..4324c3c6 100644 --- a/doc/reference/algorithms/clique.rst +++ b/doc/reference/algorithms/clique.rst @@ -15,3 +15,4 @@ Clique node_clique_number number_of_cliques cliques_containing_node + max_weight_clique |
