From 72174a712557ebddadbd5066208eeb35824411cf Mon Sep 17 00:00:00 2001 From: Olivier Grisel <olivier.grisel@ensta.org> Date: Tue, 13 Mar 2012 17:39:56 -0700 Subject: [PATCH] Had a link to autopep8 --- doc/developers/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/developers/index.rst b/doc/developers/index.rst index 6be20e99f6..e6c9036a82 100644 --- a/doc/developers/index.rst +++ b/doc/developers/index.rst @@ -166,6 +166,11 @@ You can also check for common programming errors with the following tools: $ pip install pep8 $ pep8 path/to/module.py + * AutoPEP8 can help you fix some of the easy redundant errors:: + + $ pip install autopep8 + $ autopep8 path/to/pep8.py + Bonus points for contributions that include a performance analysis with a benchmark script and profiling output (please report on the mailing list or on the GitHub wiki). -- GitLab