summaryrefslogtreecommitdiff
path: root/networkx/generators/classic.py
Commit message (Expand)AuthorAgeFilesLines
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Get rid of invalid escape sequences. (#4789)Ross Barnowski2021-05-111-1/+1
* binomial_tree() with "create_using parameter (#4461)R. Bernstein2020-12-151-3/+8
* Updates to docs and imports for classic.py (#4424)Dan Schult2020-12-061-35/+38
* Format w/ black==20.8b1Jarrod Millman2020-10-061-7/+5
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-7/+25
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* Format w/ blackJarrod Millman2020-07-101-31/+31
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-2/+2
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+0
* Use itertools accumulateJarrod Millman2019-10-181-1/+1
* PEP8 fixesJarrod Millman2019-10-181-5/+7
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Binomial trees generator (#3409)Efraim Rodrigues2019-05-031-0/+27
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-10/+10
* Pull request to set up python3.7 testing on travis (#3054)Dan Schult2018-07-081-0/+2
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-51/+71
* Update copyrightJarrod Millman2018-01-201-1/+1
* Removed unused imports (#2653)James Lamb2017-10-011-2/+0
* Comply with pep8Jarrod Millman2017-08-141-1/+2
* Use dollar sign for inline mathJarrod Millman2017-08-141-37/+38
* Simplify base classes. (#2604)Dan Schult2017-08-121-2/+2
* Remove automatic assignment of G.name from many generators (#2557)Dan Schult2017-07-271-18/+0
* Add triangular and hexagonal lattice generators (#2103)Dan Schult2017-07-081-147/+47
* Allow grid_graph generator to accept tuple dim argumentSebastian Pucilowski2016-11-281-10/+7
* Merge pull request #2218 from mcognetta/turan_docsAric Hagberg2016-11-041-14/+11
|\
| * Changed doc string to get raw text. Also updated the language used to be more...Marco Cognetta2016-08-071-4/+4
| * Removed unnecessary typechecking from Turan Graph and fixed some parameter sp...Marco Cognetta2016-08-071-5/+2
| * Added Turan to generators.rst file and updated Turan docs to include math tagsMarco Cognetta2016-08-071-5/+5
* | removed commented out codeMarco Cognetta2016-08-081-86/+0
* | Updated complete_multipartite_graph generator docs. Changed the word block to...Marco Cognetta2016-08-081-1/+86
|/
* Merge pull request #2172 from mcognetta/turan_graphAric Hagberg2016-07-021-0/+38
|\
| * Update classic.pymcognetta2016-06-261-12/+23
| * Initial Turan Graph Generator Codemcognetta2016-06-151-0/+27
* | Changed barbell_graph and ladder_graph to use the pairwise function instead o...Marco Cognetta2016-06-191-4/+4
* | Updated barbell_graph and ladder_graph to use generators only instead of crea...Marco Cognetta2016-06-191-5/+5
|/
* string literals in docstrings get no backticks.Dan Schult2016-03-071-1/+1
* Update docs that should use math modeDan Schult2016-03-071-1/+1
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-13/+13
* Fix docstring exampleDan Schult2016-01-161-1/+1
* Update docstrings for nodes_or_neighborsDan Schult2016-01-151-43/+116
* PEP8 spacing changesDan Schult2016-01-131-134/+153
* Update doc_strings in classic.py for nodes_or_numberDan Schult2016-01-131-25/+25
* Overload graph generators to allow nodes or numberDan Schult2016-01-081-100/+166
* Update copyrightsMridul Seth2016-01-011-1/+1
* Makes balanced unary tree generator return path.Jeffrey Finkelstein2015-09-161-28/+41
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-4/+4
* Fix copyrightsJGab2015-04-211-1/+1
* Adds generator for complete multipartite graph.Jeffrey Finkelstein2015-04-181-0/+76