[cig-commits] r15842 - doc/geodynamics.org/benchmarks/trunk

luis at geodynamics.org luis at geodynamics.org
Mon Oct 19 12:34:04 PDT 2009


Author: luis
Date: 2009-10-19 12:34:03 -0700 (Mon, 19 Oct 2009)
New Revision: 15842

Modified:
   doc/geodynamics.org/benchmarks/trunk/generate.py
Log:
Added module-level docstring to generate.py

Modified: doc/geodynamics.org/benchmarks/trunk/generate.py
===================================================================
--- doc/geodynamics.org/benchmarks/trunk/generate.py	2009-10-19 19:34:00 UTC (rev 15841)
+++ doc/geodynamics.org/benchmarks/trunk/generate.py	2009-10-19 19:34:03 UTC (rev 15842)
@@ -1,5 +1,10 @@
 #!/usr/bin/env python2.6
-#
+# -*- Python -*-
+
+"""
+This script regenerates local .html files from corresponding source files.
+"""
+
 # References:
 # /Library/Frameworks/Python.framework/Versions/Current/bin/rst2html.py
 # http://article.gmane.org/gmane.text.docutils.user/5220



More information about the CIG-COMMITS mailing list