diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-10 02:55:06 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-10 02:55:06 -0500 |
| commit | e269433efddb7e34c7ce455904650b43c401a082 (patch) | |
| tree | 65b901a085366cb89bdb70177f91a8419a1fa15a /doc/build/testdocs.py | |
| parent | 409cdafe458e632a1273cbd0f9aa1b25dc25e3c2 (diff) | |
| download | sqlalchemy-e269433efddb7e34c7ce455904650b43c401a082.tar.gz | |
- tutorial updates
- emphasis on not using a custom contructor by default, making sure it's clear that
you *can* use one
- other separation of narrative from special notes using sidebars
Diffstat (limited to 'doc/build/testdocs.py')
| -rw-r--r-- | doc/build/testdocs.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build/testdocs.py b/doc/build/testdocs.py index 9d84808e5..815aa8669 100644 --- a/doc/build/testdocs.py +++ b/doc/build/testdocs.py @@ -60,8 +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 'core/tutorial',: +for filename in 'orm/tutorial','core/tutorial',: filename = '%s.rst' % filename s = open(filename).read() #s = replace_file(s, ':memory:') |
