summaryrefslogtreecommitdiff
path: root/www/users_guide/examples.rst
diff options
context:
space:
mode:
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.
+
+