Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix doc gen on Windows platformpr/120 | Bog | 2014-07-21 | 1 | -1/+1 |
| | | | | - replaced hardcoded ":" path separator with OS dependent one. | ||||
* | - some py3k compatibility | Mike Bayer | 2013-11-10 | 1 | -1/+9 |
| | |||||
* | - add a new sphinx extension "viewsource". takes advantage of part of the ↵ | Mike Bayer | 2013-11-09 | 1 | -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. |