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