summaryrefslogtreecommitdiff
path: root/doc/build/lib/docstring.py
Commit message (Collapse)AuthorAgeFilesLines
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-184/+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_nameJason Kirtland2008-05-211-44/+47
|
* Sort methods by __init__, name, __names__Jason Kirtland2007-08-011-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 Kirtland2007-08-011-1/+3
| | | | 2.5 artifact?
* - added Session constructor which turns autoflush/transactional onMike Bayer2007-07-291-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 dayMike Bayer2007-04-291-1/+4
| | | | - docstring work
* some docstrings to provide more detail in the sql packageMike Bayer2007-04-141-4/+6
|
* merged mako doc generation branchMike Bayer2007-03-171-2/+2
|
* merge of new documentation generation systemMike Bayer2006-10-211-2/+5
|
* got linking of classes to work. but what a mess the doc code is now.Mike Bayer2006-10-201-4/+26
|
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-2/+2
| | | | | getting the generated docs to look a little nicer. fixes to extensions, sqlsoup etc. to be compatible with recent API tweaks
* added pre-compiled docstring supportMike Bayer2006-05-121-0/+119