summaryrefslogtreecommitdiff
path: root/docs/users_guide_2_src/B_examples.txt
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-11-16 21:09:13 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2009-11-16 21:09:13 -0800
commitd9ce7916e309e2393d824e249f512d2629e5e181 (patch)
tree6b7ad5cd6292f6e017e048fbeb4551facbabd174 /docs/users_guide_2_src/B_examples.txt
parente43765a679b84c52df875e9629d303e304af50a1 (diff)
downloadpython-cheetah-docs.tar.gz
Revert "Delete the "old" docs directory to make way for fancy smancy sphinx"docs
This reverts commit 5dc95cfcd015628665d3672e56d0551943b5db6b.
Diffstat (limited to 'docs/users_guide_2_src/B_examples.txt')
-rwxr-xr-xdocs/users_guide_2_src/B_examples.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/users_guide_2_src/B_examples.txt b/docs/users_guide_2_src/B_examples.txt
new file mode 100755
index 0000000..6c394fb
--- /dev/null
+++ b/docs/users_guide_2_src/B_examples.txt
@@ -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: