From: Ismaël Bouya Date: Thu, 11 Aug 2016 19:59:38 +0000 (+0200) Subject: Add skip link to documentation X-Git-Tag: 1.2.3~10 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=commitdiff_plain;h=360c402920507b20080b9030a73f641f34022b4d Add skip link to documentation --- 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): print("

Documenation in english

") print("

Documenation en Français

") +print("

Bottom of documentation

") print("
") print(get_markdown("documentation_en.md", "en", "Table of contents")) print("
") print(get_markdown("documentation_fr.md", "fr", "Sommaire")) +print("")