Author: tomaz
Date: Sat Jun  8 04:35:50 2013
New Revision: 1490917

URL: http://svn.apache.org/r1490917
Log:
Make headings clickable.

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=1490917&r1=1490916&r2=1490917&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Sat Jun  8 04:35:50 2013
@@ -7,7 +7,7 @@ This pages explains how you can contribu
 Keep in mind that all kind of contributions are welcome (ideas, code, tests,
 documentation, examples, ...).
 
-<h3 id="process">Process</h3>
+<h3 id="process"><a href="#process">Process</a></h3>
 
 1. Start a discussion on the [mailing list](devinfo.html) (this step is
 optional and only required if you want to implement big feature or a change)
@@ -30,7 +30,10 @@ pass. For more informations about runnin
 6. Attach patch to the ticket you have created
 7. Wait for your patch to be reviewed and iterate on any potential feedback
 
-<h3 id="things_to_keep_in_mind">Things To Keep In Mind</h3>
+*Note: If you want you can also use SVN repository, but git and github make
+branching and contributing a bit easier.*
+
+<h3 id="things_to_keep_in_mind"><a href="#things_to_keep_in_mind">Things To 
Keep In Mind</a></h3>
 
 * Any non-trivial change must contain tests
 * All the functions and methods must contain
@@ -38,7 +41,7 @@ pass. For more informations about runnin
 API documentation. You can find a lot of examples of docstrings in the existing
 code e.g. - `libcloud/compute/base.py`
 
-<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>
 
 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
@@ -72,10 +75,7 @@ For example:
 You can find a lot of utility functions which make code easier to work with 2.x
 and 3.x in `libcloud.utils.py3` module.
 
-*Note: If you want you can also use SVN repository, but git and github make
-branching and contributing a bit easier.*
-
-<h3 id="style_guide">Style Guide</h3>
+<h3 id="style_guide"><a href="#style_guide">Style Guide</a></h3>
 
 1. We follow [PEP8 Python Style 
Guide](http://www.python.org/dev/peps/pep-0008/)
 2. Use 4 spaces for a tab


Reply via email to