diff 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
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
+
+