doc
* récupération du dossier doc qui traînait dans gen_confs * impression/canon_wrapper * typos et élimination de warning
This commit is contained in:
parent
351527e594
commit
0383637650
8 changed files with 32 additions and 14 deletions
|
@ -5,6 +5,7 @@
|
|||
.. codeauthor:: Daniel STAN <dstan@crans.org>
|
||||
.. codeauthor:: Antoine Durand-Gasselin <adg@crans.org>
|
||||
|
||||
Pour envoyer des jobs d'impression à l'imprimante canon via son interface web.
|
||||
|
||||
License: GPLv3
|
||||
"""
|
||||
|
@ -214,6 +215,5 @@ if __name__ == '__main__':
|
|||
|
||||
else:
|
||||
parser = build_parser()
|
||||
__doc__ += 'Help message::\n' +\
|
||||
'\n'.join(' ' + l for l in parser.format_help().split('\n'))
|
||||
|
||||
__doc__ += '''\nHelp message : ::\n\n'''
|
||||
__doc__ += '\n'.join(' ' + l for l in parser.format_help().split('\n')) + "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue