gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] navidoc rst2any.py


From: Asko Soukka
Subject: [Gzz-commits] navidoc rst2any.py
Date: Thu, 05 Jun 2003 08:03:49 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/06/05 08:03:49

Modified files:
        .              : rst2any.py 

Log message:
        twid

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/rst2any.py.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: navidoc/rst2any.py
diff -u navidoc/rst2any.py:1.30 navidoc/rst2any.py:1.31
--- navidoc/rst2any.py:1.30     Thu Jun  5 07:05:07 2003
+++ navidoc/rst2any.py  Thu Jun  5 08:03:48 2003
@@ -21,7 +21,7 @@
 # MA  02111-1307  USA
 # 
 
-#$Id: rst2any.py,v 1.30 2003/06/05 11:05:07 humppake Exp $
+#$Id: rst2any.py,v 1.31 2003/06/05 12:03:48 humppake Exp $
 
 #
 # Written by Asko Soukka
@@ -105,7 +105,7 @@
         config.read_navidoc_conf = config.navidoc_conf
 
     if html:
-        dbg('Compiling ReST '+input)
+        dbg('Compiling reST '+input)
         output = output+config.midfix+'.html'
         config.output_filename = os.path.basename(output)
         dbg_config('Output file: '+config.output_filename)
@@ -115,7 +115,7 @@
         docutils.core.publish_cmdline(writer_name='html', argv=args.split())
 
     if latex:
-        dbg('Compiling ReST '+input)
+        dbg('Compiling reST '+input)
         output = output+config.midfix+'.latex'
         config.output_filename = os.path.basename(output)
         dbg_config('Output file: '+config.output_filename)
@@ -161,7 +161,7 @@
 
 def run_docutils(path):
     """
-    Selects all ReST files under ``path`` directory (or the single file
+    Selects all reST files under ``path`` directory (or the single file
     specified by ``path``) and forwards them to conversion method.
     """
     if os.path.isdir(path) and not os.path.islink(path):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]