fix rst format issue
authorZhang Qiang <qiang.z.zhang@intel.com>
Thu, 22 Mar 2012 13:01:06 +0000 (21:01 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Thu, 22 Mar 2012 13:01:06 +0000 (21:01 +0800)
rst format need blank line after sections.

README.rst

index 6c7925767e5e978a719114385957302f4673a45d..16edcf0b2483bd2ae663b3f23fe44bc2b31431db 100644 (file)
@@ -174,6 +174,7 @@ configuration file by yourself.  Just make sure it looks like as below:
   [import]
   commit_name= <Author Name>
   commit_email= <Author Email>
+
 In this configuration file, there are three sections: [common] is for general
 setting, [build] section is for the options of gbs build, and [localbuild]
 is for gbs localbuild.
@@ -292,6 +293,7 @@ Examples to run gbs localbuild:
 ::
 
   $ gbs lb -R http://example1.org/  -R http://example2.org/  -A i586
+
 4) With --noinit option, Skip initialization of build root and start with build immediately
 ::