summaryrefslogtreecommitdiff
path: root/docs/users_guide_src/examples.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide_src/examples.tex')
-rwxr-xr-xdocs/users_guide_src/examples.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/users_guide_src/examples.tex b/docs/users_guide_src/examples.tex
new file mode 100755
index 0000000..6c394fb
--- /dev/null
+++ b/docs/users_guide_src/examples.tex
@@ -0,0 +1,24 @@
+\section{Examples}
+\label{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.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsection{Syntax examples}
+The \code{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
+\code{Cheetah/Tests/SyntaxAndOutput.py} in a text editor.
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsection{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.
+
+% Local Variables:
+% TeX-master: "users_guide"
+% End: