Fix plugin docs.

This commit is contained in:
Valentin Lorentz
2011-06-28 08:13:53 +02:00
parent 506278f454
commit 2ce465adcd
55 changed files with 409 additions and 409 deletions

View File

@ -52,7 +52,7 @@ def writeDoc(PluginClass, fd, prefix):
}
args['decoration'] = '^'*len('%(prefix_with_trailing_space)s%(command)s%(syntax)s' %
args)
fd.write('.. command-%(prefix_dash)s%(command)s:\n\n'
fd.write('.. _command-%(prefix_dash)s%(command)s:\n\n'
'%(prefix_with_trailing_space)s%(command)s%(syntax)s\n'
'%(decoration)s\n\n'
'%(help_string)s\n\n' % args)