mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-14 12:47:22 -04:00
33 lines
386 B
Myghty
33 lines
386 B
Myghty
<%flags>inherit="doclib.myt"</%flags>
|
|
|
|
<%python scope="global">
|
|
|
|
files = [
|
|
'roadmap',
|
|
'pooling',
|
|
'dbengine',
|
|
'metadata',
|
|
'sqlconstruction',
|
|
'datamapping',
|
|
'adv_datamapping',
|
|
'activerecord',
|
|
|
|
]
|
|
|
|
</%python>
|
|
|
|
<%attr>
|
|
files=files
|
|
wrapper='section_wrapper.myt'
|
|
onepage='documentation'
|
|
index='index'
|
|
title='SQLAlchemy Documentation'
|
|
version = '0.91'
|
|
</%attr>
|
|
|
|
|
|
|
|
|
|
|
|
|