8000 remove all labels and links that are no longer locatable · sqlalchemy/sqlalchemy@5347efa · GitHub
[go: up one dir, main page]

Skip to content

Commit 5347efa

Browse files
committed
remove all labels and links that are no longer locatable
Change-Id: Ic975b8c20bc297d3a04dde0bed143783ae951cd4
1 parent 08515f2 commit 5347efa

File tree

100 files changed

+431
-448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+431
-448
lines changed

doc/build/changelog/changelog_14.rst

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ This document details individual issue-level changes made throughout
77
:ref:`migration_14_toplevel`.
88

99

10-
.. changelog_imports::
11-
12-
.. include:: changelog_13.rst
13-
:start-line: 5
14-
1510

1611
.. changelog::
1712
:version: 1.4.48
@@ -995,7 +990,7 @@ This document details individual issue-level changes made throughout
9 E377 95990

996991
.. seealso::
997992

998-
:ref:`azure_synapse_ignore_no_transaction_on_rollback`
993+
ref_azure_synapse_ignore_no_transaction_on_rollback
999994

1000995
.. change::
1001996
:tags: bug, mypy
@@ -1832,7 +1827,7 @@ This document details individual issue-level changes made throughout
18321827

18331828
.. seealso::
18341829

1835-
:ref:`postgresql_constraint_options`
1830+
ref_postgresql_constraint_options
18361831

18371832
.. change::
18381833
:tags: bug, orm, regression
@@ -1982,7 +1977,7 @@ This document details individual issue-level changes made throughout
19821977

19831978
.. seealso::
19841979

1985-
:ref:`asyncio_events_run_async`
1980+
ref_asyncio_events_run_async
19861981

19871982

19881983
.. change::
@@ -3229,7 +3224,7 @@ This document details individual issue-level changes made throughout
32293224

32303225
.. seealso::
32313226

3232-
:ref:`asyncmy`
3227+
ref_asyncmy
32333228

32343229
.. change::
32353230
:tags: bug, asyncio
@@ -4014,7 +4009,7 @@ This document details individual issue-level changes made throughout
40144009

40154010
.. seealso::
40164011

4017-
:ref:`asyncio_scoped_session`
4012+
ref_asyncio_scoped_session
40184013

40194014
.. change::
40204015
:tags: usecase, mysql
@@ -5293,7 +5288,7 @@ This document details individual issue-level changes made throughout
52935288

52945289
.. seealso::
52955290

5296-
:ref:`mypy_declarative_mixins`
5291+
ref_mypy_declarative_mixins
52975292

52985293

52995294
.. change::
@@ -5582,7 +5577,7 @@ This document details individual issue-level changes made throughout
55825577

55835578
.. seealso::
55845579

5585-
:ref:`aiosqlite`
5580+
ref_aiosqlite
55865581

55875582
.. change::
55885583
:tags: bug, regression, orm, declarative
@@ -5632,7 +5627,7 @@ This document details individual issue-level changes made throughout
56325627

56335628
.. seealso::
56345629

5635-
:ref:`pysqlcipher`
5630+
ref_pysqlcipher
56365631

56375632

56385633
.. change::
@@ -5746,7 +5741,7 @@ This document details individual issue-level changes made throughout
57465741

57475742
.. seealso::
57485743

5749-
:ref:`orm_declarative_dataclasses_mixin`
5744+
ref_orm_declarative_dataclasses_mixin
57505745

57515746
.. change::
57525747
:tags: bug, sql, regression
@@ -5845,7 +5840,7 @@ This document details individual issue-level changes made throughout
58455840

58465841
.. seealso::
58475842

5848-
:ref:`mssql_pyodbc_setinputsizes`
5843+
ref_mssql_pyodbc_setinputsizes
58495844

58505845
.. change::
58515846
:tags: bug, orm, regression
@@ -5947,7 +5942,7 @@ This document details individual issue-level changes made throughout
59475942

59485943
.. seealso::
59495944

5950-
:ref:`mypy_toplevel`
5945+
ref_mypy_toplevel
59515946

