SVN: r25695 - trunk/quixote/doc

David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Mon, 6 Dec 2004 19:02:26 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: dbinger
Date: 2004-11-30 15:53:44 -0500 (Tue, 30 Nov 2004)
New Revision: 25695

Modified:
   trunk/quixote/doc/demo.txt
   trunk/quixote/doc/form2conversion.txt
   trunk/quixote/doc/web-services.txt
Log:
Update so that rst2html can run on these files.


Modified: trunk/quixote/doc/demo.txt
===================================================================
--- trunk/quixote/doc/demo.txt	2004-11-30 20:44:40 UTC (rev 25694)
+++ trunk/quixote/doc/demo.txt	2004-11-30 20:53:44 UTC (rev 25695)
@@ -102,7 +102,7 @@
 terminal window).  This can be useful.
 
 
-Understanding the root demo.
+Understanding the root demo
 ---------------------------
 
 Start the root demo by running the command:

Modified: trunk/quixote/doc/form2conversion.txt
===================================================================
--- trunk/quixote/doc/form2conversion.txt	2004-11-30 20:44:40 UTC (rev 25694)
+++ trunk/quixote/doc/form2conversion.txt	2004-11-30 20:53:44 UTC (rev 25695)
@@ -1,13 +1,17 @@
 Converting form1 forms to use the form2 library
 ===============================================
-********
-Note:  The packages names have changed in Quixote 2.
+
+Note:  
+-----
+The packages names have changed in Quixote 2.
+
 Quixote form1 forms are now in the package quixote.form1.
 (In Quixote 1, they were in quixote.form.)
 
 Quixote form2 forms are now in the package quixote.form.
 (In Quixote 1, they were in quixote.form2.)
-********
+
+
 Introduction
 ------------
 

Modified: trunk/quixote/doc/web-services.txt
===================================================================
--- trunk/quixote/doc/web-services.txt	2004-11-30 20:44:40 UTC (rev 25694)
+++ trunk/quixote/doc/web-services.txt	2004-11-30 20:53:44 UTC (rev 25695)
@@ -19,14 +19,14 @@
 ==============  =====================
 XML-RPC Type    Python Type or Class
 --------------  ---------------------
-<int>       int
-<double>    float
-<string>    string
-<array>     list
-<struct>    dict
-<boolean>   xmlrpclib.Boolean
-<base64>    xmlrpclib.Binary
-<dateTime>  xmlrpclib.DateTime
+<int>           int
+<double>        float
+<string>        string
+<array>         list
+<struct>        dict
+<boolean>       xmlrpclib.Boolean
+<base64>        xmlrpclib.Binary
+<dateTime>      xmlrpclib.DateTime
 ==============  =====================