diff --git a/Exercices/conf.py b/Exercices/conf.py index a89f57372c0ca763f5a8f3391cd1ac708cb14b14..524c4dff8fa7d8e1caa31c19d21309ca61bc6649 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 4b73b277c04f51a2495cddb5136aa7a2acc1939f..56c153a1b57e3d80e973ee87bc08cdfb85028fc7 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 95b583153ca86add28bd0e6bbe61ef906c779ecb..fab49ffaa6e220ba1452e46fe71090b4958e78be 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 556a6a3ef219ac4b3e669e9b48d462ee14d72521..f59dd8719a5d0fb2474eae1f2696f268eccd2820 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 13000aa221cc0b446cdb65f8dbf0d2a027ddba9b..e866f67e4a5e799a3bd524c6a24dc9bc298b8238 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 596b1402997478e33e4ad87e3f02750fd6bceb79..8100e2bfe02c99e53a5d7ed3268e4ff4aff666cd 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