summaryrefslogtreecommitdiff
path: root/doc/build/builder/util.py
Commit message (Collapse)AuthorAgeFilesLines
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-171-12/+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.
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
|
* for internal link to top render #Mike Bayer2010-09-261-1/+5
|
* - added documentation for Inspector [ticket:1820]Mike Bayer2010-06-131-1/+1
| | | | | - fixed "toplevel" regexp to include tokens of the form foo-bar-toplevel (i.e. multiple dashes) - some CSS adjustment so that all API headings are in gray.
* revert the newline workaround, fix the regexp that was consumingMike Bayer2010-03-201-1/+1
|
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-0/+8
- Documentation has been converted to Sphinx. In particular, the generated API documentation has been constructed into a full blown "API Reference" section which organizes editorial documentation combined with generated docstrings. Cross linking between sections and API docs are vastly improved, a javascript-powered search feature is provided, and a full index of all classes, functions and members is provided.