]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a new sphinx extension "viewsource". takes advantage of part of the viewcode...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Nov 2013 00:42:01 +0000 (19:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Nov 2013 00:42:01 +0000 (19:42 -0500)
commit546015e6e147130c4f21c87ec9e1537d9f71c3fb
treec7b6cd29f5ee774f8fdd9acbdafcfa12601473d2
parentb03961b8243fa731fdcdbaffa7acd3c718fba0d9
- add a new sphinx extension "viewsource".  takes advantage of part of the viewcode extension
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.
36 files changed:
doc/build/builder/viewsource.py [new file with mode: 0644]
doc/build/conf.py
doc/build/orm/examples.rst
examples/adjacency_list/__init__.py
examples/association/__init__.py
examples/association/basic_association.py
examples/association/dict_of_sets_with_default.py
examples/association/proxied_association.py
examples/custom_attributes/__init__.py
examples/dogpile_caching/__init__.py
examples/dogpile_caching/caching_query.py
examples/dogpile_caching/local_session_caching.py
examples/dogpile_caching/model.py
examples/dogpile_caching/relationship_caching.py [moved from examples/dogpile_caching/relation_caching.py with 90% similarity]
examples/dynamic_dict/__init__.py
examples/elementtree/__init__.py
examples/elementtree/adjacency_list.py
examples/elementtree/optimized_al.py
examples/generic_associations/__init__.py
examples/generic_associations/discriminator_on_association.py
examples/generic_associations/generic_fk.py
examples/generic_associations/table_per_association.py
examples/generic_associations/table_per_related.py
examples/graphs/__init__.py
examples/inheritance/__init__.py
examples/inheritance/concrete.py
examples/inheritance/joined.py
examples/inheritance/single.py
examples/large_collection/__init__.py
examples/nested_sets/__init__.py
examples/postgis/__init__.py
examples/sharding/__init__.py
examples/versioning/__init__.py
examples/versioning/history_meta.py
examples/versioning/test_versioning.py
examples/vertical/__init__.py