Updated Branches:
  refs/heads/trunk ace51085b -> 4a0514bb3

docs: Automatically document class members.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/58af7121
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/58af7121
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/58af7121

Branch: refs/heads/trunk
Commit: 58af71219d15cfaf72dd59bc4965054d42b3b629
Parents: ace5108
Author: Tomaz Muraus <[email protected]>
Authored: Sat Sep 28 12:56:16 2013 +0200
Committer: Tomaz Muraus <[email protected]>
Committed: Sat Sep 28 12:56:16 2013 +0200

----------------------------------------------------------------------
 docs/compute/drivers/ec2.rst            | 1 +
 docs/compute/drivers/eucalyptust.rst    | 1 +
 docs/compute/drivers/ibm_sce.rst        | 1 +
 docs/compute/drivers/nimbus.rst         | 1 +
 docs/compute/drivers/openstack.rst      | 1 +
 docs/compute/drivers/vcloud.rst         | 1 +
 docs/storage/drivers/google_storage.rst | 1 +
 7 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/58af7121/docs/compute/drivers/ec2.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/ec2.rst b/docs/compute/drivers/ec2.rst
index 2cc32fe..19471d5 100644
--- a/docs/compute/drivers/ec2.rst
+++ b/docs/compute/drivers/ec2.rst
@@ -5,3 +5,4 @@ API Docs
 --------
 
 .. autoclass:: libcloud.compute.drivers.ec2.BaseEC2NodeDriver
+    :members:

http://git-wip-us.apache.org/repos/asf/libcloud/blob/58af7121/docs/compute/drivers/eucalyptust.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/eucalyptust.rst 
b/docs/compute/drivers/eucalyptust.rst
index 12007f2..b7b4d1d 100644
--- a/docs/compute/drivers/eucalyptust.rst
+++ b/docs/compute/drivers/eucalyptust.rst
@@ -8,3 +8,4 @@ API Docs
 --------
 
 .. autoclass:: libcloud.compute.drivers.ec2.EucNodeDriver
+    :members:

http://git-wip-us.apache.org/repos/asf/libcloud/blob/58af7121/docs/compute/drivers/ibm_sce.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/ibm_sce.rst b/docs/compute/drivers/ibm_sce.rst
index 6e7f440..715e7fb 100644
--- a/docs/compute/drivers/ibm_sce.rst
+++ b/docs/compute/drivers/ibm_sce.rst
@@ -5,3 +5,4 @@ API Docs
 --------
 
 .. autoclass:: libcloud.compute.drivers.ibm_sce.IBMNodeDriver
+    :members:

http://git-wip-us.apache.org/repos/asf/libcloud/blob/58af7121/docs/compute/drivers/nimbus.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/nimbus.rst b/docs/compute/drivers/nimbus.rst
index 3be111c..1c6f365 100644
--- a/docs/compute/drivers/nimbus.rst
+++ b/docs/compute/drivers/nimbus.rst
@@ -8,3 +8,4 @@ API Docs
 --------
 
 .. autoclass:: libcloud.compute.drivers.ec2.NimbusNodeDriver
+    :members:

http://git-wip-us.apache.org/repos/asf/libcloud/blob/58af7121/docs/compute/drivers/openstack.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/openstack.rst 
b/docs/compute/drivers/openstack.rst
index bb9bd74..e73c230 100644
--- a/docs/compute/drivers/openstack.rst
+++ b/docs/compute/drivers/openstack.rst
@@ -5,3 +5,4 @@ API Docs
 --------
 
 .. autoclass:: libcloud.compute.drivers.openstack.OpenStackNodeDriver
+    :members:

http://git-wip-us.apache.org/repos/asf/libcloud/blob/58af7121/docs/compute/drivers/vcloud.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/vcloud.rst b/docs/compute/drivers/vcloud.rst
index 6467b7e..9ace397 100644
--- a/docs/compute/drivers/vcloud.rst
+++ b/docs/compute/drivers/vcloud.rst
@@ -5,3 +5,4 @@ API Docs
 --------
 
 .. autoclass:: libcloud.compute.drivers.vcloud.VCloudNodeDriver
+    :members:

http://git-wip-us.apache.org/repos/asf/libcloud/blob/58af7121/docs/storage/drivers/google_storage.rst
----------------------------------------------------------------------
diff --git a/docs/storage/drivers/google_storage.rst 
b/docs/storage/drivers/google_storage.rst
index 264775d..a749237 100644
--- a/docs/storage/drivers/google_storage.rst
+++ b/docs/storage/drivers/google_storage.rst
@@ -17,6 +17,7 @@ API Docs
 --------
 
 .. autoclass:: libcloud.storage.driver.google_storage.GoogleStorageDriver
+    :members:
 
 .. _`XML API v1.0`: 
https://developers.google.com/storage/docs/reference/v1/apiversion1
 .. _`official documentation`: 
https://developers.google.com/storage/docs/reference/v1/apiversion1#new

Reply via email to