summaryrefslogtreecommitdiff
path: root/doc/build/lib/highlight.py
Commit message (Collapse)AuthorAgeFilesLines
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-389/+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-2/+2
| | | | |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm
* doc devMike Bayer2006-03-251-1/+7
|
* does pydoc for properties tooMike Bayer2006-01-111-4/+4
|
* license switchMike Bayer2005-12-311-15/+4
|
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-1/+1
| | | | import scheme
* (no commit message)Mike Bayer2005-09-211-1/+0
|
* (no commit message)Mike Bayer2005-09-201-7/+17
|
* docsMike Bayer2005-07-071-0/+385