summaryrefslogtreecommitdiff
path: root/networkx/generators/classic.py
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightsJGab2015-04-211-1/+1
* Adds generator for complete multipartite graph.Jeffrey Finkelstein2015-04-181-0/+76
* Fix docstest.chebee7i2015-04-141-0/+2
* Clean up docstring example.chebee7i2015-04-131-6/+12
* Update docstring to meet standards.Lucas Jones2015-04-141-5/+36
* Fix style issues in circulant graph generator.Lucas Jones2015-03-301-2/+2
* Add generator function for circulant graphs.Lucas Jones2015-03-271-0/+17
* fix complete_bipartite_graph importSanketDG2015-03-051-1/+1
* Refactor complete_bipartite_graph. Fixes #1375.Jordi Torrents2015-03-021-20/+3
* Adds a generator for the chordal p-cycle graph.Jeffrey Finkelstein2014-12-151-47/+0
* Fix doc entry line for margulis_gabber_galil_graph.chebee7i2014-11-071-8/+8
* Update docstring for `margulis_gabber_galil_graph`.chebee7i2014-11-071-6/+30
* Traililng whitespace.chebee7i2014-11-071-33/+33
* ENH: add an expander graphalex2014-11-061-0/+24
* modified grid_graph generator to not mutate input parametersAndrew Walker2013-01-121-0/+1
* Remove create_using parameter from grid_graph.Aric Hagberg2011-09-191-9/+7
* Fix name in complete_graph().Aric Hagberg2011-09-031-0/+1
* Remove extraneous import of get_file_handle in generators/classic.pyBen Edwards2011-08-171-1/+1
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-1/+1
* Fix iterator version of complete_graph when n<2.Dan Schult2010-11-291-5/+6
* Use itertools in complete graph (handle directed case too).Aric Hagberg2010-10-191-9/+12
* Add new tree function.Aric Hagberg2010-10-181-49/+81
* Minor fixes to documentation, mainly to help Sphinx with one line descriptions.loicseguin2010-08-091-8/+4
* Remove unused datatype_utilsaric2010-08-041-1/+1
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-16/+15
* Use standard "import networkx as nx" in all modulesaric2010-04-171-19/+20
* Move convert_node_labels_to_integers() and relabel_nodes() to convert.pyaric2010-03-231-2/+2
* Add checking for directed/multigraph create_using in classic.py graphs.dschult2009-10-111-20/+40
* Add create_using parameter to every generator function.cellison2009-09-091-30/+33
* License change to BSD.aric2009-08-261-2/+2
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-50/+37
* Make complete_graph work when create_using is a directed graph.dschult2007-08-111-1/+1
* removed dna... May it rest in peace.dschult2006-11-211-2/+0
* M classic.pyaric2006-08-301-2/+2
* use new relable_nodes & remove incorrect documentationswart2006-07-171-4/+1
* I looked through the classic.py generators in response todschult2006-05-181-12/+15
* hack: pass **kwds through complete graph so I can generate a complete XGraph()aric2006-05-051-2/+2
* Changed grid_graph generators to label nodes by index tuples. Added listmyers2006-04-041-26/+11
* normalize the names of graphs so they produce stringsaric2006-03-081-18/+19
* Cleaned up documentationswart2006-03-081-27/+55
* Fixed doctest failuresswart2006-03-081-9/+19
* fixed some doc mistakes regarding node labelingswart2006-03-031-5/+5
* add namesaric2005-12-301-15/+17
* zero-index branch - cleanup and testing, rewrite of powerlaw_cluster_grapharic2005-12-271-68/+80
* modify test hooks for new locationsaric2005-12-011-1/+5
* Move testing directory up one level.aric2005-07-151-1/+1
* Name change from NX->networkxaric2005-07-131-0/+426