]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
doc fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Jan 2026 16:42:24 +0000 (11:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Jan 2026 16:42:24 +0000 (11:42 -0500)
Change-Id: Ica5aebe16e139dda8035e84f1966805e50c008b6

doc/build/changelog/migration_21.rst
doc/build/changelog/unreleased_21/12168.rst
doc/build/changelog/unreleased_21/12596.rst
doc/build/changelog/unreleased_21/12948.rst
doc/build/dialects/oracle.rst

index 7c2261a38ea66630208e42597ae336e399bea8d5..67a979d589fcaab7bed491aff6a976253e726889 100644 (file)
@@ -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
index ee63cd14fe4a27122cca4db146155ada601da955..40449458940e1f16b1284f820574a2dff3a96c1f 100644 (file)
@@ -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::
index bbcdaf21d6bd7eeda7b2e7ae533e1b715e39272c..e21d7ffa922cd0e7bf9c3381412a0b6068f5f819 100644 (file)
@@ -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 <whatsnew_21_toplevel>`
+        :ref:`change_12596` - in the :ref:`migration guide
+        <migration_21_toplevel>`
index 303b122a5d6b0d3261e8561cbf28e62448cf3bbf..dd3b54de5a0b33e98cafc5736b8cdb00895c559e 100644 (file)
@@ -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 <whatsnew_21_toplevel>`
+        :ref:`change_12948` - in the :ref:`migration guide
+        <migration_21_toplevel>`
 
 
index 369e0d1d773ba27690faa475884034c3ee493062..f9e1933736ad974eddf2d2fe427bbaa36b8df837 100644 (file)
@@ -51,6 +51,7 @@ construction arguments, are as follows:
 
 .. autoclass:: BOOLEAN
    :members: __init__
+   :noindex:
 
 .. autoclass:: DATE
    :members: __init__