]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- merged -r5338:5429 of sphinx branch.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Dec 2008 16:59:48 +0000 (16:59 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Dec 2008 16:59:48 +0000 (16:59 +0000)
commit1c329624a5e4b9122b047c93cd64fbeb217d8682
treedf09d6ddd169bd37c3c105273c057dba079279c5
parent6eca02a31f9fdbc7d039a89f6f8ea212fe5121d9
- merged -r5338:5429 of sphinx branch.
- 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.
115 files changed:
CHANGES
doc/alphaapi.html [deleted file]
doc/alphaimplementation.html [deleted file]
doc/build/Makefile [new file with mode: 0644]
doc/build/README [deleted file]
doc/build/builder/__init__.py [new file with mode: 0644]
doc/build/builder/builders.py [new file with mode: 0644]
doc/build/builder/util.py [new file with mode: 0644]
doc/build/conf.py [new file with mode: 0644]
doc/build/copyright.rst [new file with mode: 0644]
doc/build/dbengine.rst [new file with mode: 0644]
doc/build/gen_docstrings.py [deleted file]
doc/build/genhtml.py [deleted file]
doc/build/index.rst [new file with mode: 0644]
doc/build/intro.rst [new file with mode: 0644]
doc/build/lib/docstring.py [deleted file]
doc/build/lib/highlight.py [deleted file]
doc/build/lib/markdown.py [deleted file]
doc/build/lib/toc.py [deleted file]
doc/build/mappers.rst [new file with mode: 0644]
doc/build/metadata.rst [new file with mode: 0644]
doc/build/oldcontent/copyright.txt [moved from doc/build/content/copyright.txt with 100% similarity]
doc/build/oldcontent/dbengine.txt [moved from doc/build/content/dbengine.txt with 100% similarity]
doc/build/oldcontent/docstrings.html [moved from doc/build/content/docstrings.html with 100% similarity]
doc/build/oldcontent/documentation.html [moved from doc/build/content/documentation.html with 100% similarity]
doc/build/oldcontent/index.html [moved from doc/build/content/index.html with 100% similarity]
doc/build/oldcontent/intro.txt [moved from doc/build/content/intro.txt with 100% similarity]
doc/build/oldcontent/mappers.txt [moved from doc/build/content/mappers.txt with 100% similarity]
doc/build/oldcontent/metadata.txt [moved from doc/build/content/metadata.txt with 100% similarity]
doc/build/oldcontent/ormtutorial.txt [moved from doc/build/content/ormtutorial.txt with 100% similarity]
doc/build/oldcontent/plugins.txt [moved from doc/build/content/plugins.txt with 100% similarity]
doc/build/oldcontent/pooling.txt [moved from doc/build/content/pooling.txt with 99% similarity]
doc/build/oldcontent/session.txt [moved from doc/build/content/session.txt with 100% similarity]
doc/build/oldcontent/sqlexpression.txt [moved from doc/build/content/sqlexpression.txt with 100% similarity]
doc/build/oldcontent/tutorial.txt [moved from doc/build/content/tutorial.txt with 100% similarity]
doc/build/oldcontent/types.txt [moved from doc/build/content/types.txt with 100% similarity]
doc/build/ormtutorial.rst [new file with mode: 0644]
doc/build/read_markdown.py [deleted file]
doc/build/reference/dialects/access.rst [new file with mode: 0644]
doc/build/reference/dialects/firebird.rst [new file with mode: 0644]
doc/build/reference/dialects/index.rst [new file with mode: 0644]
doc/build/reference/dialects/informix.rst [new file with mode: 0644]
doc/build/reference/dialects/maxdb.rst [new file with mode: 0644]
doc/build/reference/dialects/mssql.rst [new file with mode: 0644]
doc/build/reference/dialects/mysql.rst [new file with mode: 0644]
doc/build/reference/dialects/oracle.rst [new file with mode: 0644]
doc/build/reference/dialects/postgres.rst [new file with mode: 0644]
doc/build/reference/dialects/sqlite.rst [new file with mode: 0644]
doc/build/reference/dialects/sybase.rst [new file with mode: 0644]
doc/build/reference/ext/associationproxy.rst [new file with mode: 0644]
doc/build/reference/ext/declarative.rst [new file with mode: 0644]
doc/build/reference/ext/index.rst [new file with mode: 0644]
doc/build/reference/ext/orderinglist.rst [new file with mode: 0644]
doc/build/reference/ext/serializer.rst [new file with mode: 0644]
doc/build/reference/ext/sqlsoup.rst [new file with mode: 0644]
doc/build/reference/index.rst [new file with mode: 0644]
doc/build/reference/orm/index.rst [new file with mode: 0644]
doc/build/reference/orm/interfaces.rst [new file with mode: 0644]
doc/build/reference/orm/mapping.rst [new file with mode: 0644]
doc/build/reference/orm/query.rst [new file with mode: 0644]
doc/build/reference/orm/sessions.rst [new file with mode: 0644]
doc/build/reference/orm/utilities.rst [new file with mode: 0644]
doc/build/reference/sqlalchemy/connections.rst [new file with mode: 0644]
doc/build/reference/sqlalchemy/expressions.rst [new file with mode: 0644]
doc/build/reference/sqlalchemy/index.rst [new file with mode: 0644]
doc/build/reference/sqlalchemy/interfaces.rst [new file with mode: 0644]
doc/build/reference/sqlalchemy/pooling.rst [new file with mode: 0644]
doc/build/reference/sqlalchemy/schema.rst [new file with mode: 0644]
doc/build/reference/sqlalchemy/types.rst [new file with mode: 0644]
doc/build/session.rst [new file with mode: 0644]
doc/build/sqlexpression.rst [new file with mode: 0644]
doc/build/static/docs.css [new file with mode: 0644]
doc/build/static/init.js [new file with mode: 0644]
doc/build/templates/autohandler [deleted file]
doc/build/templates/base.html [deleted file]
doc/build/templates/content_layout.html [deleted file]
doc/build/templates/formatting.html [deleted file]
doc/build/templates/genindex.mako [new file with mode: 0644]
doc/build/templates/layout.mako [new file with mode: 0644]
doc/build/templates/module.html [deleted file]
doc/build/templates/nav.html [deleted file]
doc/build/templates/page.mako [new file with mode: 0644]
doc/build/templates/pydoc.html [deleted file]
doc/build/templates/search.mako [new file with mode: 0644]
doc/build/templates/site_base.mako [new file with mode: 0644]
doc/build/templates/static_base.mako [new file with mode: 0644]
doc/build/templates/toc.html [deleted file]
doc/build/testdocs.py
doc/docs.css [deleted file]
doc/docutil.css [deleted file]
doc/scripts.js [deleted file]
doc/style.css [deleted file]
doc/syntaxhighlight.css [deleted file]
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/exc.py
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/ext/orderinglist.py
lib/sqlalchemy/interfaces.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/functions.py
lib/sqlalchemy/types.py