Author: tomaz
Date: Fri Oct 28 23:40:24 2011
New Revision: 797639

Log:
Publishing merge to libcloud site by tomaz

Modified:
    websites/production/libcloud/   (props changed)
    websites/production/libcloud/content/contributing.html

Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Oct 28 23:40:24 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-797373
+/websites/staging/libcloud/trunk:787380-797638

Modified: websites/production/libcloud/content/contributing.html
==============================================================================
--- websites/production/libcloud/content/contributing.html (original)
+++ websites/production/libcloud/content/contributing.html Fri Oct 28 23:40:24 
2011
@@ -94,6 +94,13 @@
 <li>Wait for your patch to be reviewed and / or accepted</li>
 </ol>
 <p><em>Note: If you want you can also use SVN repository, but git and github 
make branching and contributing a bit easier.</em></p>
+<h3 id="style_guide">Style Guide</h3>
+<ol>
+<li>We follow <a href="http://www.python.org/dev/peps/pep-0008/";>PEP8 Python 
Style Guide</a></li>
+<li>Use 4 spaces for a tab</li>
+<li>Make sure edited file doesn't contain any trailing whitespace</li>
+</ol>
+<p>You can verify that your modifications don't break any rules by running the 
<code>pep8</code> script - <code>pep8 libcloud/edited_file.py</code>.</p>
       
     </div>
 


Reply via email to