Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -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 Ellis | 2007-08-03 | 1 | -2/+2 |
| | | | | |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm | ||||
* | doc dev | Mike Bayer | 2006-03-25 | 1 | -1/+7 |
| | |||||
* | does pydoc for properties too | Mike Bayer | 2006-01-11 | 1 | -4/+4 |
| | |||||
* | license switch | Mike Bayer | 2005-12-31 | 1 | -15/+4 |
| | |||||
* | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -1/+1 |
| | | | | import scheme | ||||
* | (no commit message) | Mike Bayer | 2005-09-21 | 1 | -1/+0 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-09-20 | 1 | -7/+17 |
| | |||||
* | docs | Mike Bayer | 2005-07-07 | 1 | -0/+385 |