summaryrefslogtreecommitdiff
path: root/www/users_guide/examples.rst
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-12-19 15:27:36 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2009-12-19 15:27:36 -0800
commita753724d68880488a27141d1e4f174880d39e154 (patch)
tree26cdf49d72e1b967e9e072a9f7a291e971f86468 /www/users_guide/examples.rst
parent7b1c2ad9f4e5830b5c88d95715014bb4044c090c (diff)
parentffa377c79b12f6b3674cba2267f186d37078d0d7 (diff)
downloadpython-cheetah-a753724d68880488a27141d1e4f174880d39e154.tar.gz
Merge branch 'next'
Diffstat (limited to 'www/users_guide/examples.rst')
-rw-r--r--www/users_guide/examples.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/users_guide/examples.rst b/www/users_guide/examples.rst
new file mode 100644
index 0000000..7304cd1
--- /dev/null
+++ b/www/users_guide/examples.rst
@@ -0,0 +1,27 @@
+Examples
+========
+
+(examples)
+
+The Cheetah distribution comes with an 'examples' directory. Browse
+the files in this directory and its subdirectories for examples of
+how Cheetah can be used.
+
+Syntax examples
+---------------
+
+The {Cheetah.Tests} module contains a large number of test cases
+that can double as examples of how the Cheetah Language works. To
+view these cases go to the base directory of your Cheetah
+distribution and open the file {Cheetah/Tests/SyntaxAndOutput.py}
+in a text editor.
+
+Webware Examples
+----------------
+
+For examples of Cheetah in use with Webware visit the Cheetah and
+Webware wikis or use google. We used to have more examples in the
+cheetah source tarball, but they were out of date and confused
+people.
+
+