Updated Branches:
  refs/heads/trunk bb9116940 -> f80f5809b

Start stubbing out provider specific documentation pages.


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

Branch: refs/heads/trunk
Commit: f80f5809be2c2642379d41e7356ebf545b34a7be
Parents: bb91169
Author: Tomaz Muraus <[email protected]>
Authored: Thu Sep 26 22:20:51 2013 +0200
Committer: Tomaz Muraus <[email protected]>
Committed: Thu Sep 26 22:24:33 2013 +0200

----------------------------------------------------------------------
 docs/compute/drivers/ec2.rst         |  7 +++++++
 docs/compute/drivers/eucalyptust.rst | 10 ++++++++++
 docs/compute/drivers/ibm_sce.rst     |  7 +++++++
 docs/compute/drivers/index.rst       | 10 ++++++++++
 docs/compute/drivers/nimbus.rst      | 10 ++++++++++
 docs/compute/drivers/openstack.rst   |  7 +++++++
 docs/compute/drivers/vcloud.rst      |  7 +++++++
 7 files changed, 58 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f80f5809/docs/compute/drivers/ec2.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/ec2.rst b/docs/compute/drivers/ec2.rst
new file mode 100644
index 0000000..2cc32fe
--- /dev/null
+++ b/docs/compute/drivers/ec2.rst
@@ -0,0 +1,7 @@
+Amazon EC2 Driver Documentation
+===============================
+
+API Docs
+--------
+
+.. autoclass:: libcloud.compute.drivers.ec2.BaseEC2NodeDriver

http://git-wip-us.apache.org/repos/asf/libcloud/blob/f80f5809/docs/compute/drivers/eucalyptust.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/eucalyptust.rst 
b/docs/compute/drivers/eucalyptust.rst
new file mode 100644
index 0000000..12007f2
--- /dev/null
+++ b/docs/compute/drivers/eucalyptust.rst
@@ -0,0 +1,10 @@
+Eucalyptus Driver Documentation
+===============================
+
+Eucalyptus driver is based on the Amazon EC2 driver so Amazon EC2 specific
+documentation, please refer to :doc:`EC2 Driver Documentation <ec2>` page.
+
+API Docs
+--------
+
+.. autoclass:: libcloud.compute.drivers.ec2.EucNodeDriver

http://git-wip-us.apache.org/repos/asf/libcloud/blob/f80f5809/docs/compute/drivers/ibm_sce.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/ibm_sce.rst b/docs/compute/drivers/ibm_sce.rst
new file mode 100644
index 0000000..6e7f440
--- /dev/null
+++ b/docs/compute/drivers/ibm_sce.rst
@@ -0,0 +1,7 @@
+IBM SmartCloud Enterprise Driver Documentation
+==============================================
+
+API Docs
+--------
+
+.. autoclass:: libcloud.compute.drivers.ibm_sce.IBMNodeDriver

http://git-wip-us.apache.org/repos/asf/libcloud/blob/f80f5809/docs/compute/drivers/index.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/index.rst b/docs/compute/drivers/index.rst
new file mode 100644
index 0000000..58afcb3
--- /dev/null
+++ b/docs/compute/drivers/index.rst
@@ -0,0 +1,10 @@
+Provider Documentation
+======================
+
+This chapter includes links to provider specific documentation pages.
+
+.. toctree::
+    :glob:
+    :maxdepth: 1
+
+    *

http://git-wip-us.apache.org/repos/asf/libcloud/blob/f80f5809/docs/compute/drivers/nimbus.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/nimbus.rst b/docs/compute/drivers/nimbus.rst
new file mode 100644
index 0000000..3be111c
--- /dev/null
+++ b/docs/compute/drivers/nimbus.rst
@@ -0,0 +1,10 @@
+Nimbus Driver Documentation
+===========================
+
+Nimbus driver is based on the Amazon EC2 driver so Amazon EC2 specific
+documentation, please refer to :doc:`EC2 Driver Documentation <ec2>` page.
+
+API Docs
+--------
+
+.. autoclass:: libcloud.compute.drivers.ec2.NimbusNodeDriver

http://git-wip-us.apache.org/repos/asf/libcloud/blob/f80f5809/docs/compute/drivers/openstack.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/openstack.rst 
b/docs/compute/drivers/openstack.rst
new file mode 100644
index 0000000..bb9bd74
--- /dev/null
+++ b/docs/compute/drivers/openstack.rst
@@ -0,0 +1,7 @@
+OpenStack Compute Driver Documentation
+======================================
+
+API Docs
+--------
+
+.. autoclass:: libcloud.compute.drivers.openstack.OpenStackNodeDriver

http://git-wip-us.apache.org/repos/asf/libcloud/blob/f80f5809/docs/compute/drivers/vcloud.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/vcloud.rst b/docs/compute/drivers/vcloud.rst
new file mode 100644
index 0000000..6467b7e
--- /dev/null
+++ b/docs/compute/drivers/vcloud.rst
@@ -0,0 +1,7 @@
+VMware vCloud Driver Documentation
+==================================
+
+API Docs
+--------
+
+.. autoclass:: libcloud.compute.drivers.vcloud.VCloudNodeDriver

Reply via email to