summaryrefslogtreecommitdiff
path: root/doc/build/testdocs.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-03-11 14:44:26 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-03-11 14:44:26 -0400
commit522b426a1ca1ad87e99deba8e8f27b169ca6b16f (patch)
tree541bd8d04dad6d5d74952eeefb2b6a09f2962dda /doc/build/testdocs.py
parent03811c312e58ae37e6d9f65f7ccd4c4905cdf753 (diff)
downloadsqlalchemy-522b426a1ca1ad87e99deba8e8f27b169ca6b16f.tar.gz
- repair doctest for SQL expression tutorial
- remove most use of "whereclause" and "from_obj", not done yet, part of [ticket:2679] - add links to method chained versions for all Select.append_XYZ() calls - add "method chaining" and "generative" to glossary
Diffstat (limited to 'doc/build/testdocs.py')
-rw-r--r--doc/build/testdocs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/testdocs.py b/doc/build/testdocs.py
index 815aa8669..9d84808e5 100644
--- a/doc/build/testdocs.py
+++ b/doc/build/testdocs.py
@@ -60,7 +60,8 @@ 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',:
+for filename in 'core/tutorial',:
filename = '%s.rst' % filename
s = open(filename).read()
#s = replace_file(s, ':memory:')