summaryrefslogtreecommitdiff
path: root/doc/build/lib/toc.py
Commit message (Collapse)AuthorAgeFilesLines
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-83/+0
| | | | | | | | | | | | | - 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.
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' ↵Jonathan Ellis2007-08-031-1/+1
| | | | |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm
* merged mako doc generation branchMike Bayer2007-03-171-8/+15
|
* got a rudimentary one-page display goingMike Bayer2006-12-051-6/+12
|
* merge of new documentation generation systemMike Bayer2006-10-211-0/+70