Author: tomaz
Date: Fri Jun 14 23:32:14 2013
New Revision: 1493286

URL: http://svn.apache.org/r1493286
Log:
Use consistent markdown heading formatting and split lins on 80 characters.

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

Modified: libcloud/site/trunk/content/devinfo.mdtext
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/content/devinfo.mdtext?rev=1493286&r1=1493285&r2=1493286&view=diff
==============================================================================
--- libcloud/site/trunk/content/devinfo.mdtext (original)
+++ libcloud/site/trunk/content/devinfo.mdtext Fri Jun 14 23:32:14 2013
@@ -1,22 +1,25 @@
 title: Developer Information
 
-## API Documentation ##
+## API Documentation
 
 Generated [API documentation](/apidocs/) is available.
 
-## Testing ##
+## Testing
 
-For information how to run the tests and how to generate the test coverage 
report, please see the [Testing](/testing.html) page.
+For information how to run the tests and how to generate the test coverage
+report, please see the [Testing](/testing.html) page.
 
-## Continuous Integration ##
+## Continuous Integration
 
-For continuous integration we use buildbot. You can find all the build reports 
[here](http://ci.apache.org/waterfall?builder=libcloud-trunk-py25&builder=libcloud-trunk-tox&builder=libcloud-site-staging).
+For continuous integration we use buildbot. You can find all the build reports
+[here](http://ci.apache.org/waterfall?builder=libcloud-trunk-py25&builder=libcloud-trunk-tox&builder=libcloud-site-staging).
 
-## Test Coverage ##
+## Test Coverage
 
-Test coverage report is automatically generated after every commit and can be 
found at 
[http://ci.apache.org/projects/libcloud/coverage](http://ci.apache.org/projects/libcloud/coverage).
+Test coverage report is automatically generated after every commit and can be
+found at 
[http://ci.apache.org/projects/libcloud/coverage](http://ci.apache.org/projects/libcloud/coverage).
 
-## Mailing Lists ##
+## Mailing Lists
 
 * [[email protected]](mailto:[email protected]) - 
Mailing list for general talk about Libcloud and other off-topic things 
([archive](http://mail-archives.apache.org/mod_mbox/libcloud-users/))
 * [[email protected]](mailto:[email protected]) - 
General mailing list for developers 
([archive](http://mail-archives.apache.org/mod_mbox/libcloud-dev/))
@@ -27,18 +30,18 @@ Old incubator mailing lists archives:
 * 
[incubator-libcloud](http://mail-archives.apache.org/mod_mbox/incubator-libcloud/)
 * 
[incubator-libcloud-commits](http://mail-archives.apache.org/mod_mbox/incubator-libcloud-commits/)
 
-## Issue Tracker ##
+## Issue Tracker
 
-* Apache JIRA: 
[https://issues.apache.org/jira/browse/LIBCLOUD](https://issues.apache.org/jira/browse/LIBCLOUD)
 (preferred)
+* Apache JIRA: 
[https://issues.apache.org/jira/browse/LIBCLOUD](https://issues.apache.org/jira/browse/LIBCLOUD)
 
-## Main source code repository ##
+## Main source code repository
 
 Project source code is stored in an Apache hosted git repository.
 
 * Repository: 
[https://git-wip-us.apache.org/repos/asf/libcloud.git](https://git-wip-us.apache.org/repos/asf/libcloud.git)
 * Gitweb: 
[https://git-wip-us.apache.org/repos/asf?p=libcloud.git](https://git-wip-us.apache.org/repos/asf?p=libcloud.git)
 
-## Website repository ##
+## Website repository
 
 Website source code is stored in an Apache hosted svn repository. Source code
 is stored in an svn and not git repository, because Apache CMS uses svn-based
@@ -48,7 +51,7 @@ distributing change notification to the 
 * Repository: 
[https://svn.apache.org/repos/asf/libcloud/site/trunk](https://svn.apache.org/repos/asf/libcloud/site/trunk)
 * ViewVc: 
[https://svn.apache.org/viewvc/libcloud/site/](https://svn.apache.org/viewvc/libcloud/site/)
 
-## IRC, Twitter, Google+ ##
+## IRC, Twitter, Google+
 
 * [#libcloud](http://webchat.freenode.net?channels=libcloud&uio=d4) on Freenode
 * @libcloud: [http://twitter.com/libcloud](http://twitter.com/libcloud)


Reply via email to