Mercurial > pylearn
changeset 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 | 4f03a9a743dc |
children | 1679742e7aa1 d6d73a9f07b8 |
files | doc/v2_planning/API_coding_style.txt |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/v2_planning/API_coding_style.txt Thu Sep 16 14:17:34 2010 -0400 @@ -0,0 +1,15 @@ +========================= + Coding Style Guidelines +========================= + +Code Sample +=========== + +The following code sample illustrates many of the coding guidelines one should +follow in Pylearn. + +.. code-block:: python + + import os, sys, time + +