Lines Matching refs:format
79 '''.format(cmdname=cmdname, args=args,
94 sys.stderr.write('warning: argument description is not indented correctly. We need {} spaces as indentation.\n'.format(len(arg_indent)))
95 print('{}'.format(format_arg_text(line[len(arg_indent):])))
120 print('.. describe:: {}'.format(argname))
122 print('{}'.format(format_arg_text(rest.strip())))
130 print('.. describe:: {}'.format(argname))
132 print('{}'.format(format_arg_text(rest.strip())))
142 print('.. option:: {}'.format(argname))
146 print('{}'.format(format_arg_text(rest)))
153 print('{}'.format(subsec))
154 print('{}'.format('~' * len(subsec)))
180 return ' {}'.format(format_text(text))