summaryrefslogtreecommitdiff
path: root/docs/users_guide_2_src/16_nonHtml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide_2_src/16_nonHtml.txt')
-rwxr-xr-xdocs/users_guide_2_src/16_nonHtml.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/users_guide_2_src/16_nonHtml.txt b/docs/users_guide_2_src/16_nonHtml.txt
new file mode 100755
index 0000000..b618ab0
--- /dev/null
+++ b/docs/users_guide_2_src/16_nonHtml.txt
@@ -0,0 +1,17 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\section{Non-HTML Output}
+\label{nonHTML}
+
+Cheetah can also output any other text format besides HTML.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsection{Python source code}
+\label{nonHTML.python}
+
+To be written. We're in the middle of working on an autoindenter to
+make it easier to encode Python indentation in a Cheetah template.
+
+% Local Variables:
+% TeX-master: "users_guide"
+% End:
+%# vim: sw=4 ts=4 expandtab