Mercurial > pylearn
annotate doc/v2_planning/coding_style.txt @ 1009:dc5185cca21e
Added files for Coding Style and Optimization committees
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Fri, 03 Sep 2010 10:04:01 -0400 |
parents | |
children | af80b7d182af |
rev | line source |
---|---|
1009
dc5185cca21e
Added files for Coding Style and Optimization committees
Olivier Delalleau <delallea@iro>
parents:
diff
changeset
|
1 Discussion of Coding-Style |
dc5185cca21e
Added files for Coding Style and Optimization committees
Olivier Delalleau <delallea@iro>
parents:
diff
changeset
|
2 ========================== |
dc5185cca21e
Added files for Coding Style and Optimization committees
Olivier Delalleau <delallea@iro>
parents:
diff
changeset
|
3 |
dc5185cca21e
Added files for Coding Style and Optimization committees
Olivier Delalleau <delallea@iro>
parents:
diff
changeset
|
4 Existing Python coding style specifications: |
dc5185cca21e
Added files for Coding Style and Optimization committees
Olivier Delalleau <delallea@iro>
parents:
diff
changeset
|
5 * http://www.python.org/dev/peps/pep-0008/ |
dc5185cca21e
Added files for Coding Style and Optimization committees
Olivier Delalleau <delallea@iro>
parents:
diff
changeset
|
6 * http://google-styleguide.googlecode.com/svn/trunk/pyguide.html |
dc5185cca21e
Added files for Coding Style and Optimization committees
Olivier Delalleau <delallea@iro>
parents:
diff
changeset
|
7 |