diff options
author | R. Tyler Ballance <tyler@monkeypox.org> | 2009-11-16 21:09:13 -0800 |
---|---|---|
committer | R. Tyler Ballance <tyler@monkeypox.org> | 2009-11-16 21:09:13 -0800 |
commit | d9ce7916e309e2393d824e249f512d2629e5e181 (patch) | |
tree | 6b7ad5cd6292f6e017e048fbeb4551facbabd174 /docs/users_guide_src/users_guide.tex | |
parent | e43765a679b84c52df875e9629d303e304af50a1 (diff) | |
download | python-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_src/users_guide.tex')
-rwxr-xr-x | docs/users_guide_src/users_guide.tex | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/users_guide_src/users_guide.tex b/docs/users_guide_src/users_guide.tex new file mode 100755 index 0000000..74949cf --- /dev/null +++ b/docs/users_guide_src/users_guide.tex @@ -0,0 +1,54 @@ + +\documentclass{howto} +\usepackage{moreverb} %% Verbatim Code Listings + +\title{Cheetah Users' Guide} +\release{0.9.17rc1} + +\author{Edited by Mike Orr and Tavis Rudd} +\authoraddress{\email{cheetahtemplate-discuss@lists.sourceforge.net}} + +\begin{document} +\maketitle + +% @@MO: Picture of cheetah from web site. + +\tableofcontents + +\copyright{Copyright 2001-2005, The Cheetah Development Team. + This document may be copied and modified under the terms of the + {\bf Open Publication License} \url{http://www.opencontent.org/openpub/} } + + %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \include{introduction} + \include{glossary} + \include{gettingStarted} + \include{howItWorks} + \include{language} + \include{comments} + \include{output} + \include{inheritanceEtc} + \include{flowControl} + \include{errorHandling} + \include{parserInstructions} + \include{moduleFormatting} + \include{tipsAndTricks} + \include{webware} + \include{otherHtml} + \include{nonHtml} + \include{nonHTML} + \include{libraries} + \include{editors} + + %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \appendix + \include{links} + \include{examples} + \include{comparisons} + \include{optikLicense} + +\end{document} + +% Local Variables: +% TeX-master: "users_guide" +% End: |