Updated Branches: refs/heads/trunk 18211fac3 -> 683717beb
docs: Link supported providers pages, display toc on index page. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/683717be Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/683717be Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/683717be Branch: refs/heads/trunk Commit: 683717beb06eb6dd565734486251e8fe8ced3004 Parents: 18211fa Author: Tomaz Muraus <[email protected]> Authored: Sun Aug 4 03:16:53 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Aug 4 03:16:53 2013 +0200 ---------------------------------------------------------------------- docs/compute/index.rst | 6 ++++++ docs/dns/index.rst | 6 ++++++ docs/index.rst | 10 +++++----- docs/loadbalancer/index.rst | 6 ++++++ docs/storage/index.rst | 6 ++++++ 5 files changed, 29 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/683717be/docs/compute/index.rst ---------------------------------------------------------------------- diff --git a/docs/compute/index.rst b/docs/compute/index.rst index ca8c909..25c8a9b 100644 --- a/docs/compute/index.rst +++ b/docs/compute/index.rst @@ -37,6 +37,12 @@ Block Storage * **StorageVolume** - represents a block storage volume * **VolumeSnapshot** - represents a point in time snapshot of a StorageVolume +Supported Providers +------------------- + +For a list of supported providers see :doc:`supported providers page +</compute/supported_providers>`. + Examples -------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/683717be/docs/dns/index.rst ---------------------------------------------------------------------- diff --git a/docs/dns/index.rst b/docs/dns/index.rst index e0fe0f6..3bc2b94 100644 --- a/docs/dns/index.rst +++ b/docs/dns/index.rst @@ -12,6 +12,12 @@ Terminology a record type and data attribute. Data depends on the record type. * **RecordType** - represents a DNS record type (A, AAAA, MX, TXT, etc.) +Supported Providers +------------------- + +For a list of supported providers see :doc:`supported providers page +</dns/supported_providers>`. + Examples -------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/683717be/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 984a5b2..7209f8b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,12 +33,12 @@ Resource you can manage with Libcloud are divided in the following categories: .. toctree:: :glob: :maxdepth: 3 - :hidden: - compute/* - storage/* - loadbalancer/* - dns/* + compute/index + storage/index + loadbalancer/index + dns/index + troubleshooting other/* .. _`Apache 2.0 license`: https://www.apache.org/licenses/LICENSE-2.0.html http://git-wip-us.apache.org/repos/asf/libcloud/blob/683717be/docs/loadbalancer/index.rst ---------------------------------------------------------------------- diff --git a/docs/loadbalancer/index.rst b/docs/loadbalancer/index.rst index 77accae..7040078 100644 --- a/docs/loadbalancer/index.rst +++ b/docs/loadbalancer/index.rst @@ -13,6 +13,12 @@ Terminology * **Algorithm** - represents a load balancing algorithm (round-robin, random, least connections, etc.). +Supported Providers +------------------- + +For a list of supported providers see :doc:`supported providers page +</loadbalancer/supported_providers>`. + Examples -------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/683717be/docs/storage/index.rst ---------------------------------------------------------------------- diff --git a/docs/storage/index.rst b/docs/storage/index.rst index 4b06f7c..be7d8b4 100644 --- a/docs/storage/index.rst +++ b/docs/storage/index.rst @@ -14,6 +14,12 @@ Terminology container and a folder on file system is that containers cannot be nested. Some APIs and providers (e.g. AWS) refer to it as a Bucket. +Supported Providers +------------------- + +For a list of supported providers see :doc:`supported providers page +</storage/supported_providers>`. + Examples --------
