summaryrefslogtreecommitdiff
path: root/networkx/generators/line.py
Commit message (Expand)AuthorAgeFilesLines
* Update black (#4814)Jarrod Millman2021-05-181-1/+1
* Replace generate_unique_node internally where not needed (#4537)Dan Schult2021-01-171-15/+12
* Format w/ black==20.8b1Jarrod Millman2020-10-061-7/+5
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-1/+1
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* Format w/ blackJarrod Millman2020-07-101-14/+29
* Update string formatJarrod Millman2020-01-011-2/+2
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+2
* Convert %-format to fstringJarrod Millman2020-01-011-4/+4
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-12/+0
* PEP8 fixesJarrod Millman2019-10-181-2/+2
* Fixes some edge cases for inverse_line_graph(). (#3538)Martin Darmüntzel2019-08-131-3/+17
* Fix inverse_line_graph. (#3507)Martin Darmüntzel2019-08-071-8/+20
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-2/+2
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaël Schoentgen2019-01-081-1/+1
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-2/+2
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-12/+9
* Fix #2880: Allow line_graph to apply to multigraph (#2883)Ramiro Gómez2018-02-201-1/+0
* Pep8 fixesJarrod Millman2018-01-201-2/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Combine generator modules and tweak docs (#2814)Dan Schult2018-01-061-9/+275
* Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)Dan Schult2017-09-071-2/+2
* Comply with pep8Jarrod Millman2017-08-171-2/+7
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-3/+3
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* Fix line generator docstring and missing utf8 coding in directed.py.Jordi Torrents2015-05-031-0/+1
* Cleans documentation for `generators.line`.Jeffrey Finkelstein2015-05-021-58/+61
* Fix unreliable tests uncovered by IronPythonysitu2014-07-031-2/+2
* Make helper line graph functions explicitly private.chebee7i2013-09-081-18/+29
* Remove non-ascii hyphen from references. Set file encoding.chebee7i2013-08-261-2/+3
* Add some line (di)graph literature references.chebee7i2013-08-251-6/+15
* Update line graph code to handle multi(di)graphs and selfloops.chebee7i2013-08-251-33/+174
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-1/+1
* Use standard "import networkx as nx" in all modulesaric2010-04-171-2/+2
* Move freeze, ego_graph, stochastic_graph, and line_graph out of operators.pyaric2010-03-231-0/+69