présentation
This commit is contained in:
parent
f9f7e5c1cd
commit
3d979bfb0f
2 changed files with 5 additions and 9 deletions
|
@ -15,11 +15,9 @@ Authenticité des documents
|
||||||
|
|
||||||
.. literalinclude:: mémoire.pdf.vrf
|
.. literalinclude:: mémoire.pdf.vrf
|
||||||
|
|
||||||
..
|
* :download:`Présentation <présentation.pdf.vrf>`
|
||||||
* :download:`Présentation <présentation.pdf.vrf>`
|
|
||||||
|
|
||||||
..
|
.. literalinclude:: présentation.pdf.vrf
|
||||||
.. literalinclude:: présentation.pdf.vrf
|
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -30,11 +28,9 @@ Signatures numériques
|
||||||
|
|
||||||
.. literalinclude:: mémoire.pdf.asc
|
.. literalinclude:: mémoire.pdf.asc
|
||||||
|
|
||||||
..
|
* :download:`Présentation <présentation.pdf.asc>`
|
||||||
* :download:`Présentation <présentation.pdf.asc>`
|
|
||||||
|
|
||||||
..
|
.. literalinclude:: présentation.pdf.asc
|
||||||
.. literalinclude:: présentation.pdf.asc
|
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
DOCUMENTS = [
|
DOCUMENTS = [
|
||||||
('document', 'mémoire'),
|
# ('document', 'mémoire'),
|
||||||
('presentation', 'présentation'),
|
('presentation', 'présentation'),
|
||||||
]
|
]
|
||||||
TMP = 'tmp'
|
TMP = 'tmp'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue