Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
72174a71
Commit
72174a71
authored
13 years ago
by
Olivier Grisel
Browse files
Options
Downloads
Patches
Plain Diff
Had a link to autopep8
parent
f9c5458e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/developers/index.rst
+5
-0
5 additions, 0 deletions
doc/developers/index.rst
with
5 additions
and
0 deletions
doc/developers/index.rst
+
5
−
0
View file @
72174a71
...
@@ -166,6 +166,11 @@ You can also check for common programming errors with the following tools:
...
@@ -166,6 +166,11 @@ You can also check for common programming errors with the following tools:
$ pip install pep8
$ pip install pep8
$ pep8 path/to/module.py
$ 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
Bonus points for contributions that include a performance analysis with
a benchmark script and profiling output (please report on the mailing
a benchmark script and profiling output (please report on the mailing
list or on the GitHub wiki).
list or on the GitHub wiki).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment