Skip to content

Ajout de l'usage 'powrap' pour l'indentation des fichiers #1764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ en anglais.
make spell


Vous pouvez aussi réindenter les fichiers avec :
Vous pouvez aussi vérifier l'indentation des fichiers avec :

.. code-block:: bash

Expand All @@ -166,6 +166,14 @@ Et pour faire les deux à la fois, lancez :
make verifs


Si vous avez besoin de réindenter les fichiers, lancez :

.. code-block:: bash

powrap -m

* « *-m* » ou « *--modified* » utilise git pour trouver le(s) fichier(s) modifié(s).

Une fois la traduction finie, il faut compiler la documentation, c'est-à-dire générer les fichiers HTML
affichés par le site, pour les relire. Si la commande précédente s'est exécutée sans erreur, la
compilation ne devrait pas échouer.
Expand Down