From 17fbda91f5e16859500db5e8ec7b8f25ef972021 Mon Sep 17 00:00:00 2001
From: Olivier Bonaventure <Olivier.Bonaventure@uclouvain.be>
Date: Tue, 28 Jan 2020 18:03:26 +0100
Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20liens=20intersphin?=
 =?UTF-8?q?x?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Exercices/conf.py   |  3 +--
 Exercices/index.rst | 17 ++++++++++-------
 Outils/conf.py      |  2 +-
 Outils/index.rst    | 19 ++++++++++---------
 Theorie/conf.py     |  3 +++
 Theorie/index.rst   | 16 +++++++++++-----
 6 files changed, 36 insertions(+), 24 deletions(-)

diff --git a/Exercices/conf.py b/Exercices/conf.py
index a89f573..524c4df 100644
--- a/Exercices/conf.py
+++ b/Exercices/conf.py
@@ -110,9 +110,8 @@ rst_epilog = """
 .. include:: /../Theorie/man_links.rst
 .. include:: /../Theorie/incl_links.rst
 """
-
 # Intersphinx
-intersphinx_mapping = {'theorie': ('https://sites.uclouvain.be/SystInfo/notes/Theorie/html/', None), 'outils': ('https://sites.uclouvain.be/SystInfo/notes/Outils/html/', None), 'exercices': ('https://sites.uclouvain.be/SystInfo/notes/Exercices/html/', None)}
+intersphinx_mapping = {'theorie': ('https://sites.uclouvain.be/SyllabusC/notes/Theorie/', None), 'outils': ('https://sites.uclouvain.be/SyllabusC/notes/Outils/', None), 'exercices': ('https://sites.uclouvain.be/SyllabusC/notes/Exercices/', None)}
 
 # -- Options for Spelling extension ------------------------------------------
 
diff --git a/Exercices/index.rst b/Exercices/index.rst
index 4b73b27..56c153a 100644
--- a/Exercices/index.rst
+++ b/Exercices/index.rst
@@ -3,14 +3,20 @@
 .. Ce fichier est distribué sous une licence `creative commons <http://creativecommons.org/licenses/by-sa/3.0/>`_
 
 
-##################################
-Systèmes informatiques : Exercices
-##################################
+######################
+Syllabus C : Exercices
+######################
 
+.. spelling::
 
+   pull-requests
+   pull
+   requests
+ 
 .. only:: html
 
-    Ce site web contient les exercices du cours `SINF1252 <http://www.uclouvain.be/cours-2015-LSINF1252.html>`_ donné aux `étudiants en informatique <http://www.uclouvain.be/info.html>`_ à l'`Université catholique de Louvain <http://www.uclouvain.be>`_ (UCL). Les étudiants sont invités à ajouter leur commentaires en soumettant des patches via https://github.com/obonaventure/SystemesInformatiques 
+    Ce site web contient la partie théorique du support du cours `Projet P3 - LEPL1503 <https://uclouvain.be/cours-2019-lepl1503>`_ donné aux `étudiants ingénieurs et informaticiens <http://www.uclouvain.be/info.html>`_ à l'`Université catholique de Louvain <https://www.uclouvain.be>`_ (UCL). Les étudiants sont invités à proposer leurs améliorations en soumettant des pull-requests via https://github.com/UCL-INGI/SyllabusC .
+
 
 *********
 Exercices
@@ -22,6 +28,3 @@ Exercices
    intro
    bib
 
-..   Projets/P1/projet-1
-..   Projets/P2/enonce
-..   Projets/P3/enonce
diff --git a/Outils/conf.py b/Outils/conf.py
index 95b5831..fab49ff 100644
--- a/Outils/conf.py
+++ b/Outils/conf.py
@@ -105,7 +105,7 @@ rst_epilog = """
 .. include:: /../Theorie/incl_links.rst
 """
 # Intersphinx
-intersphinx_mapping = {'theorie': ('https://sites.uclouvain.be/SystInfo/notes/Theorie/html/', None), 'outils': ('https://sites.uclouvain.be/SystInfo/notes/Outils/html/', None), 'exercices': ('https://sites.uclouvain.be/SystInfo/notes/Exercices/html/', None)}
+intersphinx_mapping = {'theorie': ('https://sites.uclouvain.be/SyllabusC/notes/Theorie/', None), 'outils': ('https://sites.uclouvain.be/SyllabusC/notes/Outils/', None), 'exercices': ('https://sites.uclouvain.be/SyllabusC/notes/Exercices/', None)}
 
 # -- Options for Spelling extension ------------------------------------------
 
diff --git a/Outils/index.rst b/Outils/index.rst
index 556a6a3..f59dd87 100644
--- a/Outils/index.rst
+++ b/Outils/index.rst
@@ -1,21 +1,22 @@
 .. -*- coding: utf-8 -*-
