From 59a2b336c4cce2e0073226d318f50d4792cd16fc Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Sat, 17 Nov 2012 02:33:49 +0100 Subject: [PATCH] [#3020] Docs: add a couple of Python code style links --- doc/python-coding-standards.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/python-coding-standards.rst b/doc/python-coding-standards.rst index d6f1d9cc693..025160b9373 100644 --- a/doc/python-coding-standards.rst +++ b/doc/python-coding-standards.rst @@ -6,6 +6,11 @@ For Python code style follow `PEP 8`_ plus the guidelines below. .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ +Some good links about Python code style: + +- `Python Coding Standards `_ from Yahoo +- `Google Python Style Guide `_ + Commit Formatting Cleanups on master ------------------------------------