Mercurial > pylearn
comparison doc/v2_planning/coding_style.txt @ 1050:573363a9b5c7
more tools
author | Dumitru Erhan <dumitru.erhan@gmail.com> |
---|---|
date | Wed, 08 Sep 2010 14:26:35 -0400 |
parents | ff9361e39c97 |
children | b4ccf6b43f27 |
comparison
equal
deleted
inserted
replaced
1049:ff9361e39c97 | 1050:573363a9b5c7 |
---|---|
26 * http://docs.djangoproject.com/en/dev/internals/contributing/#coding-style | 26 * http://docs.djangoproject.com/en/dev/internals/contributing/#coding-style |
27 | 27 |
28 We will probably want to take PEP-8 as starting point, and read what other | 28 We will probably want to take PEP-8 as starting point, and read what other |
29 people think about it / how other coding guidelines differ from it. | 29 people think about it / how other coding guidelines differ from it. |
30 | 30 |
31 Dumi: we should also try to find tools (such as pylint) that automate these | 31 Dumi: we should also try to find tools that automate these |
32 processes. | 32 processes: pylint, pyflakes, pychecker, pythontidy |
33 | 33 |
34 Documentation | 34 Documentation |
35 ------------- | 35 ------------- |
36 | 36 |
37 How do we write doc? | 37 How do we write doc? |