aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-11 21:59:38 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-11 21:59:38 +0200
commit360c402920507b20080b9030a73f641f34022b4d (patch)
tree051969c42b3eabdd714f55a3f8ee161e4fa66c92
parentfaed2fa84ff988067532ae880df1ca00efb6a993 (diff)
downloadMusicSampler-360c402920507b20080b9030a73f641f34022b4d.tar.gz
MusicSampler-360c402920507b20080b9030a73f641f34022b4d.tar.zst
MusicSampler-360c402920507b20080b9030a73f641f34022b4d.zip
Add skip link to documentation
-rw-r--r--build_readme.py2
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
31print("<p><a href='#lang-en'>Documenation in english</a></p>") 31print("<p><a href='#lang-en'>Documenation in english</a></p>")
32print("<p><a href='#lang-fr'>Documenation en Français</a></p>") 32print("<p><a href='#lang-fr'>Documenation en Français</a></p>")
33print("<p><a href='#lang-bottom'>Bottom of documentation</a></p>")
33print("<hr id='lang-en'/>") 34print("<hr id='lang-en'/>")
34print(get_markdown("documentation_en.md", "en", "Table of contents")) 35print(get_markdown("documentation_en.md", "en", "Table of contents"))
35print("<hr id='lang-fr'/>") 36print("<hr id='lang-fr'/>")
36print(get_markdown("documentation_fr.md", "fr", "Sommaire")) 37print(get_markdown("documentation_fr.md", "fr", "Sommaire"))
38print("<hr id='lang-bottom' style='visibility: hidden' />")