docs: Also expose NodeAuthSSHKey, NodeAuthPassword and NodeLocation class in the api docs.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c5d36f9d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c5d36f9d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c5d36f9d Branch: refs/heads/trunk Commit: c5d36f9d5ebfbac9a04387effda98b823e5ea3ea Parents: f941c9d Author: Tomaz Muraus <[email protected]> Authored: Thu Nov 14 16:02:52 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Thu Nov 14 16:02:52 2013 +0100 ---------------------------------------------------------------------- docs/compute/api.rst | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c5d36f9d/docs/compute/api.rst ---------------------------------------------------------------------- diff --git a/docs/compute/api.rst b/docs/compute/api.rst index e6c17b9..d73a372 100644 --- a/docs/compute/api.rst +++ b/docs/compute/api.rst @@ -13,5 +13,14 @@ Compute Base API .. autoclass:: libcloud.compute.base.NodeImage :members: +.. autoclass:: libcloud.compute.base.NodeLocation + :members: + +.. autoclass:: libcloud.compute.base.NodeAuthSSHKey + :members: + +.. autoclass:: libcloud.compute.base.NodeAuthPassword + :members: + .. autoclass:: libcloud.compute.base.StorageVolume :members:
