Updated Branches: refs/heads/trunk a50862046 -> 6af002454
docs: Add a missing section, fix some formatting issues. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/71fba543 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/71fba543 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/71fba543 Branch: refs/heads/trunk Commit: 71fba543c8b5459f7e5040e8378332702ec9a6e0 Parents: a508620 Author: Tomaz Muraus <[email protected]> Authored: Wed Dec 18 19:22:03 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Wed Dec 18 19:22:03 2013 +0100 ---------------------------------------------------------------------- docs/compute/index.rst | 4 ++++ docs/compute/supported_providers.rst | 2 +- docs/supported_providers.rst | 9 +++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/71fba543/docs/compute/index.rst ---------------------------------------------------------------------- diff --git a/docs/compute/index.rst b/docs/compute/index.rst index 99159e3..dbefcb4 100644 --- a/docs/compute/index.rst +++ b/docs/compute/index.rst @@ -34,6 +34,10 @@ Compute * :class:`~libcloud.compute.types.NodeState` - represents a node state. Standard states are: ``running``, ``stopped``, ``rebooting``, ``terminated``, ``pending``, and ``unknown``. + +Key Pair Management +~~~~~~~~~~~~~~~~~~~ + * :class:`~libcloud.compute.base.KeyPair` - represents an SSH key pair object. Block Storage http://git-wip-us.apache.org/repos/asf/libcloud/blob/71fba543/docs/compute/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/compute/supported_providers.rst b/docs/compute/supported_providers.rst index 6c8381c..204f49a 100644 --- a/docs/compute/supported_providers.rst +++ b/docs/compute/supported_providers.rst @@ -17,6 +17,6 @@ Supported Methods (block storage) .. include:: _supported_methods_block_storage.rst Supported Methods (key pair management) ---------------------------------- +--------------------------------------- .. include:: _supported_methods_key_pair_management.rst http://git-wip-us.apache.org/repos/asf/libcloud/blob/71fba543/docs/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/supported_providers.rst b/docs/supported_providers.rst index 68716af..c7f58ef 100644 --- a/docs/supported_providers.rst +++ b/docs/supported_providers.rst @@ -11,8 +11,8 @@ Provider Matrix .. include:: compute/_supported_providers.rst -Supported Methods (Main) -~~~~~~~~~~~~~~~~~~~~~~~~ +Supported Methods (Base compute) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: compute/_supported_methods_main.rst @@ -21,6 +21,11 @@ Supported Methods (Block Storage) .. include:: compute/_supported_methods_block_storage.rst +Supported Methods (Key pair management) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. include:: compute/_supported_methods_key_pair_management.rst + Load Balancer -------------
