diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-11 21:59:38 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-11 21:59:38 +0200 |
commit | 360c402920507b20080b9030a73f641f34022b4d (patch) | |
tree | 051969c42b3eabdd714f55a3f8ee161e4fa66c92 | |
parent | faed2fa84ff988067532ae880df1ca00efb6a993 (diff) | |
download | MusicSampler-360c402920507b20080b9030a73f641f34022b4d.tar.gz MusicSampler-360c402920507b20080b9030a73f641f34022b4d.tar.zst MusicSampler-360c402920507b20080b9030a73f641f34022b4d.zip |
Add skip link to documentation
-rw-r--r-- | build_readme.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_readme.py b/build_readme.py index 9f33dbd..e082955 100644 --- a/build_readme.py +++ b/build_readme.py | |||
@@ -30,7 +30,9 @@ def get_markdown(md_file, lang, table_of_content): | |||
30 | 30 | ||
31 | print("<p><a href='#lang-en'>Documenation in english</a></p>") | 31 | print("<p><a href='#lang-en'>Documenation in english</a></p>") |
32 | print("<p><a href='#lang-fr'>Documenation en Français</a></p>") | 32 | print("<p><a href='#lang-fr'>Documenation en Français</a></p>") |
33 | print("<p><a href='#lang-bottom'>Bottom of documentation</a></p>") | ||
33 | print("<hr id='lang-en'/>") | 34 | print("<hr id='lang-en'/>") |
34 | print(get_markdown("documentation_en.md", "en", "Table of contents")) | 35 | print(get_markdown("documentation_en.md", "en", "Table of contents")) |
35 | print("<hr id='lang-fr'/>") | 36 | print("<hr id='lang-fr'/>") |
36 | print(get_markdown("documentation_fr.md", "fr", "Sommaire")) | 37 | print(get_markdown("documentation_fr.md", "fr", "Sommaire")) |
38 | print("<hr id='lang-bottom' style='visibility: hidden' />") | ||