[Zodb-checkins] CVS: StandaloneZODB/Doc - storage.tex:1.3

Fred L. Drake, Jr. fdrake@acm.org
Thu, 24 Jan 2002 14:47:55 -0500


Update of /cvs-repository/StandaloneZODB/Doc
In directory cvs.zope.org:/tmp/cvs-serv11985

Modified Files:
	storage.tex 
Log Message:
Remove cruft from the template, make it format.

=== StandaloneZODB/Doc/storage.tex 1.2 => 1.3 ===
-% documentation is available in ``Documenting Python'', which is part
-% of the standard documentation for Python.  It may be found online
-% at:
-%
-%     http://www.python.org/doc/current/doc/doc.html
-
 \documentclass{howto}
 
-%  This is a template for short or medium-size Python-related documents, 
-% mostly notably the series of HOWTOs, but it can be used for any
-% document you like.   
-
-% The title should be descriptive enough for people to be able to find
-% the relevant document. 
 \title{ZODB Storage API}
 
-% Increment the release number whenever significant changes are made.
-% The author and/or editor can define 'significant' however they like.
 \release{1.00}
 
-% At minimum, give your name and an email address.  You can include a
-% snail-mail address if you like.
 \author{Jeremy Hylton}
-\authoraddress{jeremy@zope.com}
+\authoraddress{\email{jeremy@zope.com}}
 
 \begin{document}
 \maketitle
 
-% This makes the Abstract go on a separate page in the HTML version;
-% if a copyright notice is used, it should go immediately after this.
-%
-\ifhtml
-\chapter*{Front Matter\label{front}}
-\fi
-
-% Copyright statement should go here, if needed.
-% ...
-
-% The abstract should be a paragraph or two long, and describe the
-% scope of the document.
 \begin{abstract}
 \noindent
 A ZODB storage provides the low-level storage for ZODB transactions.
@@ -50,9 +21,6 @@
 
 \tableofcontents
 
-Spammifying sprockets from Python is both fun and entertaining.
-Applying the techniques described here, you can also fill your hard
-disk quite effectively.
 
 \section{Storage Interface}
 
@@ -192,12 +160,13 @@
 If the storage doesn't support undo, then the old version data may be
 discarded. If undo is supported, then this operation must be undoable
 and old transaction data may not be discarded. 
+\end{funcdesc}
 \end{classdesc}
 
-\section{ZODB.BaseStorage implementation}
+\section{ZODB.BaseStorage Implementation}
 
-\section{Notes for storage implementors}
+\section{Notes for Storage Implementors}
 
-\section{Distributed storage interface}
+\section{Distributed Storage Interface}
 
 \end{document}