Author: buildbot
Date: Sat Jun 8 04:36:52 2013
New Revision: 864805
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 Sat Jun 8 04:36:52 2013
@@ -1 +1 @@
-1490915
+1490917
Modified: websites/staging/libcloud/trunk/content/contributing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/contributing.html (original)
+++ websites/staging/libcloud/trunk/content/contributing.html Sat Jun 8
04:36:52 2013
@@ -106,7 +106,7 @@
<p>This pages explains how you can contribute to the libcloud project.</p>
<p>Keep in mind that all kind of contributions are welcome (ideas, code, tests,
documentation, examples, ...).</p>
-<h3 id="process">Process</h3>
+<h3 id="process"><a href="#process">Process</a></h3>
<ol>
<li>Start a discussion on the <a href="devinfo.html">mailing list</a> (this
step is
@@ -130,7 +130,9 @@ pass. For more informations about runnin
<li>Attach patch to the ticket you have created</li>
<li>Wait for your patch to be reviewed and iterate on any potential
feedback</li>
</ol>
-<h3 id="things_to_keep_in_mind">Things To Keep In Mind</h3>
+<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="things_to_keep_in_mind"><a href="#things_to_keep_in_mind">Things To
Keep In Mind</a></h3>
<ul>
<li>Any non-trivial change must contain tests</li>
@@ -139,7 +141,7 @@ pass. For more informations about runnin
API documentation. You can find a lot of examples of docstrings in the existing
code e.g. - <code>libcloud/compute/base.py</code></li>
</ul>
-<h3 id="multiple_python_version">Supporting Multiple Python Versions</h3>
+<h3 id="multiple_python_version"><a href="#multiple_python_version">Supporting
Multiple Python Versions</h3>
<p>Libcloud supports a variety of Python versions so your code also needs to
work
with all the supported versions. This means that in some cases you will need to
@@ -165,9 +167,7 @@ in Python 2.5 and Python 3.x. This means
<h4 id="python-3">Python 3</h4>
<p>You can find a lot of utility functions which make code easier to work with
2.x
and 3.x in <code>libcloud.utils.py3</code> module.</p>
-<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>
+<h3 id="style_guide"><a href="#style_guide">Style Guide</a></h3>
<ol>
<li>We follow <a href="http://www.python.org/dev/peps/pep-0008/">PEP8 Python
Style Guide</a></li>