Updated Branches: refs/heads/trunk 79caaccba -> acbe1b4a0
docs: Include api docs for Node, NodeSize and NodeImage classes. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/acbe1b4a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/acbe1b4a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/acbe1b4a Branch: refs/heads/trunk Commit: acbe1b4a07d435074a3a164fe2f9236b6598edad Parents: 79caacc Author: Tomaz Muraus <[email protected]> Authored: Thu Nov 14 13:29:57 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Thu Nov 14 13:29:57 2013 +0100 ---------------------------------------------------------------------- docs/compute/api.rst | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/acbe1b4a/docs/compute/api.rst ---------------------------------------------------------------------- diff --git a/docs/compute/api.rst b/docs/compute/api.rst index ec93283..e6c17b9 100644 --- a/docs/compute/api.rst +++ b/docs/compute/api.rst @@ -4,5 +4,14 @@ Compute Base API .. autoclass:: libcloud.compute.base.NodeDriver :members: +.. autoclass:: libcloud.compute.base.Node + :members: + +.. autoclass:: libcloud.compute.base.NodeSize + :members: + +.. autoclass:: libcloud.compute.base.NodeImage + :members: + .. autoclass:: libcloud.compute.base.StorageVolume :members:
