You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/05/06 19:25:30 UTC

svn commit: r941816 - /incubator/libcloud/site/getting-started.html

Author: pquerna
Date: Thu May  6 17:25:30 2010
New Revision: 941816

URL: http://svn.apache.org/viewvc?rev=941816&view=rev
Log:
link to api docs from getting started too

Modified:
    incubator/libcloud/site/getting-started.html

Modified: incubator/libcloud/site/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/getting-started.html?rev=941816&r1=941815&r2=941816&view=diff
==============================================================================
--- incubator/libcloud/site/getting-started.html (original)
+++ incubator/libcloud/site/getting-started.html Thu May  6 17:25:30 2010
@@ -37,8 +37,11 @@
       <p>libcloud's current release is 0.2.0, and can be <a href="downloads.html">downloaded</a>:</p>
       <code>wget http://www.apache.org/dist/incubator/libcloud/apache-libcloud-incubating-0.2.0.tar.bz2</code>
       <p>To install, cd into the libcloud directory, then run:</p>
-      <code>tar -xvjf apache-libcloud-0.2.0.tar.bz2<br/>cd apache-libcloud-incubating-0.2.0<br/>sudo python setup.py install</code>
+      <code>tar -xvjf apache-libcloud-incubating-0.2.0.tar.bz2<br/>cd apache-libcloud-0.2.0<br/>sudo python setup.py install</code>
 
+      <h2>API Reference Documentation<h2>
+      <p><a href="http://ci.apache.org/projects/libcloud/apidocs/">Available here</a></p>
+      
       <h2>Example: Connecting with a Driver</h2>
       <code class="python">from libcloud.types import Provider
 from libcloud.providers import get_driver