From: Mike Bayer Date: Sat, 17 Jan 2026 16:42:24 +0000 (-0500) Subject: doc fixes X-Git-Tag: rel_2_1_0b1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2849b0d629daf6c8af83fb5196b77eba3a5dfcf9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git doc fixes Change-Id: Ica5aebe16e139dda8035e84f1966805e50c008b6 --- diff --git a/doc/build/changelog/migration_21.rst b/doc/build/changelog/migration_21.rst index 7c2261a38e..67a979d589 100644 --- a/doc/build/changelog/migration_21.rst +++ b/doc/build/changelog/migration_21.rst @@ -1,4 +1,4 @@ -.. _whatsnew_21_toplevel: +.. _migration_21_toplevel: ============================= What's New in SQLAlchemy 2.1? @@ -1551,7 +1551,7 @@ Examples to summarize the change are as follows:: The ``oracledb`` DBAPI driver itself can be installed either directly or via the ``sqlalchemy[oracle]`` extra: -.. sourcecode:: txt +.. sourcecode:: text # install oracledb directly pip install oracledb diff --git a/doc/build/changelog/unreleased_21/12168.rst b/doc/build/changelog/unreleased_21/12168.rst index ee63cd14fe..4044945894 100644 --- a/doc/build/changelog/unreleased_21/12168.rst +++ b/doc/build/changelog/unreleased_21/12168.rst @@ -17,7 +17,7 @@ overriding a default that was actually set elsewhere, such as in relationship / foreign key assignment patterns as well as in :meth:`_orm.Session.merge` scenarios. See the full writeup in the - :ref:`whatsnew_21_toplevel` document which includes guidance on how to + :ref:`migration_21_toplevel` document which includes guidance on how to re-enable the 2.0 version of the behavior if needed. .. seealso:: diff --git a/doc/build/changelog/unreleased_21/12596.rst b/doc/build/changelog/unreleased_21/12596.rst index bbcdaf21d6..e21d7ffa92 100644 --- a/doc/build/changelog/unreleased_21/12596.rst +++ b/doc/build/changelog/unreleased_21/12596.rst @@ -2,8 +2,6 @@ :tags: bug, sql :tickets: 12596 - .. _change_12596_changelog: - Updated the :func:`_sql.over` clause to allow non integer values in :paramref:`_sql.over.range_` clause. Previously, only integer values were allowed and any other values would lead to a failure. @@ -26,4 +24,5 @@ .. seealso:: - :ref:`change_12596` - in the :ref:`migration guide ` + :ref:`change_12596` - in the :ref:`migration guide + ` diff --git a/doc/build/changelog/unreleased_21/12948.rst b/doc/build/changelog/unreleased_21/12948.rst index 303b122a5d..dd3b54de5a 100644 --- a/doc/build/changelog/unreleased_21/12948.rst +++ b/doc/build/changelog/unreleased_21/12948.rst @@ -2,8 +2,6 @@ :tags: usecase, postgresql :tickets: 12948 - .. _change_12948_changelog: - Added support for PostgreSQL 14+ HSTORE subscripting syntax. When connected to PostgreSQL 14 or later, HSTORE columns now automatically use the native subscript notation ``hstore_col['key']`` instead of the arrow operator @@ -17,6 +15,7 @@ .. seealso:: - :ref:`change_12948` - in the :ref:`migration guide ` + :ref:`change_12948` - in the :ref:`migration guide + ` diff --git a/doc/build/dialects/oracle.rst b/doc/build/dialects/oracle.rst index 369e0d1d77..f9e1933736 100644 --- a/doc/build/dialects/oracle.rst +++ b/doc/build/dialects/oracle.rst @@ -51,6 +51,7 @@ construction arguments, are as follows: .. autoclass:: BOOLEAN :members: __init__ + :noindex: .. autoclass:: DATE :members: __init__