summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-10-10 09:06:43 +0000
committerng0 <ng0@taler.net>2019-10-10 09:06:43 +0000
commitb2f59f5245989a5a4cd5a832b58db21462001a30 (patch)
tree784a78d3bb0858e1a47129639658693fa53bed4a
parente55a4bd433eaa91a3b71de9fde3493c5b7229f3c (diff)
downloaddocs-b2f59f5245989a5a4cd5a832b58db21462001a30.tar.gz
docs-b2f59f5245989a5a4cd5a832b58db21462001a30.tar.bz2
docs-b2f59f5245989a5a4cd5a832b58db21462001a30.zip
rename Python-Code to Python, add subsection about Style.
-rw-r--r--onboarding.rst18
1 files changed, 14 insertions, 4 deletions
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: ``<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: