Mercurial > pylearn
comparison doc/v2_planning/API_coding_style.txt @ 1143:fa1715e759e3
Added API file for coding style committee (now we just need to fill it)
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Thu, 16 Sep 2010 14:17:34 -0400 |
parents | |
children | d6d73a9f07b8 |
comparison
equal
deleted
inserted
replaced
1142:4f03a9a743dc | 1143:fa1715e759e3 |
---|---|
1 ========================= | |
2 Coding Style Guidelines | |
3 ========================= | |
4 | |
5 Code Sample | |
6 =========== | |
7 | |
8 The following code sample illustrates many of the coding guidelines one should | |
9 follow in Pylearn. | |
10 | |
11 .. code-block:: python | |
12 | |
13 import os, sys, time | |
14 | |
15 |