summaryrefslogtreecommitdiff
path: root/doc/build/builder
Commit message (Collapse)AuthorAgeFilesLines
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-177-695/+0
| | | | | | and extensions into an external library, and also reorganizes most large documentation pages into many small areas to reduce scrolling and better present the context into a more fine-grained hierarchy.
* Fix doc gen on Windows platformpr/120Bog2014-07-211-1/+1
| | | | - replaced hardcoded ":" path separator with OS dependent one.
* docsMike Bayer2014-02-251-3/+4
|
* - The new dialect-level keyword argument system for schema-levelMike Bayer2014-02-251-1/+1
| | | | | | | | | constructs has been enhanced in order to assist with existing schemes that rely upon addition of ad-hoc keyword arguments to constructs. - To suit the use case of allowing custom arguments at construction time, the :meth:`.DialectKWArgs.argument_for` method now allows this registration. fixes #2962
* - some py3k compatibilityMike Bayer2013-11-101-1/+9
|
* - add a new sphinx extension "viewsource". takes advantage of part of the ↵Mike Bayer2013-11-091-0/+201
| | | | | | | | | viewcode extension to allow ad-hoc display of the source of any file, as well as a "directory listing" structure. - reorganize examples/ to take advantage of new extension. in particular, keep moving all the descriptive text for files etc. into module docstrings, taking more advantage of self-documentation.
* - use pypi changelog pluginMike Bayer2013-11-091-354/+0
| | | | | - remove outdated pullreq links - support pullreq links for bitbucket or github and add a few
* fix to the changelog system for when there's no change recs in the bodyMike Bayer2013-10-271-1/+5
|
* - farm out everthing to do with rtd out to the sqlalchemy.org siteMike Bayer2013-10-271-35/+17
|
* render "backports"/ "forward ports" automatically, only write outMike Bayer2013-09-171-17/+71
| | | | changelog once
* yikes return the modname if no lookup found...Mike Bayer2013-08-211-0/+2
|
* additoinalMike Bayer2013-08-181-16/+26
|
* - reorganize docs so expression, schema are broken out into subfiles, ↵Mike Bayer2013-08-181-3/+33
| | | | | | they're too big - fix the targeting of module names moved around by using custom handlers for "Bases", etc.
* - add support for introductory notes following .. changelog:: directiveMike Bayer2013-03-021-0/+10
|
* - fix to PDF generation failing totally, latex tools hereMike Bayer2013-02-142-11/+11
| | | | are broken but will see if RTD produces a pdf
* comment out PDF for now, it sucksMike Bayer2012-11-181-6/+8
|
* - add a missing reference handler to handle the inheriting names that aren't ↵Mike Bayer2012-10-281-3/+15
| | | | in the docs
* add changelogsMike Bayer2012-10-251-1/+15
|
* - support multiple top-level cats in a changesetMike Bayer2012-10-221-25/+28
| | | | - include ticket in the md5
* - add md5-hashed links to changelog entriesMike Bayer2012-10-211-3/+23
|
* add support to link to changelogs and pullrequestsMike Bayer2012-10-211-18/+38
|
* updated changelog thingMike Bayer2012-10-202-9/+17
|
* - genericize the changelog plugin a bit, lets see if it works in other projectsMike Bayer2012-10-203-117/+60
|
* - move all CHANGES files into the sphinx docs. this is rudimental nowMike Bayer2012-10-203-3/+270
| | | | | | but puts the changelog in a more data driven format, so that we can begin linking version directives with them as well as with migration documents, once those are also moved into sphinx.
* - clarify what the link isMike Bayer2012-10-191-1/+2
|
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-196-244/+445
| | | | | | | - 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-022-12/+11
|
* for internal link to top render #Mike Bayer2010-09-261-1/+5
|
* - added documentation for Inspector [ticket:1820]Mike Bayer2010-06-131-1/+1
| | | | | - fixed "toplevel" regexp to include tokens of the form foo-bar-toplevel (i.e. multiple dashes) - some CSS adjustment so that all API headings are in gray.
* - tweak to work with sphinx 1.0b2Mike Bayer2010-06-081-0/+4
| | | | - more open ended language for bound metadata
* revert the newline workaround, fix the regexp that was consumingMike Bayer2010-03-201-1/+1
|
* 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-063-0/+139
- 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.