summaryrefslogtreecommitdiff
path: root/examples/inheritance/__init__.py
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.
* whack more long lines in very old docstringsMike Bayer2013-02-021-2/+2
|
* - mega example cleanupMike Bayer2010-01-191-0/+4
- 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