]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- squash-merge the improve_toc branch, which moves all the Sphinx styling
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Dec 2014 22:24:23 +0000 (17:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Dec 2014 22:24:23 +0000 (17:24 -0500)
commit9561321d0328df270c4ff0360dc7a035db627949
treeb40ed7e13e67e6465814f7e74f7769d8dae9d6b5
parent00aaaa4bd4aa150ff9964bf2c00b1404d2e8a140
- squash-merge the improve_toc branch, which moves all the Sphinx styling
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.
79 files changed:
doc/build/builder/__init__.py [deleted file]
doc/build/builder/autodoc_mods.py [deleted file]
doc/build/builder/dialect_info.py [deleted file]
doc/build/builder/mako.py [deleted file]
doc/build/builder/sqlformatter.py [deleted file]
doc/build/builder/util.py [deleted file]
doc/build/builder/viewsource.py [deleted file]
doc/build/conf.py
doc/build/contents.rst
doc/build/core/api_basics.rst [new file with mode: 0644]
doc/build/core/custom_types.rst [new file with mode: 0644]
doc/build/core/engines_connections.rst [new file with mode: 0644]
doc/build/core/expression_api.rst
doc/build/core/index.rst
doc/build/core/schema.rst
doc/build/core/type_api.rst [new file with mode: 0644]
doc/build/core/type_basics.rst [new file with mode: 0644]
doc/build/core/types.rst
doc/build/faq.rst [deleted file]
doc/build/faq/connections.rst [new file with mode: 0644]
doc/build/faq/index.rst [new file with mode: 0644]
doc/build/faq/metadata_schema.rst [new file with mode: 0644]
doc/build/faq/ormconfiguration.rst [new file with mode: 0644]
doc/build/faq/performance.rst [new file with mode: 0644]
doc/build/faq/sessions.rst [new file with mode: 0644]
doc/build/faq/sqlexpressions.rst [new file with mode: 0644]
doc/build/index.rst
doc/build/orm/backref.rst [new file with mode: 0644]
doc/build/orm/basic_relationships.rst [new file with mode: 0644]
doc/build/orm/cascades.rst [new file with mode: 0644]
doc/build/orm/classical.rst [new file with mode: 0644]
doc/build/orm/composites.rst [new file with mode: 0644]
doc/build/orm/constructors.rst [new file with mode: 0644]
doc/build/orm/contextual.rst [new file with mode: 0644]
doc/build/orm/extending.rst [new file with mode: 0644]
doc/build/orm/extensions/declarative.rst [deleted file]
doc/build/orm/extensions/declarative/api.rst [new file with mode: 0644]
doc/build/orm/extensions/declarative/basic_use.rst [new file with mode: 0644]
doc/build/orm/extensions/declarative/index.rst [new file with mode: 0644]
doc/build/orm/extensions/declarative/inheritance.rst [new file with mode: 0644]
doc/build/orm/extensions/declarative/mixins.rst [new file with mode: 0644]
doc/build/orm/extensions/declarative/relationships.rst [new file with mode: 0644]
doc/build/orm/extensions/declarative/table_config.rst [new file with mode: 0644]
doc/build/orm/extensions/index.rst
doc/build/orm/index.rst
doc/build/orm/join_conditions.rst [new file with mode: 0644]
doc/build/orm/loading_columns.rst [new file with mode: 0644]
doc/build/orm/loading_objects.rst [new file with mode: 0644]
doc/build/orm/loading_relationships.rst [moved from doc/build/orm/loading.rst with 100% similarity]
doc/build/orm/mapped_attributes.rst [new file with mode: 0644]
doc/build/orm/mapped_sql_expr.rst [new file with mode: 0644]
doc/build/orm/mapper_config.rst
doc/build/orm/mapping_api.rst [new file with mode: 0644]
doc/build/orm/mapping_columns.rst [new file with mode: 0644]
doc/build/orm/nonstandard_mappings.rst [new file with mode: 0644]
doc/build/orm/persistence_techniques.rst [new file with mode: 0644]
doc/build/orm/query.rst
doc/build/orm/relationship_api.rst [new file with mode: 0644]
doc/build/orm/relationship_persistence.rst [new file with mode: 0644]
doc/build/orm/relationships.rst
doc/build/orm/scalar_mapping.rst [new file with mode: 0644]
doc/build/orm/self_referential.rst [new file with mode: 0644]
doc/build/orm/session.rst
doc/build/orm/session_api.rst [new file with mode: 0644]
doc/build/orm/session_basics.rst [new file with mode: 0644]
doc/build/orm/session_state_management.rst [new file with mode: 0644]
doc/build/orm/session_transaction.rst [new file with mode: 0644]
doc/build/orm/versioning.rst [new file with mode: 0644]
doc/build/requirements.txt
doc/build/static/detectmobile.js [deleted file]
doc/build/static/docs.css [deleted file]
doc/build/static/init.js [deleted file]
doc/build/templates/genindex.mako [deleted file]
doc/build/templates/layout.mako [deleted file]
doc/build/templates/page.mako [deleted file]
doc/build/templates/search.mako [deleted file]
doc/build/templates/static_base.mako [deleted file]
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/ext/declarative/__init__.py