From 293714e3c577f63fa051d295a63895e573c339e4 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 23 May 2020 14:40:54 +0200 Subject: [PATCH] Quelques nettoyages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Ajout d'une ligne sur la licence * Enlève le terme "documentation" du titre * Supprime titre redondant sur la page d'accueil --- cours/source/conf.py | 4 +++- cours/source/index.rst | 7 +++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cours/source/conf.py b/cours/source/conf.py index 2a85206..25fa19d 100644 --- a/cours/source/conf.py +++ b/cours/source/conf.py @@ -1,4 +1,4 @@ -project = "Cours Python" +project = "Programmation en Python" copyright = "2020, Dimitri Merejkowsky" author = "Dimitri Merejkowsky" @@ -12,4 +12,6 @@ keep_warnings = True html_show_sourcelink = False html_theme = "agogo" +# Don't use default " documentation" +html_title = project html_static_path = ["_static"] diff --git a/cours/source/index.rst b/cours/source/index.rst index b904d3c..913a143 100644 --- a/cours/source/index.rst +++ b/cours/source/index.rst @@ -1,7 +1,5 @@ -Programmation en Python -======================= - -Bienvenue! +Bienvenue +========= Ce livre contient les supports de cours destinés aux élève de l'École du Logiciel Libre, où je donne des cours sur Python depuis 2018. @@ -12,6 +10,7 @@ J'espère qu'il vous plaira! Sinon, vous pouvez vous rendre sur `ma page de contact `_ et me faire part de vos remarques. +Enfin, notez que ce cours est placé sous licence `CC BY 4.0 `_. Bonne lecture! .. toctree:: :maxdepth: 1