summaryrefslogtreecommitdiff
path: root/doc/build/testdocs.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-08-06 18:29:37 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-08-06 18:29:37 -0400
commit4abcc0da839a57513f18a7a9ea7ee6918d48e4b1 (patch)
treee29e41dc50bd497b5be4cfa97f6cac65216243d4 /doc/build/testdocs.py
parente57e1482a6c6e280065b929557f06fed2cd5624f (diff)
downloadsqlalchemy-4abcc0da839a57513f18a7a9ea7ee6918d48e4b1.tar.gz
- rework tutorial to be all declarative, all the time
- add detail to declarative docs about base classes
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 6aeee488a..cc6037969 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:')