summaryrefslogtreecommitdiff
path: root/networkx/generators/small.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Remove deprecated functions make_small_graph and make_small_undirected_graph ...Mridul Seth2022-06-161-110/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-3/+4
* Deprecate `make_small_graph` and `make_small_undirected_graph` (#5283)Ross Barnowski2022-02-121-0/+34
* Use from_dict_of_lists instead of make_small_graph in generators.small (#5267)Ross Barnowski2022-01-271-214/+206
* Docstrings for the small.py module (#5240)Aishwarya Ramasethu2022-01-181-25/+488
* Update black (#4814)Jarrod Millman2021-05-181-7/+7
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-3/+7
* Format w/ blackJarrod Millman2020-07-101-69/+198
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-7/+0
* Fix issue 3431: Return error in case of bad input to make_small_graph (#3676)Aditya Pal2019-10-231-0/+4
* PEP8 fixesJarrod Millman2019-10-181-6/+2
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-14/+14
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-5/+5
* Update copyrightJarrod Millman2018-01-201-1/+1
* Comply with pep8Jarrod Millman2017-08-141-116/+138
* Use dollar sign for inline mathJarrod Millman2017-08-141-3/+3
* Update copyrightJarrod Millman2017-07-251-1/+1
* Merge pull request #2275 from yawara/add-hoffman-singleton-graphAric Hagberg2016-11-041-19/+35
|\
| * add the Hoffman-Singleton graphYawara ISHIDA2016-10-071-19/+35
* | Update tests in generatorsAric Hagberg2016-07-311-1/+1
|/
* Update copyrightsMridul Seth2016-01-011-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Fix copyrightsJGab2015-04-211-1/+1
* Minor fixes to documentation, mainly to help Sphinx with one line descriptions.loicseguin2010-08-091-1/+2
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-2/+2
* Use standard "import networkx as nx" in all modulesaric2010-04-171-0/+1
* Check/test create_using for directed or multigraph indschult2009-10-111-13/+25
* Add create_using parameter to every generator function.cellison2009-09-091-43/+43
* 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-42/+41
* Changes things to do with kwds in generators:dschult2007-01-111-2/+2
* M small.pyswart2006-08-081-1/+2
* zero-index branch - cleanup and testing, rewrite of powerlaw_cluster_grapharic2005-12-271-23/+30
* 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/+387