docs: Include key pair management supported methods table.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0624129c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0624129c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0624129c Branch: refs/heads/trunk Commit: 0624129cf83d40ccca6b39154f6a5dbbf3104fd8 Parents: 711fd24 Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 8 13:54:15 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 8 13:55:07 2013 +0100 ---------------------------------------------------------------------- docs/compute/supported_providers.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0624129c/docs/compute/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/compute/supported_providers.rst b/docs/compute/supported_providers.rst index 121e609..6c8381c 100644 --- a/docs/compute/supported_providers.rst +++ b/docs/compute/supported_providers.rst @@ -6,8 +6,8 @@ Provider Matrix .. include:: _supported_providers.rst -Supported Methods (compute) ---------------------------- +Supported Methods (base compute) +-------------------------------- .. include:: _supported_methods_main.rst @@ -15,3 +15,8 @@ Supported Methods (block storage) --------------------------------- .. include:: _supported_methods_block_storage.rst + +Supported Methods (key pair management) +--------------------------------- + +.. include:: _supported_methods_key_pair_management.rst
