/[navidoc]/navidoc/rst2any.py
ViewVC logotype

Diff of /navidoc/rst2any.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by humppake, Fri Mar 21 10:36:27 2003 UTC revision 1.10 by humppake, Fri Mar 21 14:35:53 2003 UTC
# Line 71  def rst2any(input): Line 71  def rst2any(input):
71      """      """
72      Runs docutils for a single file.      Runs docutils for a single file.
73      """      """
74      output = input.split(".")[0]      last_dot = input.rfind('.')
75        if last_dot != -1: output = input[:last_dot]
76        else: output = input
77    
78      dbg_config("Working directory: "+config.working_directory)      dbg_config("Working directory: "+config.working_directory)
79      dbg_config("Input file: "+config.input_filename)      dbg_config("Input file: "+config.input_filename)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26