2019-08-09 17:52:56 +00:00
|
|
|
.. Sith AE UTBM documentation master file, created by
|
|
|
|
sphinx-quickstart on Thu Aug 8 19:24:14 2019.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
|
|
|
Bienvenue sur la documentation du Sith de l'AE
|
|
|
|
==============================================
|
|
|
|
|
2019-08-11 12:11:00 +00:00
|
|
|
.. include:: ../README.rst
|
|
|
|
|
2019-08-09 17:52:56 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: À propos du projet:
|
|
|
|
|
|
|
|
about/introduction
|
2019-08-10 22:58:30 +00:00
|
|
|
about/tech
|
2019-10-08 18:16:56 +00:00
|
|
|
about/versioning
|
2019-08-09 17:52:56 +00:00
|
|
|
|
2019-08-11 10:11:35 +00:00
|
|
|
.. toctree::
|
2019-08-25 18:27:11 +00:00
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Bien démarrer
|
2019-08-11 10:11:35 +00:00
|
|
|
|
2019-08-25 18:27:11 +00:00
|
|
|
start/install
|
|
|
|
start/structure
|
|
|
|
start/hello_world
|
2019-08-11 10:11:35 +00:00
|
|
|
|
2019-08-25 18:27:11 +00:00
|
|
|
start/translations
|
2019-08-12 08:59:21 +00:00
|
|
|
|
2019-08-25 18:27:11 +00:00
|
|
|
start/devtools
|
2019-08-12 08:59:21 +00:00
|
|
|
|
2019-08-14 16:46:33 +00:00
|
|
|
.. toctree::
|
2019-08-25 18:27:11 +00:00
|
|
|
:maxdepth: 2
|
|
|
|
:caption: La surcouche "Site AE"
|
2019-08-14 16:46:33 +00:00
|
|
|
|
2019-08-25 18:27:11 +00:00
|
|
|
overlay/rights
|
2019-08-14 16:46:33 +00:00
|
|
|
|
2019-08-09 17:52:56 +00:00
|
|
|
.. toctree::
|
2019-08-25 18:27:11 +00:00
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Modifications fréquentes
|
2019-08-09 17:52:56 +00:00
|
|
|
|
2019-08-25 18:27:11 +00:00
|
|
|
frequent/subscriptions
|
2019-08-26 18:30:05 +00:00
|
|
|
frequent/weekmail
|
2019-08-11 12:11:00 +00:00
|
|
|
|
2019-08-12 08:59:21 +00:00
|
|
|
.. toctree::
|
2019-08-25 18:27:11 +00:00
|
|
|
:maxdepth: 3
|
|
|
|
:caption: Documentation des apps
|
2019-08-12 08:59:21 +00:00
|
|
|
|
2019-08-25 18:27:11 +00:00
|
|
|
apps/core
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Divers
|
|
|
|
|
|
|
|
misc/md_syntax
|
|
|
|
misc/helpers
|
2019-10-07 22:59:19 +00:00
|
|
|
misc/direnv
|
2019-08-25 18:27:11 +00:00
|
|
|
misc/prod
|
2019-08-12 08:59:21 +00:00
|
|
|
|
|
|
|
Documentations complémentaires
|
|
|
|
------------------------------
|
|
|
|
|
2019-08-12 22:02:34 +00:00
|
|
|
Python et Django
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
2019-08-12 08:59:21 +00:00
|
|
|
* `Apprendre Python <https://openclassrooms.com/fr/courses/235344-apprenez-a-programmer-en-python>`__
|
|
|
|
* `Documentation de Django <https://docs.djangoproject.com/fr/1.11/>`__
|
|
|
|
* `Classy Class-Based Views <http://ccbv.co.uk/projects/Django/1.11/>`__
|
2019-08-12 22:02:34 +00:00
|
|
|
|
|
|
|
HTML/Jinja/JS/(S)CSS
|
|
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
* `Cours sur le javascript <https://openclassrooms.com/fr/courses/2984401-apprenez-a-coder-avec-javascript>`__
|
|
|
|
* `Cours sur jQuery <https://openclassrooms.com/fr/courses/1631636-simplifiez-vos-developpements-javascript-avec-jquery>`__
|
|
|
|
* `Cours sur le HTML et CSS <https://openclassrooms.com/fr/courses/1631636-simplifiez-vos-developpements-javascript-avec-jquery>`__
|
|
|
|
* `Documentation sur les grilles CSS <https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Grid_Layout>`__
|
|
|
|
* `Guide pour le SASS <https://sass-lang.com/guide>`__
|
|
|
|
* `Documentation de fontawesome <https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use>`__
|
|
|
|
* `Documentation pour Jinja2 <https://jinja.palletsprojects.com/en/2.10.x/>`__
|
|
|
|
|
|
|
|
Git
|
|
|
|
~~~
|
|
|
|
|
2019-08-12 08:59:21 +00:00
|
|
|
* `Cours sur Git <https://openclassrooms.com/fr/courses/2342361-gerez-votre-code-avec-git-et-github>`__
|
|
|
|
* `Livre sur Git <http://www.git-scm.com/book/fr/v2>`__
|
|
|
|
|
2019-08-12 22:02:34 +00:00
|
|
|
|
2019-08-11 21:10:09 +00:00
|
|
|
Documents téléchargeables
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
* :download:`Rapport de la TW de Skia sur la création du site <TW_Skia/Rapport.pdf>`
|
|
|
|
* :download:`Rapport sur la TO de Skia et LoJ <TO_Skia_LoJ/Rapport.pdf>`
|
|
|
|
* :download:`Manuel du service E-transactions <Etransaction/Manuel_Integration_E-transactions_Internet_V6.6_FR.pdf>`
|
2019-08-14 16:46:33 +00:00
|
|
|
* :download:`Guide de trésorerie <Guide de Tresorerie.pdf>`
|