59525947
.. change::
59535948
:tags: bug, sql
@@ -6402,7 +6397,7 @@ This document details individual issue-level changes made throughout
64026397

64036398
.. seealso::
64046399

6405-
:ref:`orm_declarative_dataclasses_declarative_table`
6400+
ref_orm_declarative_dataclasses_declarative_table
64066401

64076402
.. change::
64086403
:tags: bug, sql
@@ -6510,7 +6505,7 @@ This document details individual issue-level changes made throughout
65106505

65116506
.. seealso::
65126507

6513-
:ref:`asyncpg_prepared_statement_cache`
6508+
ref_asyncpg_prepared_statement_cache
65146509

65156510
.. change::
65166511
:tags: feature, mysql
@@ -6521,7 +6516,7 @@ This document details individual issue-level changes made throughout
65216516

65226517
.. seealso::
65236518

6524-
:ref:`aiomysql`
6519+
ref_aiomysql
65256520

65266521
.. change::
65276522
:tags: bug, reflection
@@ -6605,7 +6600,7 @@ This document details individual issue-level changes made throughout
66056600

66066601
.. seealso::
66076602

6608-
:ref:`sqlite_on_conflict_insert`
6603+
ref_sqlite_on_conflict_insert
66096604

66106605
.. change::
66116606
:tags: bug, asyncio
@@ -6701,7 +6696,7 @@ This document details individual issue-level changes made throughout
67016696

67026697
:ref:`mapper_automated_reflection_schemes` - in the ORM mapping documentation
67036698

6704-
:ref:`automap_intercepting_columns` - in the :ref:`automap_toplevel` documentation
6699+
ref_automap_intercepting_columns - in the ref_automap_toplevel documentation
67056700

67066701

67076702

@@ -6792,7 +6787,7 @@ This document details individual issue-level changes made throughout
67926787

67936788
.. seealso::
67946789

6795-
:ref:`metadata_reflection_dbagnostic_types` - example usage
6790+
ref_metadata_reflection_dbagnostic_types - example usage
67966791

67976792
.. change::
67986793
:tags: bug, sql
@@ -7523,13 +7518,13 @@ This document details individual issue-level changes made throughout
75237518
:tickets: 3414
75247519

75257520
SQLAlchemy now includes support for Python asyncio within both Core and
7526-
ORM, using the included :ref:`asyncio extension <asyncio_toplevel>`. The
7521+
ORM, using the included ref_asyncio_toplevel. The
75277522
extension makes use of the `greenlet
75287523
<https://greenlet.readthedocs.io/en/latest/>`_ library in order to adapt
75297524
SQLAlchemy's sync-oriented internals such that an asyncio interface that
75307525
ultimately interacts with an asyncio database adapter is now feasible. The
75317526
single driver supported at the moment is the
7532-
:ref:`dialect-postgresql-asyncpg` driver for PostgreSQL.
7527+
ref_dialect-postgresql-asyncpg driver for PostgreSQL.
75337528

75347529
.. seealso::
75357530

@@ -7663,7 +7658,7 @@ This document details individual issue-level changes made throughout
76637658
Microsoft SQL Server. This removes the deprecated feature of using
76647659
:class:`.Sequence` objects to manipulate IDENTITY characteristics which
76657660
should now be performed using ``mssql_identity_start`` and
7666-
``mssql_identity_increment`` as documented at :ref:`mssql_identity`. The
7661+
``mssql_identity_increment`` as documented at ref_mssql_identity. The
76677662
change includes a new parameter :paramref:`.Sequence.data_type` to
76687663
accommodate SQL Server's choice of datatype, which for that backend
76697664
includes INTEGER, BIGINT, and DECIMAL(n, 0). The default starting value
@@ -7814,7 +7809,7 @@ This document details individual issue-level changes made throughout
78147809

78157810
.. seealso::
78167811

7817-
:ref:`oracle_max_identifier_lengths` - in the Oracle dialect documentation
7812+
ref_oracle_max_identifier_lengths - in the Oracle dialect documentation
78187813

78197814

