Updated Branches: refs/heads/trunk 6bf42e1e7 -> 9e6863c0c
docs: Add a note about extenstion arguments to the FAQ entry. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/20fdc9c8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/20fdc9c8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/20fdc9c8 Branch: refs/heads/trunk Commit: 20fdc9c86bc1e115ebe67bb83a880955cb6ad019 Parents: 6bf42e1 Author: Tomaz Muraus <[email protected]> Authored: Tue Aug 13 15:45:03 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Aug 13 15:45:03 2013 +0200 ---------------------------------------------------------------------- docs/faq.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/20fdc9c8/docs/faq.rst ---------------------------------------------------------------------- diff --git a/docs/faq.rst b/docs/faq.rst index ba5f898..fa1850c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -11,8 +11,8 @@ that you can't manage block storage independent of the compute API. This also makes sense because in most cases you are only interested in attaching or detaching volumes from and to the compute nodes. -What are the extension methods? -------------------------------- +What are the extension methods and arguments? +--------------------------------------------- Libcloud acts as a lowest common denominator and exposes a unified base API which allows you to work with many different cloud providers through a single @@ -23,8 +23,9 @@ functionality offered by different cloud service providers is available through a base API. Libcloud solves this problem and allows user to access provider specific -functionality through so called extension methods. Extension methods are -all the methods which are prefixed with the ``ex_``. +functionality through a so called extension methods and arguments. Extension +methods and arguments are all the methods and arguments which are prefixed +with ``ex_``. Extension methods are there for your convenience, but you should be careful when you use them because they make switching or working with multiple
