From: Mike Bayer Date: Wed, 4 Jul 2018 21:48:31 +0000 (-0400) Subject: - fix linking for the query.rst page X-Git-Tag: rel_1_3_0b1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6fb6f6b60e87d00fcd702b92e883cf3c61d07c6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix linking for the query.rst page Change-Id: I269fdd72e372e1bf4f0f85e9fc8e6938adc4f686 --- diff --git a/doc/build/orm/query.rst b/doc/build/orm/query.rst index 8a857c057f..a192bad941 100644 --- a/doc/build/orm/query.rst +++ b/doc/build/orm/query.rst @@ -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