78207815
.. change::
@@ -8284,7 +8279,7 @@ This document details individual issue-level changes made throughout
82848279

82858280
.. seealso::
82868281

8287-
:ref:`postgresql_readonly_deferrable`
8282+
ref_postgresql_readonly_deferrable
82888283

82898284
.. change::
82908285
:tags: mysql, feature
@@ -8549,7 +8544,7 @@ This document details individual issue-level changes made throughout
85498544

85508545
Remove deprecated method ``Session.prune`` and parameter
85518546
``Session.weak_identity_map``. See the recipe at
8552-
:ref:`session_referencing_behavior` for an event-based approach to
8547+
ref_session_referencing_behavior for an event-based approach to
85538548
maintaining strong identity references.
85548549
This change also removes the class ``StrongInstanceDict``.
85558550

doc/build/changelog/changelog_20.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
.. seealso::
111111

112-
:ref:`asyncpg_prepared_statement_name`
112+
ref_asyncpg_prepared_statement_name
113113

114114
.. change::
115115
:tags: typing, bug
@@ -347,7 +347,7 @@
347347

348348
:ref:`error_dcmx` - background on rationale
349349

350-
:ref:`orm_declarative_dc_mixins`
350+
ref_orm_declarative_dc_mixins
351351

352352
.. change::
353353
:tags: bug, postgresql
@@ -625,7 +625,7 @@
625625
SQLAlchemy now computes rowcount for a RETURNING statement in this specific
626626
case by counting the rows returned, rather than relying upon
627627
``cursor.rowcount``. In particular, the ORM versioned rows use case
628-
(documented at :ref:`mapper_version_counter`) should now be fully
628+
(documented at ref_mapper_version_counter) should now be fully
629629
supported with the SQL Server pyodbc dialect.
630630

631631

@@ -829,7 +829,7 @@
829829
:tags: usecase, typing
830830
:tickets: 9321
831831

832-
Improved the typing support for the :ref:`hybrids_toplevel`
832+
Improved the typing support for the ref_hybrids_toplevel
833833
extension, updated all documentation to use ORM Annotated Declarative
834834
mappings, and added a new modifier called :attr:`.hybrid_property.inplace`.
835835
This modifier provides a way to alter the state of a :class:`.hybrid_property`
@@ -845,7 +845,7 @@
845845

846846
.. seealso::
847847

848-
:ref:`hybrid_pep484_naming`
848+
ref_hybrid_pep484_naming
849849

850850
.. change::
851851
:tags: bug, orm
@@ -885,7 +885,7 @@
885885
:tickets: 9295
886886

887887
Adjusted the behavior of the ``thick_mode`` parameter for the
888-
:ref:`oracledb` dialect to correctly accept ``False`` as a value.
888+
ref_oracledb dialect to correctly accept ``False`` as a value.
889889
Previously, only ``None`` would indicate that thick mode should be
890890
disabled.
891891

@@ -936,7 +936,7 @@
936936

937937
.. seealso::
938938

939-
:ref:`dataclasses_pydantic`
939+
ref_dataclasses_pydantic
940940

941941

942942
.. changelog::
@@ -1144,7 +1144,7 @@
11441144
:class:`_orm.Mapper` object is created within the class creation process,
11451145
there was no documented means of running code at this point. The change
11461146
is to immediately benefit custom mapping schemes such as that
1147-
of the :ref:`examples_versioned_history` example, which generate additional
1147+
of the ref_examples_versioned_history example, which generate additional
11481148
mappers and tables in response to the creation of mapped classes.
11491149

11501150

@@ -1174,7 +1174,7 @@
11741174
:tags: bug, examples
11751175
:tickets: 9220
11761176

1177-
Reworked the :ref:`examples_versioned_history` to work with
1177+
Reworked the ref_examples_versioned_history to work with
11781178
version 2.0, while at the same time improving the overall working of
11791179
this example to use newer APIs, including a newly added hook
11801180
:meth:`_orm.MapperEvents.after_mapper_constructed`.
@@ -1406,7 +1406,7 @@
14061406

