summaryrefslogtreecommitdiff
path: root/networkx/generators/trees.py
Commit message (Expand)AuthorAgeFilesLines
* Add generate / write "network text" (formerly graph_str) (#5602)Jon Crall2023-01-301-12/+12
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-071-1/+1
* Fix docstring typo (#4871)Jarrod Millman2021-06-041-2/+2
* Adding an iterative version of prefix tree (#4640)cpurmessur2021-03-131-1/+136
* Deprecate generate_unique_node (#4545)Dan Schult2021-02-011-78/+78
* Replace generate_unique_node internally where not needed (#4537)Dan Schult2021-01-171-4/+3
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-0/+2
* Add random_ordered_tree and forest_str (#4294)Jon Crall2020-12-171-4/+48
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-5/+5
* Format w/ blackJarrod Millman2020-07-101-3/+4
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-7/+0
* Enable more doctestsJarrod Millman2019-10-181-1/+2
* Remove old Python 2 codeJarrod Millman2019-10-181-2/+1
* clean up doctest deprecated codeDan Schult2019-10-121-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* fix prefix_tree doc string (#3165)Kieran2018-09-201-2/+5
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-6/+6
* Update copyrightJarrod Millman2018-01-201-1/+1
* Combine generator modules and tweak docs (#2814)Dan Schult2018-01-061-10/+58
* Adds prefix_tree, dag_to_branching, and example. (#2784)Dan Schult2017-12-021-0/+150