Skip to content

Commit

Permalink
Add coloring package to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ysitu committed Jun 7, 2014
1 parent fb1b947 commit eb8d0ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/source/reference/algorithms.coloring.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
********
Coloring
********

.. automodule:: networkx.algorithms.coloring
.. autosummary::
:toctree: generated/

greedy_color
1 change: 1 addition & 0 deletions doc/source/reference/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Algorithms
algorithms.chordal
algorithms.clique
algorithms.clustering
algorithms.coloring
algorithms.community
algorithms.component
algorithms.connectivity
Expand Down

0 comments on commit eb8d0ed

Please sign in to comment.