diff --git a/docs/development.rst b/docs/development.rst index 6ae364dc1..75ec53dfc 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -9,6 +9,15 @@ This chapter will get you started with |project_name|' development. |project_name| is written in Python (with a little bit of Cython and C for the performance critical parts). +Style guide +----------- + +We generally follow `pep8 +`_, with 120 columns +instead of 79. We do *not* use form-feed (``^L``) characters to +separate sections either. The `flake8 +`_ commandline tool should be used to +check for style errors before sending pull requests. Building a development environment ----------------------------------