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 ------------------------------------