14071407
.. seealso::
14081408

1409-
:ref:`automap_by_module` - illustrates use of both techniques at once.
1409+
ref_automap_by_module - illustrates use of both techniques at once.
14101410

14111411
.. change::
14121412
:tags: orm, bug
@@ -1520,7 +1520,7 @@
15201520

15211521
.. seealso::
15221522

1523-
:ref:`mssql_comment_support`
1523+
ref_mssql_comment_support
15241524

15251525

15261526
.. changelog::
@@ -1937,7 +1937,7 @@
19371937

19381938
.. seealso::
19391939

1940-
:ref:`orm_declarative_native_dataclasses_non_mapped_fields`
1940+
ref_orm_declarative_native_dataclasses_non_mapped_fields
19411941

19421942

19431943
.. change::
@@ -2172,7 +2172,7 @@
21722172
:tags: bug, orm
21732173
:tickets: 8880
21742174

2175-
Fixed bug in :ref:`orm_declarative_native_dataclasses` feature where using
2175+
Fixed bug in ref_orm_declarative_native_dataclasses feature where using
21762176
plain dataclass fields with the ``__allow_unmapped__`` directive in a
21772177
mapping would not create a dataclass with the correct class-level state for
21782178
those fields, copying the raw ``Field`` object to the class inappropriately
@@ -2186,7 +2186,7 @@
21862186
Added support for the :func:`.association_proxy` extension function to
21872187
take part within Python ``dataclasses`` configuration, when using
21882188
the native dataclasses feature described at
2189-
:ref:`orm_declarative_native_dataclasses`. Included are attribute-level
2189+
ref_orm_declarative_native_dataclasses. Included are attribute-level
21902190
arguments including :paramref:`.association_proxy.init` and
21912191
:paramref:`.association_proxy.default_factory`.
21922192

@@ -2237,7 +2237,7 @@
22372237
attribute constructs including :func:`_orm.mapped_column`,
22382238
:func:`_orm.relationship` etc. to provide for the Python dataclasses
22392239
``compare`` parameter on ``field()``, when using the
2240-
:ref:`orm_declarative_native_dataclasses` feature. Pull request courtesy
2240+
ref_orm_declarative_native_dataclasses feature. Pull request courtesy
22412241
Simon Schiele.
22422242

22432243
.. change::
@@ -3005,7 +3005,7 @@
30053005

30063006
.. seealso::
30073007

3008-
:ref:`sqlite_include_internal`
3008+
ref_sqlite_include_internal
30093009

30103010
.. change::
30113011
:tags: feature, postgresql
@@ -3039,7 +3039,7 @@
30393039

30403040
:ref:`ticket_8054`
30413041

3042-
:ref:`oracledb`
3042+
ref_oracledb
30433043

30443044
.. change::
30453045
:tags: bug, engine
@@ -3197,7 +3197,7 @@
31973197

31983198
:ref:`ticket_6842`
31993199

3200-
:ref:`postgresql_psycopg`
3200+
ref_postgresql_psycopg
32013201

32023202

32033203

@@ -3231,7 +3231,7 @@
32313231
Additionally, classes mapped by :class:`_orm.composite` now support
32323232
ordering comparison operations, e.g. ``<``, ``>=``, etc.
32333233

3234-
See the new documentation at :ref:`mapper_composite` for examples.
3234+
See the new documentation at ref_mapper_composite for examples.
32353235

32363236
.. change::
32373237
:tags: engine, bug
@@ -4005,7 +4005,7 @@
40054005
``'value'``. For normal bound value handling, the :class:`_types.Unicode`
40064006
datatype also may have implications for passing values to the DBAPI, again
40074007
in the case of SQL Server, the pyodbc driver supports the use of
4008-
:ref:`setinputsizes mode <mssql_pyodbc_setinputsizes>` which will handle
4008+
ref_mssql_pyodbc_setinputsizes which will handle
40094009
:class:`_types.String` versus :class:`_types.Unicode` differently.
40104010

40114011

0 commit comments

Comments
 (0)
0