summaryrefslogtreecommitdiff
path: root/doc/build/builder/viewsource.py
Commit message (Collapse)AuthorAgeFilesLines
* - some py3k compatibilityMike Bayer2013-11-101-1/+9
|
* - add a new sphinx extension "viewsource". takes advantage of part of the ↵Mike Bayer2013-11-091-0/+201
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.