updated indexes
This commit is contained in:
parent
15adaa105b
commit
87e3f1ae6f
|
@ -7,5 +7,7 @@ Paradigmes de programmation
|
||||||
|
|
||||||
#### TDs
|
#### TDs
|
||||||
|
|
||||||
|
1. [TD 1](../td/compiled/1.html)
|
||||||
|
|
||||||
#### TPs
|
#### TPs
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,9 @@
|
||||||
<li><a href="../cours/compiled/introduction.html">Introduction</a></li>
|
<li><a href="../cours/compiled/introduction.html">Introduction</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
<h4 id="tds">TDs</h4>
|
<h4 id="tds">TDs</h4>
|
||||||
|
<ol type="1">
|
||||||
|
<li><a href="../td/compiled/1.html">TD 1</a></li>
|
||||||
|
</ol>
|
||||||
<h4 id="tps">TPs</h4>
|
<h4 id="tps">TPs</h4>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -9,5 +9,7 @@ Théorie des langages de programmation & compilation
|
||||||
|
|
||||||
#### TDs
|
#### TDs
|
||||||
|
|
||||||
|
1. [TD 1](../td/compiled/1.html)
|
||||||
|
|
||||||
#### TPs
|
#### TPs
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
pandoc -f markdown -t html5 --css ../../dependencies/pandoc.css $1.md -o compiled/$1.html
|
|
@ -20,6 +20,9 @@
|
||||||
<li><a href="../cours/compiled/2.html">Chapitre 2 - Grammaire</a></li>
|
<li><a href="../cours/compiled/2.html">Chapitre 2 - Grammaire</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
<h4 id="tds">TDs</h4>
|
<h4 id="tds">TDs</h4>
|
||||||
|
<ol type="1">
|
||||||
|
<li><a href="../td/compiled/1.html">TD 1</a></li>
|
||||||
|
</ol>
|
||||||
<h4 id="tps">TPs</h4>
|
<h4 id="tps">TPs</h4>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue