[Python-checkins] commit of r41635 - sandbox/trunk/seealso/README
andrew.kuchling
python-checkins at python.org
Wed Dec 7 17:24:49 CET 2005
Author: andrew.kuchling
Date: Wed Dec 7 17:24:48 2005
New Revision: 41635
Added:
sandbox/trunk/seealso/README
Log:
Forgot the README
Added: sandbox/trunk/seealso/README
==============================================================================
--- (empty file)
+++ sandbox/trunk/seealso/README Wed Dec 7 17:24:48 2005
@@ -0,0 +1,15 @@
+
+Implementation of see-also idea by Fredrik Lundh.
+
+See http://effbot.org/zone/idea-seealso.htm for the XML description.
+
+parse-seealso.py : retrieves a URL, parses contents, adds them to a
+ pickled dictionary
+
+make-seealso.py : reads the dictionary and outputs *.tex files
+
+Error trapping is minimal; usually it'll die with an exception
+if something goes wrong.
+
+--amk
+
More information about the Python-checkins
mailing list