From ba8454136bf1cd6f4a4b5fb4725fd68f273184b7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 21 Oct 2005 05:18:52 +0000 Subject: [PATCH] doc --- doc/build/content/document_base.myt | 33 +++++++++++++++-------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index f618a73aac..814d6e81f3 100644 --- a/doc/build/content/document_base.myt +++ b/doc/build/content/document_base.myt @@ -2,26 +2,27 @@ <%python scope="global"> - files = [ - 'roadmap', - 'pooling', - 'dbengine', - 'metadata', - 'sqlconstruction', - 'datamapping', - 'adv_datamapping', - 'types', - ] + files = [ + 'roadmap', + 'pooling', + 'dbengine', + 'metadata', + 'sqlconstruction', + 'datamapping', + 'unitofwork', + 'adv_datamapping', + 'types', + ] <%attr> - files=files - wrapper='section_wrapper.myt' - onepage='documentation' - index='index' - title='SQLAlchemy Documentation' - version = '0.91' + files=files + wrapper='section_wrapper.myt' + onepage='documentation' + index='index' + title='SQLAlchemy Documentation' + version = '0.91' -- 2.47.2