summaryrefslogtreecommitdiff
path: root/doc/build/testdocs.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-08-07 16:47:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-08-07 16:47:58 -0400
commitdc989a483e0f3ada04460a536499bb8288317092 (patch)
tree446e039bb040d34a500d5f07904125e9e0bddea8 /doc/build/testdocs.py
parentda3ff6096cfc44607d20c76e3509ec77af46f25f (diff)
downloadsqlalchemy-dc989a483e0f3ada04460a536499bb8288317092.tar.gz
more green sections. fun !
Diffstat (limited to 'doc/build/testdocs.py')
-rw-r--r--doc/build/testdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/testdocs.py b/doc/build/testdocs.py
index cc6037969..a07bcd77a 100644
--- a/doc/build/testdocs.py
+++ b/doc/build/testdocs.py
@@ -60,7 +60,7 @@ def replace_file(s, newfile):
raise ValueError("Couldn't find suitable create_engine call to replace '%s' in it" % oldfile)
return s
-for filename in 'orm/tutorial',: # 'core/tutorial',:
+for filename in 'orm/tutorial','core/tutorial',:
filename = '%s.rst' % filename
s = open(filename).read()
#s = replace_file(s, ':memory:')