mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-23 09:01:23 -04:00
546015e6e1
to allow ad-hoc display of the source of any file, as well as a "directory listing" structure. - reorganize examples/ to take advantage of new extension. in particular, keep moving all the descriptive text for files etc. into module docstrings, taking more advantage of self-documentation.
6 lines
151 B
Python
6 lines
151 B
Python
"""Working examples of single-table, joined-table, and concrete-table
|
|
inheritance as described in :ref:`datamapping_inheritance`.
|
|
|
|
.. autosource::
|
|
|
|
""" |