]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
more seealsos...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Aug 2013 00:46:18 +0000 (20:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Aug 2013 00:46:18 +0000 (20:46 -0400)
lib/sqlalchemy/sql/ddl.py

index a17c8ee53f08f4c291a0c1f53d3586d3cde914db..2a81b3394bd2d9edfb09ba60f4f9553fd722b4af 100644 (file)
@@ -43,7 +43,7 @@ class DDLElement(Executable, _DDLCompiles):
             AddConstraint(constraint).execute_if(dialect='postgresql')
         )
 
-    See also:
+    .. seealso::
 
         :class:`.DDL`
 
@@ -195,7 +195,7 @@ class DDLElement(Executable, _DDLCompiles):
         :param state: any value which will be passed to the callable_
           as the ``state`` keyword argument.
 
-        See also:
+        .. seealso::
 
             :class:`.DDLEvents`
 
@@ -360,9 +360,10 @@ class DDL(DDLElement):
           default when ``execute()`` is invoked without a bind argument.
 
 
-        See also:
+        .. seealso::
 
             :class:`.DDLEvents`
+
             :mod:`sqlalchemy.event`
 
         """