Fix reStructuredText syntax
authorCleber J Santos <cleber@cleberjsantos.com.br>
Sat, 3 Mar 2012 13:29:12 +0000 (10:29 -0300)
committerCleber J Santos <cleber@cleberjsantos.com.br>
Sat, 3 Mar 2012 13:29:12 +0000 (10:29 -0300)
README.rst

index ab92423..db312c0 100644 (file)
@@ -1,5 +1,13 @@
+============
+jenkinsapi
+============
+
+.. contents:: Table of Contents
+   :depth: 2
+
+
 About this library
-==================
+-------------------
 
 Jenkins is the market leading continuous integration system, originally created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use by providing an easy to use conventional python interface.
 
@@ -17,7 +25,7 @@ This library can help you:
  * Ability to add/remove/query jenkins slaves
 
 Important Links
-===============
+----------------
 
 Project source code: github: https://github.com/salimfadhley/jenkinsapi
 
@@ -26,23 +34,23 @@ Project documentation: http://packages.python.org/jenkinsapi/
 Releases: http://pypi.python.org/pypi/jenkinsapi
 
 Installation
-============
+-------------
 
 Egg-files for this project are hosted on PyPi. Most Python users should be able to use pip or distribute to automatically install this project.
 
 Most users can do the following:
+::
 
     easy_install jenkinsapi
 
 If you'd like to install in multi-version mode:
+::
 
     easy_install -m jenkinsapi
 
 Project Authors
-===============
+----------------
 
  * Salim Fadhley (sal@stodge.org) 
  * Ramon van Alteren (ramon@vanalteren.nl) 
- * Ruslan Lutsenko (ruslan.lutcenko@gmail.com) 
-
-
+ * Ruslan Lutsenko (ruslan.lutcenko@gmail.com)
\ No newline at end of file