]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add API generation to resolve cross references
authorVraj Mohan <r.vrajmohan@gmail.com>
Fri, 15 Nov 2013 15:08:55 +0000 (10:08 -0500)
committerVraj Mohan <r.vrajmohan@gmail.com>
Sun, 17 Nov 2013 22:37:55 +0000 (17:37 -0500)
doc/build/orm/extensions/instrumentation.rst
lib/sqlalchemy/ext/instrumentation.py

index 2337c39fddf5acbb680fc24cbabe255e63c22c2f..16084e319111da3f628e51bceb12ade134ab07b7 100644 (file)
@@ -10,6 +10,8 @@ API Reference
 
 .. autodata:: INSTRUMENTATION_MANAGER
 
+.. autoclass:: sqlalchemy.orm.instrumentation.InstrumentationFactory
+
 .. autoclass:: InstrumentationManager
     :members:
     :undoc-members:
@@ -17,7 +19,6 @@ API Reference
 .. autodata:: instrumentation_finders
 
 .. autoclass:: ExtendedInstrumentationRegistry
-     
     :members:
 
 
index 714a76e686b1c14f8cfa52b068a998c8009e297f..2cf36e9bd96c3f29b9cc2fb760eec6bcd2061a1b 100644 (file)
@@ -22,7 +22,7 @@ see the example :ref:`examples_instrumentation`.
    :mod:`sqlalchemy.orm.instrumentation` so that it
    takes effect, including recognition of
    ``__sa_instrumentation_manager__`` on mapped classes, as
-   well :attr:`.instrumentation_finders`
+   well :data:`.instrumentation_finders`
    being used to determine class instrumentation resolution.
 
 """