Skip to content

Commit

Permalink
Add enumerate_all_cliques to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ysitu committed Jun 8, 2014
1 parent 1c00139 commit 7fca822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/algorithms.clique.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Clique
.. autosummary::
:toctree: generated/

enumerate_all_cliques
find_cliques
make_max_clique_graph
make_clique_bipartite
Expand All @@ -14,4 +15,3 @@ Clique
node_clique_number
number_of_cliques
cliques_containing_node

5 changes: 5 additions & 0 deletions doc/source/reference/api_2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Please send comments and questions to the networkx-discuss mailing list:
New functionalities
-------------------

* [`#823 <https://github.com/networkx/networkx/pull/823>`_]
A :samp:`enumerate_all_cliques` function is added in the clique package
(:samp:`networkx.algorithms.clique`) for enumerating all cliques (including
nonmaximal ones) of undirected graphs.

* [`#1105 <https://github.com/networkx/networkx/pull/1105>`_]
A coloring package (:samp:`networkx.algorithms.coloring`) is created for
graph coloring algorithms. Initially, a :samp:`greedy_color` function is
Expand Down

0 comments on commit 7fca822

Please sign in to comment.