Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
  • public
  • tidy
3 results

Target

Select target project
  • fil-l3-stage/portail
1 result
Select Git revision
  • main
  • public
  • tidy
3 results
Show changes
Commits on Source (2)
......@@ -59,7 +59,8 @@ $(OUT)/% : $(SRC)/% | $$(@D)
cp $< $@
$(OUT)/%.php : $(SRC)/%.md signature.html | $$(@D)
pandoc --output $@ --template signature --from markdown --to html $<
pandoc --from markdown --to html --template signature --shift-heading-level-by=1 \
--output $@ $<
# Some shell magic to auto-document the main targets. To have a target appear in
# the output, add a short, one-line comment with a double ## on the same line as
......
......@@ -6,9 +6,9 @@ title: évaluation
La **note de stage** sur 20 est calculée comme suit :
::: { .FORMULE }
<p class=".FORMULE">
10% Professionnalisme + 20% Entreprise + 35% Mémoire + 35% Soutenance
:::
</p>
à partir des éléments suivants :
......
......@@ -9,6 +9,7 @@ BCC 2 Développement personnel et professionnel
:::
Crédits : **3 ECTS**
Il n'y a pas de pré-requis.
# Organisation
......