[doc] document dbapi.Connection stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Jan 2013 18:37:48 +0100
branchstable
changeset 8717 0436c231ac48
parent 8716 dd53d8d63b4b
child 8722 407acc41beb5
[doc] document dbapi.Connection
doc/book/en/devrepo/devcore/dbapi.rst
--- a/doc/book/en/devrepo/devcore/dbapi.rst	Fri Mar 08 09:15:09 2013 +0100
+++ b/doc/book/en/devrepo/devcore/dbapi.rst	Wed Jan 09 18:37:48 2013 +0100
@@ -111,15 +111,18 @@
    :members:
 
 
-The `Cursor` API
-~~~~~~~~~~~~~~~~
+The `Cursor` and `Connection` API
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 The whole cursor API is developped below.
 
 .. note::
 
-  In practice we use the `.execute` method on the _cw object of
+  In practice you'll usually use the `.execute` method on the _cw object of
   appobjects. Usage of other methods is quite rare.
 
 .. autoclass:: cubicweb.dbapi.Cursor
    :members:
+
+.. autoclass:: cubicweb.dbapi.Connection
+   :members: