You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/01/10 02:07:54 UTC

svn commit: r1557005 - /libcloud/site/trunk/source/index.html

Author: tomaz
Date: Fri Jan 10 01:07:54 2014
New Revision: 1557005

URL: http://svn.apache.org/r1557005
Log:
Update index page.

Modified:
    libcloud/site/trunk/source/index.html

Modified: libcloud/site/trunk/source/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/index.html?rev=1557005&r1=1557004&r2=1557005&view=diff
==============================================================================
--- libcloud/site/trunk/source/index.html (original)
+++ libcloud/site/trunk/source/index.html Fri Jan 10 01:07:54 2014
@@ -99,6 +99,7 @@ image = [i for i in images if 'Ubuntu 12
 node = driver.create_node(name='libcloud', size=size, image=image)
 print(node)
 {% endhighlight %}
+        <p>For information on what the code does, click or hover over the line.</p>
         <p>For more compute examples, see <a href="https://libcloud.readthedocs.org/en/latest/compute/examples.html">documentation</a>.</p>
       </div>
 
@@ -117,6 +118,7 @@ zone = [zone for zone in zones if zone.d
 record = zone.create_record(name='www', type=RecordType.A, data='127.0.0.1')
 print(record)
 {% endhighlight %}
+      <p>For information on what the code does, click or hover over the line.</p>
       <p>For more DNS examples, see <a href="https://libcloud.readthedocs.org/en/latest/dns/examples.html">documentation</a>.</p>
       </div>
     </div>