summaryrefslogtreecommitdiff
path: root/doc/build/content/tutorial.txt
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-10-21 20:57:10 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-10-21 20:57:10 +0000
commit8657f3bb9b6d9e6a005994ebdc191ec49e4fb65c (patch)
tree11aa3b85fdbf643265d8ac368af8e1c133ccbf1d /doc/build/content/tutorial.txt
parentf2b58b79777dc3e671ae1d2f20033d29c66dbe04 (diff)
downloadsqlalchemy-8657f3bb9b6d9e6a005994ebdc191ec49e4fb65c.tar.gz
merge of new documentation generation system
Diffstat (limited to 'doc/build/content/tutorial.txt')
-rw-r--r--doc/build/content/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/content/tutorial.txt b/doc/build/content/tutorial.txt
index d17c82db6..2cce781ea 100644
--- a/doc/build/content/tutorial.txt
+++ b/doc/build/content/tutorial.txt
@@ -3,7 +3,7 @@ Tutorial
This tutorial provides a relatively simple walking tour through the basic concepts of SQLAlchemy. You may wish to skip it and dive into the [main manual][manual] which is more reference-oriented. The examples in this tutorial comprise a fully working interactive Python session, and are guaranteed to be functioning courtesy of [doctest][].
[doctest]: http://www.python.org/doc/lib/module-doctest.html
-[manual]: rel:howtoread
+[manual]: rel:metadata
Installation
------------