# HG changeset patch # User Olivier Delalleau # Date 1284661054 14400 # Node ID fa1715e759e3457c8186c78bf76a0faef9e52f76 # Parent 4f03a9a743dc5c4ff261c60c8a115ba7f9466e6c Added API file for coding style committee (now we just need to fill it) diff -r 4f03a9a743dc -r fa1715e759e3 doc/v2_planning/API_coding_style.txt --- /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 + +