summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-07-01 13:19:02 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-07-01 13:19:02 +0000
commit65e9e5627816513b52dd7bcdb258699756434781 (patch)
tree21574f652ed2831b46a3e6b57f4e9102fcafca52 /docutils
parent12f0902548390fe74562621242773250e939d624 (diff)
downloaddocutils-65e9e5627816513b52dd7bcdb258699756434781.tar.gz
put docinfo into comments
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1543 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rwxr-xr-xdocutils/tools/rst2latex.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/docutils/tools/rst2latex.py b/docutils/tools/rst2latex.py
index 640fb27d4..3b7fdae82 100755
--- a/docutils/tools/rst2latex.py
+++ b/docutils/tools/rst2latex.py
@@ -1,12 +1,12 @@
#!/usr/bin/env python
-"""
-:Author: David Goodger
-:Contact: goodger@users.sourceforge.net
-:Revision: $Revision$
-:Date: $Date$
-:Copyright: This module has been placed in the public domain.
+# Author: David Goodger
+# Contact: goodger@users.sourceforge.net
+# Revision: $Revision$
+# Date: $Date$
+# Copyright: This module has been placed in the public domain.
+"""
A minimal front end to the Docutils Publisher, producing LaTeX.
"""