From e269433efddb7e34c7ce455904650b43c401a082 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 10 Nov 2013 02:55:06 -0500 Subject: - 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 --- doc/build/testdocs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/build/testdocs.py') 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:') -- cgit v1.2.1