taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b2f59f5245989a5a4cd5a832b58db21462001a30
parent e55a4bd433eaa91a3b71de9fde3493c5b7229f3c
Author: ng0 <ng0@taler.net>
Date:   Thu, 10 Oct 2019 09:06:43 +0000

rename Python-Code to Python, add subsection about Style.

Diffstat:
Monboarding.rst | 18++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/onboarding.rst b/onboarding.rst @@ -353,12 +353,22 @@ A complete list of all the existing repositories is currently found at ``https://git.taler.net/``. Note: ``<repository>`` must NOT have the ``.git`` extension. -.. _Python-Versions: -Python Versions -=============== +.. _Python: + +Python +====== + +Supported Python Versions +------------------------- + +Python code should be written and build against version 3.7 of Python. + +Style +----- -Python code should be written and build against version 3.7 of python. +We use `yapf <https://github.com/google/yapf>` to reformat the +code to conform to our style instructions. .. _Bugtracking: