feat(content): Write main content structure and sort it at display
This commit is contained in:
parent
2e8d1940eb
commit
2fc828ce2b
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ DOC_FORMAT ?= html
|
||||
# Today
|
||||
DATE ?= $(date +%d/%m/%Y)
|
||||
SRC_DIR ?= ./content/
|
||||
CONTENT_LIST := $(shell find ${SRC_DIR} -type f -iname '*.md')
|
||||
CONTENT_LIST := $(shell find ${SRC_DIR} -type f -iname '*.md'|sort -u)
|
||||
# Highlight theme: Cf. `pandoc --list-highlight-styles`
|
||||
# tango
|
||||
# pygments
|
||||
|
@ -1 +0,0 @@
|
||||
\newpage
|
@ -1,3 +1,4 @@
|
||||
\newpage
|
||||
|
||||
# Introduction {#introduction}
|
||||
|
||||
|
@ -1,3 +1,20 @@
|
||||
\newpage
|
||||
|
||||
# Remerciements
|
||||
|
||||
TODO: Remerciements
|
||||
|
||||
AVANT TOUT : à Agnès SCHWEITZER sans qui ce projet n'aurait ABSOLUMENT PAS abouti ! Elle a été l'**immense soutien** derrière ces toutes petites mains qui écrivent ces lignes. Je pense qu'elle amènerait à revoir sa notion d'humilité à n'importe qui, tant son travail a été redoutable, efficace et constant.
|
||||
|
||||
* Eliel MONCADA
|
||||
* Hrubech HOMBESSA
|
||||
* Julien SABIOLS
|
||||
|
||||
Sarah BOURAS (Premier contact)
|
||||
Benjamin FICHE (chef de cohorte)
|
||||
Jérémie TAROT (mentor)
|
||||
|
||||
Dorian ROLY
|
||||
Maxime BOULANGHIEN
|
||||
Michael LACHAND
|
||||
Philippe RISSER-MAROIX
|
||||
|
5
content/10_liste_competences.md
Normal file
5
content/10_liste_competences.md
Normal file
@ -0,0 +1,5 @@
|
||||
\newpage
|
||||
|
||||
# Liste de compétences couvertes par le projet
|
||||
|
||||
TODO: Lister compétences du référentiel
|
5
content/20_cahier_des_charges.md
Normal file
5
content/20_cahier_des_charges.md
Normal file
@ -0,0 +1,5 @@
|
||||
\newpage
|
||||
|
||||
# Cahier des charges
|
||||
|
||||
TODO: cahier des charges
|
5
content/30_specifications_techniques.md
Normal file
5
content/30_specifications_techniques.md
Normal file
@ -0,0 +1,5 @@
|
||||
\newpage
|
||||
|
||||
# Spécifications techniques
|
||||
|
||||
TODO: spécifications techniques
|
29
content/40_demarche.md
Normal file
29
content/40_demarche.md
Normal file
@ -0,0 +1,29 @@
|
||||
\newpage
|
||||
|
||||
# Démarche, outils utilisés et collaboration
|
||||
|
||||
TODO: introduction
|
||||
|
||||
## Démarche
|
||||
|
||||
TODO : compléter
|
||||
|
||||
## Outils utilisés
|
||||
|
||||
TODO : compléter
|
||||
|
||||
## Collaboration
|
||||
|
||||
TODO : compléter
|
||||
|
||||
### Équipe Matrix
|
||||
|
||||
Promotion logicielle
|
||||
|
||||
TODO : compléter
|
||||
|
||||
### Équipe Odoo
|
||||
|
||||
Indépendance dépôts pour répartition tâches/équipes
|
||||
|
||||
TODO : compléter
|
7
content/50_realisations.md
Normal file
7
content/50_realisations.md
Normal file
@ -0,0 +1,7 @@
|
||||
\newpage
|
||||
|
||||
# Mes réalisations
|
||||
|
||||
Automatisation upstream -> charts -> infra avec GitlabCI
|
||||
|
||||
TODO : compléter
|
5
content/60_situation_de_travail.md
Normal file
5
content/60_situation_de_travail.md
Normal file
@ -0,0 +1,5 @@
|
||||
\newpage
|
||||
|
||||
# Mise en situation : TODO (compléter sujet)
|
||||
|
||||
TODO : compléter par un sujet avec une mise en situation
|
5
content/80_conclusion.md
Normal file
5
content/80_conclusion.md
Normal file
@ -0,0 +1,5 @@
|
||||
\newpage
|
||||
|
||||
# Conclusion
|
||||
|
||||
TODO: faire la conclusion avec un rappel de l'introduction (ex: intro = le monde manque de temps, conclu = il était temps !)
|
Loading…
Reference in New Issue
Block a user