From: Julien Palard Date: Thu, 27 Nov 2025 19:48:47 +0000 (+0100) Subject: README: Highlighting code examples (#104) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82bd205a8d26475005093039927f59c6a6c73fb3;p=thirdparty%2Fpython-drafthorse.git README: Highlighting code examples (#104) --- diff --git a/README.rst b/README.rst index d0041af..47eca20 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +.. highlight:: python + drafthorse -- Basic ZUGFeRD implementation in Python ==================================================== @@ -140,17 +142,23 @@ Generating:: Development ----------- -To run the included tests:: +To run the included tests: + +.. code-block:: bash pip install -r requirements_dev.txt py.test tests -To automatically sort your Imports as required by CI:: +To automatically sort your Imports as required by CI: + +.. code-block:: bash pip install isort isort -rc . -To validate files using mustang:: +To validate files using mustang: + +.. code-block:: bash git clone https://github.com/ZUGFeRD/mustangproject.git cd mustangproject