Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D328B9923 for ; Sun, 1 Apr 2012 18:08:20 +0000 (UTC) Received: (qmail 76377 invoked by uid 500); 1 Apr 2012 18:08:20 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 76358 invoked by uid 500); 1 Apr 2012 18:08:20 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 76350 invoked by uid 99); 1 Apr 2012 18:08:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 18:08:20 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=5.0 tests=ALL_TRUSTED,FRT_HEALTH X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 18:08:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8924E238890B; Sun, 1 Apr 2012 18:07:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1308166 [2/39] - in /libcloud/site/trunk/content/apidocs: ./ 0.9.1/ Date: Sun, 01 Apr 2012 18:07:17 -0000 To: commits@libcloud.apache.org From: tomaz@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120401180738.8924E238890B@eris.apache.org> Added: libcloud/site/trunk/content/apidocs/0.9.1/classIndex.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/classIndex.html?rev=1308166&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/classIndex.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/classIndex.html Sun Apr 1 18:07:04 2012 @@ -0,0 +1,14 @@ + + + + Class Hierarchy + + + +

Class Hierarchy

+ + + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/index.html?rev=1308166&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/index.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/index.html Sun Apr 1 18:07:04 2012 @@ -0,0 +1,47 @@ + + + + + API Documentation for + libcloud + + + + +

+ API Documentation for + libcloud +

+

+ Entry Points +

+ +

+ About +

+

+ This documentation was automatically generated by + pydoctor + at 2012-04-01 11:04:25. +

+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.__init__.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.__init__.html?rev=1308166&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.__init__.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.__init__.html Sun Apr 1 18:07:04 2012 @@ -0,0 +1,105 @@ + + + + libcloud.__init__ : API documentation + + + + + + +

l.__init__ : module documentation

+

+ Part of libcloud + View Source + +

+
+ +
+
libcloud provides a unified interface to the cloud computing resources.
+
+@var __version__: Current version of libcloud
+ + + +
+ + + + + + + + + + + + + + + + + +
Functionenable_debugEnable library wide debugging to a file-like object.
Function_init_onceUtility function that is ran once on Library import.
+ + +
+ + + + +
+ + + + + + +
+ + def + enable_debug(fo): + + + (source) + +
+
+ +
Enable library wide debugging to a file-like object.
+
+@param fo: Where to append debugging information
+@type fo: File like object, only write operations are used.
+
+
+ + + + + + +
+ + def + _init_once(): + + + (source) + +
+
+ +
Utility function that is ran once on Library import.
+
+This checks for the LIBCLOUD_DEBUG enviroment variable, which if it exists
+is where we will log debug information about the provider transports.
+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-04-01 11:04:25. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.__init__.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.__init__.html?rev=1308166&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.__init__.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.__init__.html Sun Apr 1 18:07:04 2012 @@ -0,0 +1,40 @@ + + + + libcloud.common.__init__ : API documentation + + + + + + +

l.c.__init__ : module documentation

+

+ Part of libcloud.common + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-04-01 11:04:25. +
+ + \ No newline at end of file