diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-06 18:29:37 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-06 18:29:37 -0400 |
| commit | 4abcc0da839a57513f18a7a9ea7ee6918d48e4b1 (patch) | |
| tree | e29e41dc50bd497b5be4cfa97f6cac65216243d4 /doc/build/testdocs.py | |
| parent | e57e1482a6c6e280065b929557f06fed2cd5624f (diff) | |
| download | sqlalchemy-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.py | 2 |
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:') |
