Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 4 | -2327/+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. | ||||
* | - Be a little smarter about aliased funcs/methods by ignoring func_name | Jason Kirtland | 2008-05-21 | 1 | -44/+47 |
| | |||||
* | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' ↵ | Jonathan Ellis | 2007-08-03 | 2 | -3/+3 |
| | | | | |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm | ||||
* | Sort methods by __init__, name, __names__ | Jason Kirtland | 2007-08-01 | 1 | -9/+31 |
| | | | | | Supply a little default docstring for __init__ Don't document __repr__, __str__, __getstate__, ... | ||||
* | Ignore __weakref__ methods. Not sure why they're bubbling up here- a Python ↵ | Jason Kirtland | 2007-08-01 | 1 | -1/+3 |
| | | | | 2.5 artifact? | ||||
* | - added Session constructor which turns autoflush/transactional on | Mike Bayer | 2007-07-29 | 1 | -5/+13 |
| | | | | | | | - Session is used by unitofwork unit test now as well as session.py tests - fixes to table/schema reflection broken last night - doc updates - other unittest fixes | ||||
* | - fixed textual select elements that got broke the other day | Mike Bayer | 2007-04-29 | 1 | -1/+4 |
| | | | | - docstring work | ||||
* | some docstrings to provide more detail in the sql package | Mike Bayer | 2007-04-14 | 1 | -4/+6 |
| | |||||
* | merged mako doc generation branch | Mike Bayer | 2007-03-17 | 2 | -10/+17 |
| | |||||
* | 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 | 3 | -46/+75 |
| | |||||
* | got linking of classes to work. but what a mess the doc code is now. | Mike Bayer | 2006-10-20 | 1 | -4/+26 |
| | |||||
* | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -2/+2 |
| | | | | | getting the generated docs to look a little nicer. fixes to extensions, sqlsoup etc. to be compatible with recent API tweaks | ||||
* | latest markdown, added "bold link" style to doc generator | Mike Bayer | 2006-10-17 | 1 | -549/+474 |
| | |||||
* | added pre-compiled docstring support | Mike Bayer | 2006-05-12 | 1 | -0/+119 |
| | |||||
* | doc dev | Mike Bayer | 2006-03-25 | 1 | -1/+7 |
| | |||||
* | Tutorial draft (not finished) and documentation framework improvements | Alexey Shamrin | 2006-03-15 | 1 | -0/+1746 |
| | | | | | | | | | | | | | * a first step to a new documentation framework, using Markdown syntax, with some extensions (detailed in txt2myt.py docstrings): * `rel:something` for internal links * `{@name=something}` to override default header names (used when linking) * `{python}` to force code block to use Python syntax highlighting (not needed when using examples with `>>>` prompt) * txt2myt.py -- converter from .txt to .myt * a draft of tutorial.txt, which uses new syntax * testdocs.py -- check examples in documentation using doctest (currently only in tutorial.txt) | ||||
* | 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 |
| | |||||
* | docs | Mike Bayer | 2005-07-07 | 1 | -0/+44 |