summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/community_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Format w/ blackJarrod Millman2020-07-101-1/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-11/+0
* Fix many documentation based Issues (#3609)Dan Schult2019-09-291-11/+13
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Adds missing __all__ attributes.Jeffrey Finkelstein2016-04-201-0/+2
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-4/+4
* Adds Kernighan--Lin bipartition algorithm.Moritz Emanuel Beber2016-01-081-0/+35