]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix most sphinx warnings (1.4)
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 May 2022 14:57:51 +0000 (10:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 May 2022 15:21:36 +0000 (11:21 -0400)
commit5e88e6e89a2cf5b583670fa5d0b41881f895a711
treeb76b01125023421f86ba329af4554f3df6e3e47f
parent625020c79838a8765b3dc6d6bca741bd736f67b5
fix most sphinx warnings (1.4)

still can't figure out the warnings with some of the older
changelog files.

this cherry-picks the sphinx fixes from 1.4 and additionally
fixes a small number of new issues in the 2.0 docs. However,
2.0 has many more errors to fix, primarily from the removal
of the legacy tutorials left behind a lot of labels that need
to be re-linked to the new tutorial.

Fixes: #7946
Change-Id: Id657ab23008eed0b133fed65b2f9ea75a626215c
(cherry picked from commit 9b55a423459236ca8a2ced713c9e93999dd18922)
36 files changed:
doc/build/changelog/changelog_06.rst
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_11.rst
doc/build/changelog/changelog_12.rst
doc/build/changelog/changelog_13.rst
doc/build/changelog/changelog_14.rst
doc/build/conf.py
doc/build/core/connections.rst
doc/build/core/constraints.rst
doc/build/core/ddl.rst
doc/build/core/index.rst
doc/build/core/metadata.rst
doc/build/core/reflection.rst
doc/build/dialects/mssql.rst
doc/build/dialects/mysql.rst
doc/build/dialects/postgresql.rst
doc/build/glossary.rst
doc/build/index.rst
doc/build/orm/collections.rst
doc/build/orm/contextual.rst
doc/build/orm/extensions/associationproxy.rst
doc/build/orm/extensions/hybrid.rst
doc/build/orm/internals.rst
doc/build/orm/mapping_styles.rst
doc/build/orm/queryguide.rst
doc/build/tutorial/data_update.rst
doc/build/tutorial/index.rst
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/cursor.py
lib/sqlalchemy/ext/asyncio/session.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/util/langhelpers.py