mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
docs/manual: PEP8 coding style for Python scripts
The advantages of using a pre-existing coding style instead of creating our own are: - documenting on the manual takes a single sentence; - there are automatic tools to help during development/review. So document that PEP8 recommendation should be followed. Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Samuel Martin <s.martin49@gmail.com> Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3a66a81b7a
commit
bb1c63763d
@ -143,3 +143,8 @@ http://www.methods.co.nz/asciidoc/[asciidoc] format.
|
||||
|
||||
For further details about the http://www.methods.co.nz/asciidoc/[asciidoc]
|
||||
syntax, refer to http://www.methods.co.nz/asciidoc/userguide.html[].
|
||||
|
||||
=== Support scripts
|
||||
|
||||
Some scripts in the +support/+ directory are written in Python and should follow
|
||||
the https://www.python.org/dev/peps/pep-0008/[PEP8 Style Guide for Python Code].
|
||||
|
Loading…
Reference in New Issue
Block a user