From 87e3f1ae6fefc96d3bfad656ac0847f0a4cba564 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 9 Feb 2017 17:07:25 +0100 Subject: [PATCH] updated indexes --- paradigmesdeprogrammation/README.md | 2 ++ paradigmesdeprogrammation/compiled/README.html | 3 +++ theoriedeslangagesetcompilation/README.md | 2 ++ theoriedeslangagesetcompilation/compile | 3 +++ theoriedeslangagesetcompilation/compiled/README.html | 3 +++ 5 files changed, 13 insertions(+) create mode 100755 theoriedeslangagesetcompilation/compile diff --git a/paradigmesdeprogrammation/README.md b/paradigmesdeprogrammation/README.md index cb25382..3c850c4 100755 --- a/paradigmesdeprogrammation/README.md +++ b/paradigmesdeprogrammation/README.md @@ -7,5 +7,7 @@ Paradigmes de programmation #### TDs +1. [TD 1](../td/compiled/1.html) + #### TPs diff --git a/paradigmesdeprogrammation/compiled/README.html b/paradigmesdeprogrammation/compiled/README.html index 58515a7..292e67f 100755 --- a/paradigmesdeprogrammation/compiled/README.html +++ b/paradigmesdeprogrammation/compiled/README.html @@ -18,6 +18,9 @@
  • Introduction
  • TDs

    +
      +
    1. TD 1
    2. +

    TPs

    diff --git a/theoriedeslangagesetcompilation/README.md b/theoriedeslangagesetcompilation/README.md index 0817dc1..8b7583c 100755 --- a/theoriedeslangagesetcompilation/README.md +++ b/theoriedeslangagesetcompilation/README.md @@ -9,5 +9,7 @@ Théorie des langages de programmation & compilation #### TDs +1. [TD 1](../td/compiled/1.html) + #### TPs diff --git a/theoriedeslangagesetcompilation/compile b/theoriedeslangagesetcompilation/compile new file mode 100755 index 0000000..ea409ae --- /dev/null +++ b/theoriedeslangagesetcompilation/compile @@ -0,0 +1,3 @@ +#!/bin/sh + +pandoc -f markdown -t html5 --css ../../dependencies/pandoc.css $1.md -o compiled/$1.html diff --git a/theoriedeslangagesetcompilation/compiled/README.html b/theoriedeslangagesetcompilation/compiled/README.html index 3cd03d8..ff4be69 100755 --- a/theoriedeslangagesetcompilation/compiled/README.html +++ b/theoriedeslangagesetcompilation/compiled/README.html @@ -20,6 +20,9 @@
  • Chapitre 2 - Grammaire
  • TDs

    +
      +
    1. TD 1
    2. +

    TPs