Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -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 Ellis | 2007-08-03 | 1 | -1/+1 |
| | | | | |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm | ||||
* | merged mako doc generation branch | Mike Bayer | 2007-03-17 | 1 | -8/+15 |
| | |||||
* | got a rudimentary one-page display going | Mike Bayer | 2006-12-05 | 1 | -6/+12 |
| | |||||
* | merge of new documentation generation system | Mike Bayer | 2006-10-21 | 1 | -0/+70 |