Project

General

Profile

Revision 593b45c8

ID593b45c861c1d00e4cc198fad91be8722279d412
Parent 003efe53
Child 00e516e9

Added by Francois POIROTTE over 12 years ago

Conversion ODT -> RST pour doc util. de VigiBoard.

Change-Id: Id981e023a0707e4a5cafc1ac77492d581740a749
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/549
Tested-by: Build system <qa@vigilo-dev.si.c-s.fr>
Reviewed-by: Francois POIROTTE <francois.poirotte@c-s.fr>
(cherry picked from commit d5ce2b8cb89303829ee16a384273887d68c67774)
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/646

View differences:

doc/conf.py
6 6

  
7 7
pdf_documents = [
8 8
        ('admin', "admin-%s" % name, "%s : Guide d'administration" % project, u'Vigilo'),
9
        ('util', "util-%s" % name, "%s : Guide d'utilisation" % project, u'Vigilo'),
9 10
]
10 11

  
11 12
latex_documents = [
12 13
        ('admin', 'admin-%s.tex' % name, u"%s : Guide d'administration" % project,
13 14
         'AA100004-2/ADM00005', 'vigilo'),
15
        ('util', 'util-%s.tex' % name, u"%s : Guide d'utilisation" % project,
16
         'AA100004-2/UTI00002', 'vigilo'),
14 17
]
15 18

  
16 19
execfile("../buildenv/doc/conf.py")

Also available in: Unified diff