]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
new docs WIP
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Sep 2020 22:15:42 +0000 (18:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Sep 2020 03:13:46 +0000 (23:13 -0400)
commit5e7acf14a48e8ba1d57e460d686e89d49213e31b
tree7be7de147f2102c6068d84276757660f7dc67167
parent9e31cce582569dfe6fb33b33aadd43d70c2ae593
new docs WIP

This WIP is part of the final push for 1.4's docs
to fully "2.0-ize" what we can, and have it all ready.

So far this includes a rewrite of the 2.0 migration,
set up for the 1.4 /2.0 docs style, and a total redesign
of the index page using a new flex layout in zzzeeksphinx.

It also reworks some of the API reference sections
to have more subheaders.   zzzeeksphinx is also enhanced
to provide automatic summaries for all api doc section.

Change-Id: I01d360cb9c8749520246b96ee6496143c6037918
22 files changed:
doc/build/Makefile
doc/build/changelog/migration_14.rst
doc/build/changelog/migration_20.rst
doc/build/conf.py
doc/build/core/dml.rst
doc/build/core/functions.rst
doc/build/core/selectable.rst
doc/build/core/sqlelement.rst
doc/build/core/tutorial.rst
doc/build/errors.rst
doc/build/index.rst
doc/build/orm/session_transaction.rst
doc/build/orm/tutorial.rst
doc/build/queryguide.rst [new file with mode: 0644]
doc/build/tutorial.rst [new file with mode: 0644]
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/testing/warnings.py