Author: tomaz
Date: Mon Jun 27 11:55:51 2011
New Revision: 791666

Log:
Publishing merge to libcloud site by tomaz

Modified:
    websites/production/libcloud/   (props changed)
    websites/production/libcloud/content/devinfo.html
    websites/production/libcloud/content/testing.html

Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jun 27 11:55:51 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-791510
+/websites/staging/libcloud/trunk:787380-791665

Modified: websites/production/libcloud/content/devinfo.html
==============================================================================
--- websites/production/libcloud/content/devinfo.html (original)
+++ websites/production/libcloud/content/devinfo.html Mon Jun 27 11:55:51 2011
@@ -82,6 +82,8 @@
       
       <h2 id="api_documentation">API Documentation</h2>
 <p>Generated <a href="http://ci.apache.org/projects/libcloud/apidocs/";>API 
documentation</a> is available (API docs are generated for the latest trunk 
version of libcloud).</p>
+<h1 id="testing">Testing</h1>
+<p>For information how to run the tests and how to generate the test coverage 
report, please see the <a href="/testing.html">Testing</a> page.</p>
 <h2 id="continuous_integration">Continuous Integration</h2>
 <p>For continuous integration we use buildbot. You can find all the build 
reports <a 
href="http://ci.apache.org/waterfall?builder=libcloud-trunk&amp;amp;builder=libcloud-trunk-py25&amp;amp;builder=libcloud-trunk-py27&amp;amp;builder=libcloud-site-staging";>here</a>.</p>
 <h2 id="test_coverage">Test Coverage</h2>
@@ -107,12 +109,9 @@
 <li><a 
href="git://git.apache.org/libcloud.git">git://git.apache.org/libcloud.git</a></li>
 <li><a 
href="https://github.com/apache/libcloud";>https://github.com/apache/libcloud</a>
 (mirror - please use mailing list to submit patches and JIRA to open a new 
issue)</li>
 </ul>
-<h2 id="irc">IRC</h2>
+<h2 id="irc_twitter">IRC, Twitter</h2>
 <ul>
 <li><a 
href="http://webchat.freenode.net?channels=libcloud&amp;uio=d4";>#libcloud</a> 
on Freenode</li>
-</ul>
-<h2 id="twitter">Twitter</h2>
-<ul>
 <li>@libcloud: <a 
href="http://twitter.com/libcloud";>http://twitter.com/libcloud</a></li>
 </ul>
       

Modified: websites/production/libcloud/content/testing.html
==============================================================================
--- websites/production/libcloud/content/testing.html (original)
+++ websites/production/libcloud/content/testing.html Mon Jun 27 11:55:51 2011
@@ -85,8 +85,8 @@
 <p>To run the libcloud test suite you need to have the following extra 
dependencies
 installed:</p>
 <ul>
-<li>mock (pip install mock)</li>
-<li>coverage (pip install coverage) - you only need this library if you want to
+<li>mock (<code>pip install mock</code>)</li>
+<li>coverage (<code>pip install coverage</code>) - you only need this library 
if you want to
  generate a test coverage report</li>
 </ul>
 <h3 id="running_tests">Running Tests</h3>
@@ -96,7 +96,7 @@ command:</p>
 <h3 id="generating_test_coverage_report">Generating Test Coverage Report</h3>
 <p>To generate the test coverage run the following command:</p>
 <p>PYTHONPATH=. python setup.py coverage</p>
-<p>When it completes  you should see a new <code>coverage</code> directory 
which
+<p>When it completes  you should see a new `` directory which
 contains the test coverage.</p>
       
     </div>


Reply via email to