summaryrefslogtreecommitdiff
path: root/examples/graphs/directed_graph.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify directed graph exampleMike Bayer2016-04-261-47/+43
| | | | | | | | | | Changed the "directed graph" example to no longer consider integer identifiers of nodes as significant; the "higher" / "lower" references now allow mutual edges in both directions. Change-Id: Ibfd5b420f0451a6fc746f0bcbbbb062f8f88dc1d Fixes: #3698 (cherry picked from commit c3de4061fd490adcd8b75c79685f4a831b869f9e)
* -whitespace bonanza, contdMike Bayer2012-07-281-6/+6
|
* - whitespace removal bonanzaMike Bayer2011-01-021-7/+7
|
* modernized the directed graph exampleMike Bayer2010-08-081-49/+50
|
* - The official name for the relation() function is nowMike Bayer2010-03-171-3/+3
| | | | | | relationship(), to eliminate confusion over the relational algebra term. relation() however will remain available in equal capacity for the foreseeable future. [ticket:1740]
* - mega example cleanupMike Bayer2010-01-191-0/+86
- added READMEs to all examples in each __init__.py and added to sphinx documentation - added versioning example - removed vertical/vertical.py, the dictlikes are more straightforward