mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
documentation: remove CONTRIBUTING and migrate its content in the doc
This commit is contained in:
8
doc/misc/helpers.rst
Normal file
8
doc/misc/helpers.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Commandes utiles
|
||||
================
|
||||
|
||||
* Appliquer le header de licence sur tout le projet
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
for f in $(find . -name "*.py" ! -path "*migration*" ! -path "./env/*" ! -path "./doc/*"); do cat ./doc/header "$f" > /tmp/temp && mv /tmp/temp "$f"; done
|
Reference in New Issue
Block a user