docs: Add a new page which lists supported providers 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/3f6b0143 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3f6b0143 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3f6b0143 Branch: refs/heads/trunk Commit: 3f6b0143634d96397ce12a01cab5dec971812f8b Parents: 3f0e699 Author: Tomaz Muraus <[email protected]> Authored: Wed Aug 7 22:51:11 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Aug 7 22:51:11 2013 +0200 ---------------------------------------------------------------------- docs/index.rst | 1 + docs/supported_providers.rst | 56 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3f6b0143/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 66e3e84..660c8b2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,6 +38,7 @@ Documentation :maxdepth: 3 getting_started + supported_providers compute/index storage/index loadbalancer/index http://git-wip-us.apache.org/repos/asf/libcloud/blob/3f6b0143/docs/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/supported_providers.rst b/docs/supported_providers.rst new file mode 100644 index 0000000..cb53e07 --- /dev/null +++ b/docs/supported_providers.rst @@ -0,0 +1,56 @@ +Supported Providers +=================== + +This pages lists supported providers and methods for all the APIs. + +Compute +------ + +Provider Matrix +~~~~~~~~~~~~~~~ + +.. include:: compute/_supported_providers.rst + +Supported Methods +~~~~~~~~~~~~~~~~~ + +.. include:: compute/_supported_providers.rst + +Load Balancer +------------- + +Provider Matrix +~~~~~~~~~~~~~~~ + +.. include:: loadbalancer/_supported_providers.rst + +Supported Methods +~~~~~~~~~~~~~~~~~ + +.. include:: loadbalancer/_supported_providers.rst + +Object Storage +-------------- + +Provider Matrix +~~~~~~~~~~~~~~~ + +.. include:: storage/_supported_providers.rst + +Supported Methods +~~~~~~~~~~~~~~~~~ + +.. include:: storage/_supported_providers.rst + +DNS +--- + +Provider Matrix +~~~~~~~~~~~~~~~ + +.. include:: dns/_supported_providers.rst + +Supported Methods +~~~~~~~~~~~~~~~~~ + +.. include:: dns/_supported_providers.rst