-.. Copyright |copy| 2012-2014 by `Olivier Bonaventure <http://inl.info.ucl.ac.be/obo>`_, Christoph Paasch, Grégory Detal et les étudiants du cours
+.. Copyright |copy| 2012-2014, 2020 by `Olivier Bonaventure <http://inl.info.ucl.ac.be/obo>`_, Christoph Paasch, Grégory Detal et les étudiants du cours
 .. Ce fichier est distribué sous une licence `creative commons <http://creativecommons.org/licenses/by-sa/3.0/>`_
 
 
-###############################
-Systèmes informatiques : Outils
-###############################
+###################
+Syllabus C : Outils
+###################
 
+.. spelling::
 
+   pull-requests
+   pull
+   requests
+ 
 .. only:: html
 
-    Ce site web contient l'annexe relative aux outils informatiques pour le cours `SINF1252 <http://www.uclouvain.be/cours-2015-LSINF1252.html>`_ donné aux `étudiants en informatique <http://www.uclouvain.be/info.html>`_ à l'`Université catholique de Louvain <http://www.uclouvain.be>`_ (UCL). Les étudiants sont invités à ajouter leur commentaires en soumettant des patches via https://github.com/obonaventure/SystemesInformatiques 
+    Ce site web contient la partie théorique du support du cours `Projet P3 - LEPL1503 <https://uclouvain.be/cours-2019-lepl1503>`_ donné aux `étudiants ingénieurs et informaticiens <http://www.uclouvain.be/info.html>`_ à l'`Université catholique de Louvain <https://www.uclouvain.be>`_ (UCL). Les étudiants sont invités à proposer leurs améliorations en soumettant des pull-requests via https://github.com/UCL-INGI/SyllabusC .
 
-.. La version HTML est la préférable car elle contient des liens hypertextes vers les pages de manuel Linux qui font partie de la matière. D'autres formats sont possibles pour ceux qui veulent lire le document hors ligne :
-
-..        - :download:`distrib/SINF1252.epub` en format epub lisible sur tablettes style iPad ou Galaxy Tab
-..        - :download:`distrib/SINF1252.pdf` en format pdf pour lecture via les logiciels Adobe ou pour impression
 
 
 .. toctree::
diff --git a/Theorie/conf.py b/Theorie/conf.py
index 13000aa..e866f67 100644
--- a/Theorie/conf.py
+++ b/Theorie/conf.py
@@ -155,6 +155,9 @@ html_show_sourcelink = True
 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
 #html_show_copyright = True
 
+# Intersphinx
+intersphinx_mapping = {'theorie': ('https://sites.uclouvain.be/SyllabusC/notes/Theorie/', None), 'outils': ('https://sites.uclouvain.be/SyllabusC/notes/Outils/', None), 'exercices': ('https://sites.uclouvain.be/SyllabusC/notes/Exercices/', None)}
+
 
 # -- Options for Spelling extension ------------------------------------------
 
diff --git a/Theorie/index.rst b/Theorie/index.rst
index 596b140..8100e2b 100644
--- a/Theorie/index.rst
+++ b/Theorie/index.rst
@@ -3,15 +3,21 @@
 .. Ce fichier est distribué sous une licence `creative commons <http://creativecommons.org/licenses/by-sa/3.0/>`_
 
 
-######################
-Systèmes informatiques
-######################
+######################################
+Syllabus de Programmation en Langage C
+######################################
 
+.. spelling::
+
+   pull-requests
+   pull
+   requests
  
 .. only:: html
 
-    Ce site web contient la partie théorique du support du cours `Projet P3 - LEPL1503 <https://uclouvain.be/cours-2019-lepl1503>`_ donné aux `étudiants ingénieurs et informaticiens <http://www.uclouvain.be/info.html>`_ à l'`Université catholique de Louvain <https://www.uclouvain.be>`_ (UCL). Les étudiants sont invités à ajouter leur commentaires en soumettant des patches via https://github.com/UCL-INGI/SyllabusC .
-
+    Ce site web contient la partie théorique du support du cours `Projet P3 - LEPL1503 <https://uclouvain.be/cours-2019-lepl1503>`_ donné aux `étudiants ingénieurs et informaticiens <http://www.uclouvain.be/info.html>`_ à l'`Université catholique de Louvain <https://www.uclouvain.be>`_ (UCL). Les étudiants sont invités à proposer leurs améliorations en soumettant des pull-requests via https://github.com/UCL-INGI/SyllabusC .
+   
+ 
     La version HTML est la préférable car elle contient des liens hypertextes vers les pages de manuel Linux qui font partie de la matière. D'autres formats sont possibles pour ceux qui veulent lire le document hors ligne :
 
         - `format epub <http://sites.uclouvain.be/SystInfo/distrib/SINF1252-Theorie.epub>`_ lisible sur tablettes style iPad ou Galaxy Tab
-- 
GitLab