summaryrefslogtreecommitdiff
path: root/examples/elementtree/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* - add a new sphinx extension "viewsource". takes advantage of part of the ↵Mike Bayer2013-11-091-20/+3
| | | | | | | | | 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.
* whack more long lines in very old docstringsMike Bayer2013-02-021-10/+17
|
* -whitespace bonanza, contdMike Bayer2012-07-281-3/+3
|
* - whitespace removal bonanzaMike Bayer2011-01-021-3/+3
|
* - optimized_al doesn't need mapper extensionMike Bayer2010-09-241-6/+11
| | | | - convert to non-bound metadata, Session, session.commit()
* - mega example cleanupMike Bayer2010-01-191-0/+30
| | | | | | - 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
* Added in Examples into the test suite so they get exercised regularly. ↵Michael Trier2009-07-271-0/+0
Cleaned up some deprecation warnings in the examples.