Author: buildbot
Date: Mon Oct 22 18:46:20 2012
New Revision: 835783
Log:
Staging update by buildbot for libcloud
Modified:
websites/staging/libcloud/trunk/content/ (props changed)
websites/staging/libcloud/trunk/content/contributing.html
Propchange: websites/staging/libcloud/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 22 18:46:20 2012
@@ -1 +1 @@
-1400997
+1400998
Modified: websites/staging/libcloud/trunk/content/contributing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/contributing.html (original)
+++ websites/staging/libcloud/trunk/content/contributing.html Mon Oct 22 18:46:20 2012
@@ -126,6 +126,7 @@
<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>
+<li>Docstrings need to follow the conventions described on <a href="/docstring-conventions.html">Docstring
Convetions</a> page</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>
|