Skip to content

Commit cea03be

Browse files
committed
Run search and replace of symbolic module names
Replaces a wide array of Sphinx-relative doc references with an abbreviated absolute form now supported by zzzeeksphinx. Change-Id: I94bffcc3f37885ffdde6238767224296339698a2
1 parent a898ade commit cea03be

186 files changed

Lines changed: 6230 additions & 5392 deletions

File tree

Some content is hidden

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

doc/build/changelog/changelog_07.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
:versions: 0.8.3, 0.9.0b1
5757

5858
Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a
59-
:class:`.Column` object would not be propagated.
59+
:class:`_schema.Column` object would not be propagated.
6060

6161
.. change::
6262
:tags: bug, orm
@@ -133,10 +133,10 @@
133133
:tickets: 2604
134134
:versions: 0.8.0b2
135135

136-
Fixed :meth:`.MetaData.reflect` to correctly use
137-
the given :class:`.Connection`, if given, without
136+
Fixed :meth:`_schema.MetaData.reflect` to correctly use
137+
the given :class:`_engine.Connection`, if given, without
138138
opening a second connection from that connection's
139-
:class:`.Engine`.
139+
:class:`_engine.Engine`.
140140

141141
.. change::
142142
:tags: mssql, bug
@@ -172,8 +172,8 @@
172172
:tags: sql, bug
173173
:tickets: 2643
174174

175-
Fixed bug where :meth:`.Table.tometadata` would fail if a
176-
:class:`.Column` had both a foreign key as well as an
175+
Fixed bug where :meth:`_schema.Table.tometadata` would fail if a
176+
:class:`_schema.Column` had both a foreign key as well as an
177177
alternate ".key" name for the column.
178178

179179
.. change::
@@ -201,7 +201,7 @@
201201
:tags: orm, bug
202202
:tickets: 2640
203203

204-
:meth:`.Query.merge_result` can now load rows from an outer join
204+
:meth:`_query.Query.merge_result` can now load rows from an outer join
205205
where an entity may be ``None`` without throwing an error.
206206

207207
.. change::

doc/build/changelog/changelog_08.rst

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

doc/build/changelog/changelog_09.rst

Lines changed: 170 additions & 170 deletions
Large diffs are not rendered by default.

doc/build/changelog/changelog_10.rst

Lines changed: 161 additions & 161 deletions
Large diffs are not rendered by default.

doc/build/changelog/changelog_11.rst

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

doc/build/changelog/changelog_12.rst

Lines changed: 124 additions & 124 deletions
Large diffs are not rendered by default.

doc/build/changelog/changelog_13.rst

Lines changed: 115 additions & 115 deletions
Large diffs are not rendered by default.

doc/build/changelog/migration_08.rst

Lines changed: 64 additions & 68 deletions
Large diffs are not rendered by default.

doc/build/changelog/migration_09.rst

Lines changed: 69 additions & 70 deletions
Large diffs are not rendered by default.

doc/build/changelog/migration_10.rst

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)