Commit Graph

11 Commits

Author SHA1 Message Date
Jason Kirtland a66c441043 - Be a little smarter about aliased funcs/methods by ignoring func_name 2008-05-21 18:28:24 +00:00
Jason Kirtland 2f14107999 Sort methods by __init__, name, __names__
Supply a little default docstring for __init__
Don't document __repr__, __str__, __getstate__, ...
2007-08-01 17:51:10 +00:00
Jason Kirtland cb12333dd3 Ignore __weakref__ methods. Not sure why they're bubbling up here- a Python 2.5 artifact? 2007-08-01 06:14:26 +00:00
Mike Bayer cf633e2975 - added Session constructor which turns autoflush/transactional on
- 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
2007-07-29 20:30:32 +00:00
Mike Bayer c0f391af95 - fixed textual select elements that got broke the other day
- docstring work
2007-04-29 16:08:36 +00:00
Mike Bayer bb1ec10f3a some docstrings to provide more detail in the sql package 2007-04-14 01:28:45 +00:00
Mike Bayer 4f63e40616 merged mako doc generation branch 2007-03-17 15:14:53 +00:00
Mike Bayer 8657f3bb9b merge of new documentation generation system 2006-10-21 20:57:10 +00:00
Mike Bayer 705ee2cfa3 got linking of classes to work. but what a mess the doc code is now. 2006-10-20 18:46:26 +00:00
Mike Bayer 180d374199 reorganizing classnames a bit, flagging "private" classes in the sql package,
getting the generated docs to look a little nicer.
fixes to extensions, sqlsoup etc. to be compatible with recent API tweaks
2006-10-17 02:03:00 +00:00
Mike Bayer 71fcffb2a2 added pre-compiled docstring support 2006-05-12 19:25:41 +00:00