From: HoonCheol Shin <36983960+hunhoon21@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:37:10 +0000 (+0900) Subject: :pencil2: Fix repetition for same reference page on documentation (#9694) X-Git-Tag: rel_2_0_11~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a17e60ba63f0278a754e1ab7e9ebf9460e07c5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git :pencil2: Fix repetition for same reference page on documentation (#9694) * :pencil2: remove repeat for same reference * :pencil2: apply the suggestion from @zzzeek --- diff --git a/doc/build/orm/inheritance.rst b/doc/build/orm/inheritance.rst index f54506b0ae..6746a0cda5 100644 --- a/doc/build/orm/inheritance.rst +++ b/doc/build/orm/inheritance.rst @@ -258,9 +258,8 @@ loads against a join of the ``employee`` and ``manager`` tables together. Loading Joined Inheritance Mappings +++++++++++++++++++++++++++++++++++ -See the sections :ref:`inheritance_loading_toplevel` and -:ref:`loading_joined_inheritance` for background on inheritance -loading techniques, including configuration of tables +See the section :ref:`inheritance_loading_toplevel` for background +on inheritance loading techniques, including configuration of tables to be queried both at mapper configuration time as well as query time. .. _single_inheritance: