diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-21 18:36:07 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-21 18:36:07 +0200 |
commit | 940ccd88e7757e9bbb43288ed53a4ec4804bfbe8 (patch) | |
tree | 45505d3113e9b4272325fea8b923252b60d7b330 | |
parent | 2ca79e96c4a2791cdce93f95225a3b7fd0176f34 (diff) | |
download | MusicSampler-940ccd88e7757e9bbb43288ed53a4ec4804bfbe8.tar.gz MusicSampler-940ccd88e7757e9bbb43288ed53a4ec4804bfbe8.tar.zst MusicSampler-940ccd88e7757e9bbb43288ed53a4ec4804bfbe8.zip |
Add sommaire
-rw-r--r-- | build_readme.py | 5 | ||||
-rw-r--r-- | documentation_fr.md | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/build_readme.py b/build_readme.py index 36df8a1..eabed58 100644 --- a/build_readme.py +++ b/build_readme.py | |||
@@ -2,9 +2,12 @@ import markdown | |||
2 | 2 | ||
3 | html = markdown.markdownFromFile( | 3 | html = markdown.markdownFromFile( |
4 | input="documentation_fr.md", | 4 | input="documentation_fr.md", |
5 | extensions=['markdown.extensions.codehilite'], | 5 | extensions=['markdown.extensions.codehilite', 'markdown.extensions.toc'], |
6 | extension_configs={ | 6 | extension_configs={ |
7 | 'markdown.extensions.codehilite': { | 7 | 'markdown.extensions.codehilite': { |
8 | 'noclasses': True, | 8 | 'noclasses': True, |
9 | }, | ||
10 | 'markdown.extensions.toc': { | ||
11 | 'title': 'Sommaire' | ||
9 | } | 12 | } |
10 | }) | 13 | }) |
diff --git a/documentation_fr.md b/documentation_fr.md index c12c666..260f088 100644 --- a/documentation_fr.md +++ b/documentation_fr.md | |||
@@ -1,5 +1,6 @@ | |||
1 | # Music Sampler | 1 | [TOC] |
2 | 2 | ||
3 | # Music Sampler | ||
3 | 4 | ||
4 | ## Description | 5 | ## Description |
5 | 6 | ||