]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix linking for the query.rst page
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Jul 2018 21:48:31 +0000 (17:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Jul 2018 21:49:59 +0000 (17:49 -0400)
Change-Id: I269fdd72e372e1bf4f0f85e9fc8e6938adc4f686
(cherry picked from commit b6fb6f6b60e87d00fcd702b92e883cf3c61d07c6)

doc/build/orm/query.rst

index 8a857c057fae442475cad5408d4c021dfbe2dcf8..a192bad941436e5a7778ffa62083b03ec5830698 100644 (file)
@@ -1,11 +1,16 @@
-.. _query_api_toplevel:
 .. module:: sqlalchemy.orm
 
+.. _query_api_toplevel:
+
+=========
 Query API
 =========
 
+This section presents the API reference for the ORM :class:`.Query` object.  For a walkthrough
+of how to use this object, see :ref:`ormtutorial_toplevel`.
+
 The Query Object
-----------------
+================
 
 :class:`~.Query` is produced in terms of a given :class:`~.Session`, using the :meth:`~.Session.query` method::
 
@@ -17,7 +22,7 @@ Following is the full interface for the :class:`.Query` object.
    :members:
 
 ORM-Specific Query Constructs
------------------------------
+=============================
 
 .. autofunction:: sqlalchemy.orm.aliased