[Python-checkins] r62286 - sandbox/trunk/seealso/README

andrew.kuchling python-checkins at python.org
Fri Apr 11 03:28:51 CEST 2008


Author: andrew.kuchling
Date: Fri Apr 11 03:28:50 2008
New Revision: 62286

Modified:
   sandbox/trunk/seealso/README
Log:
Add example

Modified: sandbox/trunk/seealso/README
==============================================================================
--- sandbox/trunk/seealso/README	(original)
+++ sandbox/trunk/seealso/README	Fri Apr 11 03:28:50 2008
@@ -5,9 +5,11 @@
 
 parse-seealso.py : retrieves a URL, parses contents, adds them to a 
 		   pickled dictionary
-		   
-make-seealso.py : reads the dictionary and outputs *.tex files
 
+Example usage: 
+	parse-seealso.py seealso.xml /tmp/db
+
+		   
 Error trapping is minimal; usually it'll die with an exception 
 if something goes wrong.
 


More information about the Python-checkins mailing list