From b2f59f5245989a5a4cd5a832b58db21462001a30 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 10 Oct 2019 09:06:43 +0000 Subject: rename Python-Code to Python, add subsection about Style. --- onboarding.rst | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'onboarding.rst') diff --git a/onboarding.rst b/onboarding.rst index c1d24a47..7b851552 100644 --- 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: ```` 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 ` to reformat the +code to conform to our style instructions. .. _Bugtracking: -- cgit v1.2.3