Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 1 | -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/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. |