Updated Branches:
  refs/heads/trunk 74c05d0ef -> 0814ed690

docs: Fix a couple of typos, include correct tables.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0814ed69
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0814ed69
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0814ed69

Branch: refs/heads/trunk
Commit: 0814ed69041d40776e298ddde4441d0f0f5d2913
Parents: 74c05d0
Author: Tomaz Muraus <[email protected]>
Authored: Thu Sep 12 21:01:20 2013 +0200
Committer: Tomaz Muraus <[email protected]>
Committed: Thu Sep 12 21:01:20 2013 +0200

----------------------------------------------------------------------
 .../generate_provider_feature_matrix_table.py   |  2 +-
 docs/supported_providers.rst                    | 26 ++++++++++++++------
 2 files changed, 19 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0814ed69/contrib/generate_provider_feature_matrix_table.py
----------------------------------------------------------------------
diff --git a/contrib/generate_provider_feature_matrix_table.py 
b/contrib/generate_provider_feature_matrix_table.py
index 919420c..7f7c903 100755
--- a/contrib/generate_provider_feature_matrix_table.py
+++ b/contrib/generate_provider_feature_matrix_table.py
@@ -83,7 +83,7 @@ FRIENDLY_METHODS_NAMES = {
         'attach_volume': 'attach volume',
         'detach_volume': 'detach volume',
         'list_volume_snapshots': 'list snapshots',
-        'create_volume_snapshot': 'create snapshop'
+        'create_volume_snapshot': 'create snapshot'
     },
     'loadbalancer': {
         'create_balancer': 'create balancer',

http://git-wip-us.apache.org/repos/asf/libcloud/blob/0814ed69/docs/supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/supported_providers.rst b/docs/supported_providers.rst
index 3612e61..a1606be 100644
--- a/docs/supported_providers.rst
+++ b/docs/supported_providers.rst
@@ -11,10 +11,15 @@ Provider Matrix
 
 .. include:: compute/_supported_providers.rst
 
-Supported Methods
-~~~~~~~~~~~~~~~~~
+Supported Methods (Main)
+~~~~~~~~~~~~~~~~~~~~~~~~
 
-.. include:: compute/_supported_providers.rst
+.. include:: compute/_supported_methods_main.rst
+
+Supported Methods (Block Storage)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. include:: compute/_supported_methods_block_storage.rst
 
 Load Balancer
 -------------
@@ -27,7 +32,7 @@ Provider Matrix
 Supported Methods
 ~~~~~~~~~~~~~~~~~
 
-.. include:: loadbalancer/_supported_providers.rst
+.. include:: loadbalancer/_supported_methods.rst
 
 Object Storage
 --------------
@@ -37,10 +42,15 @@ Provider Matrix
 
 .. include:: storage/_supported_providers.rst
 
-Supported Methods
-~~~~~~~~~~~~~~~~~
+Supported Methods (Main)
+~~~~~~~~~~~~~~~~~~~~~~~~
 
-.. include:: storage/_supported_providers.rst
+.. include:: storage/_supported_methods_main.rst
+
+Supported Methods (CDN)
+~~~~~~~~~~~~~~~~~~~~~~~
+
+.. include:: storage/_supported_methods_cdn.rst
 
 DNS
 ---
@@ -53,4 +63,4 @@ Provider Matrix
 Supported Methods
 ~~~~~~~~~~~~~~~~~
 
-.. include:: dns/_supported_providers.rst
+.. include:: dns/_supported_methods.rst

Reply via email to