summaryrefslogtreecommitdiff
path: root/examples/adjacency_list
Commit message (Collapse)AuthorAgeFilesLines
* - add a new sphinx extension "viewsource". takes advantage of part of the ↵Mike Bayer2013-11-091-0/+2
| | | | | | | | | viewcode extension to allow ad-hoc display of the source of any file, as well as a "directory listing" structure. - reorganize examples/ to take advantage of new extension. in particular, keep moving all the descriptive text for files etc. into module docstrings, taking more advantage of self-documentation.
* modernize this a bitMike Bayer2013-07-271-19/+10
|
* - the raw 2to3 runMike Bayer2013-04-271-3/+3
| | | | - went through examples/ and cleaned out excess list() calls
* trailing whitespace bonanzaMike Bayer2012-07-281-4/+4
|
* modernize adjacency list example, use declarativeMike Bayer2012-01-281-61/+48
|
* - whitespace removal bonanzaMike Bayer2011-01-021-9/+9
|
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-2/+2
| | | | | - converted all eager to joined in examples - fixed beaker/advanced.py to reference RelationshipCache
* - The official name for the relation() function is nowMike Bayer2010-03-171-2/+2
| | | | | | 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-192-6/+16
| | | | | | - 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
* modernized "adjacencytree" exampleMike Bayer2010-01-182-0/+139