summaryrefslogtreecommitdiff
path: root/doc/build/builder/viewsource.py
Commit message (Collapse)AuthorAgeFilesLines
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-171-209/+0
| | | | | | and extensions into an external library, and also reorganizes most large documentation pages into many small areas to reduce scrolling and better present the context into a more fine-grained hierarchy.
* Fix doc gen on Windows platformpr/120Bog2014-07-211-1/+1
| | | | - replaced hardcoded ":" path separator with OS dependent one.
* - 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.