Updated Branches: refs/heads/trunk 6ed10daab -> a3f2304c0
docs: Add supported providers page for all the apis. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fcca0c79 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fcca0c79 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fcca0c79 Branch: refs/heads/trunk Commit: fcca0c792408d1d6f0ff3cbc3f0e6c3a8cec17c7 Parents: 6ed10da Author: Tomaz Muraus <[email protected]> Authored: Sun Aug 4 02:00:25 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Aug 4 02:00:25 2013 +0200 ---------------------------------------------------------------------- docs/compute/supported_providers.rst | 12 ++++++++++++ docs/dns/supported_providers.rst | 12 ++++++++++++ docs/loadbalancer/supported_providers.rst | 12 ++++++++++++ docs/storage/supported_providers.rst | 12 ++++++++++++ 4 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fcca0c79/docs/compute/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/compute/supported_providers.rst b/docs/compute/supported_providers.rst new file mode 100644 index 0000000..b04c521 --- /dev/null +++ b/docs/compute/supported_providers.rst @@ -0,0 +1,12 @@ +Supported Providers +=================== + +Provider Matrix +--------------- + +.. include:: _supported_providers.rst + +Supported Methods +----------------- + +.. include:: _supported_methods.rst http://git-wip-us.apache.org/repos/asf/libcloud/blob/fcca0c79/docs/dns/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/dns/supported_providers.rst b/docs/dns/supported_providers.rst new file mode 100644 index 0000000..b04c521 --- /dev/null +++ b/docs/dns/supported_providers.rst @@ -0,0 +1,12 @@ +Supported Providers +=================== + +Provider Matrix +--------------- + +.. include:: _supported_providers.rst + +Supported Methods +----------------- + +.. include:: _supported_methods.rst http://git-wip-us.apache.org/repos/asf/libcloud/blob/fcca0c79/docs/loadbalancer/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/loadbalancer/supported_providers.rst b/docs/loadbalancer/supported_providers.rst new file mode 100644 index 0000000..b04c521 --- /dev/null +++ b/docs/loadbalancer/supported_providers.rst @@ -0,0 +1,12 @@ +Supported Providers +=================== + +Provider Matrix +--------------- + +.. include:: _supported_providers.rst + +Supported Methods +----------------- + +.. include:: _supported_methods.rst http://git-wip-us.apache.org/repos/asf/libcloud/blob/fcca0c79/docs/storage/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/storage/supported_providers.rst b/docs/storage/supported_providers.rst new file mode 100644 index 0000000..b04c521 --- /dev/null +++ b/docs/storage/supported_providers.rst @@ -0,0 +1,12 @@ +Supported Providers +=================== + +Provider Matrix +--------------- + +.. include:: _supported_providers.rst + +Supported Methods +----------------- + +.. include:: _supported_methods.rst
