summaryrefslogtreecommitdiff
path: root/doc/build/builder/builders.py
Commit message (Collapse)AuthorAgeFilesLines
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-244/+0
| | | | | | | - build a new Sphinx extension that allows dialect info to be entered as directives which is then rendered consistently throughout all dialect/dbapi sections - break out the "empty_strings" requirement for oracle test
* - rework scoped_session and sessionmaker, [ticket:2500]Mike Bayer2012-09-101-1/+1
| | | | - rewrite tons of session docs
* - add new sphinx handlers to render method and attribute inheritanceMike Bayer2012-09-091-1/+35
| | | | for inherited members
* -whitespace bonanza, contdMike Bayer2012-07-281-6/+6
|
* integrate new readthedocs/sqla.org doc buildMike Bayer2012-01-231-8/+47
|
* add a "jinja2 fallback" renderer for render_string(), which is used for the ↵Mike Bayer2011-12-301-12/+7
| | | | | | | js/css templates we don't really care about. not sure if this is going to break again with a newer sphinx or what, but fixes [ticket:2359] for now.
* long line formattingMike Bayer2011-08-071-1/+1
|
* - fix documentation versions in conf.py, other changes to site layoutMike Bayer2011-07-011-0/+4
|
* - get all comparison operators to document with sphinx - column based, ↵Mike Bayer2011-05-261-1/+1
| | | | | | relationship based. Should fix misunderstandings like [ticket:2177]
* - rework setup.py script to work with:Mike Bayer2011-04-171-0/+5
| | | | | | | | | | - Python 3 - Python 3 builds if Distribute isn't installed - rework install documentation again - raise if doc build with mako < 0.4.1 - Python 3.1 builds force doctest parse but then fails due to distribute bug, so remove usage of backslash \\ in hybrid.py docstring - put in the latest ez_setup.py
* - some doc reorgMike Bayer2011-03-171-1/+1
| | | | | | | | | | - change engine.Connection to _connection_cls so sphinx doesn't get upset - globally add "." to all :class:`Foo` - start naming sections that are mostly docstrings "API Documentation - blah blah" - move some ad-hoc docstrings into "API" sections, there is some inconsistency here and it may be that we just have to leave it that way - add "internals" rsts to core, orm, I'm not super thrilled how these look but they are targeted by some of the public api docs, users typically become aware of these anyway
* - whitespace removal bonanzaMike Bayer2011-01-021-10/+9
|
* - tweak to work with sphinx 1.0b2Mike Bayer2010-06-081-0/+4
| | | | - more open ended language for bound metadata
* all about DDL eventsMike Bayer2009-09-111-2/+2
|
* - updated builders for latest sphinx tipMike Bayer2009-03-021-2/+14
| | | | - applied patch from [ticket:1321]
* - added sphinx handler to allow __init__ methods throughMike Bayer2008-12-171-1/+8
| | | | | | - sqlite module documentation - some corrections to pool docs - the example in URL.translate_connect_args() never made any sense anyway so removed it
* - moved index.rst around to have the API docs right there, no "Main ↵Mike Bayer2008-12-071-1/+15
| | | | | | | Documentation" chapter which is fairly needless. this all allows PDF to have a decent TOC on the side with only two levels (can we change that ?) - added LatexFormatter. - PDF wont work until issue with the docstirng in url.py/URL.translate_connect_args is fixed.
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-0/+131
- 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.