You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/10/22 20:46:15 UTC

svn commit: r1400998 - /libcloud/site/trunk/content/contributing.mdtext

Author: tomaz
Date: Mon Oct 22 18:46:15 2012
New Revision: 1400998

URL: http://svn.apache.org/viewvc?rev=1400998&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/contributing.mdtext

Modified: libcloud/site/trunk/content/contributing.mdtext
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/contributing.mdtext?rev=1400998&r1=1400997&r2=1400998&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Mon Oct 22 18:46:15 2012
@@ -33,5 +33,6 @@ Keep in mind that all kind of contributi
 1. We follow [PEP8 Python Style Guide](http://www.python.org/dev/peps/pep-0008/)
 2. Use 4 spaces for a tab
 3. Make sure edited file doesn't contain any trailing whitespace
+4. Docstrings need to follow the conventions described on [Docstring Convetions](/docstring-conventions.html) page
 
 You can verify that your modifications don't break any rules by running the `pep8` script - `pep8 libcloud/edited_file.py`.
\ No newline at end of file