# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = ./bin/sphinx-build
PAPER =
# Internal variables.
addresses_table.c.city=='New York')),
})
+.. _alternate_collection_implementations:
+
Alternate Collection Implementations
-------------------------------------
--- /dev/null
+Collection Mapping
+==================
+
+This is an in-depth discussion of collection mechanics. For simple examples, see :ref:`alternate_collection_implementations`.
+
+.. automodule:: sqlalchemy.orm.collections
+
+.. autofunction:: attribute_mapped_collection
+
+.. autoclass:: collection
+
+.. autofunction:: collection_adapter
+
+.. autofunction:: column_mapped_collection
+
+.. autofunction:: mapped_collection
+