Updated Branches: refs/heads/trunk b6cb0699f -> 9e4397034
docs: Also document VolumeSnapshot class. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/03f962c1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/03f962c1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/03f962c1 Branch: refs/heads/trunk Commit: 03f962c1497c490c781fc435c2d5edffa2f73c86 Parents: b6cb069 Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 8 23:28:46 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 8 23:28:46 2013 +0100 ---------------------------------------------------------------------- docs/compute/api.rst | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/03f962c1/docs/compute/api.rst ---------------------------------------------------------------------- diff --git a/docs/compute/api.rst b/docs/compute/api.rst index 334f463..eec1504 100644 --- a/docs/compute/api.rst +++ b/docs/compute/api.rst @@ -25,6 +25,9 @@ Compute Base API .. autoclass:: libcloud.compute.base.StorageVolume :members: +.. autoclass:: libcloud.compute.base.VolumeSnapshot + :members: + .. autoclass:: libcloud.compute.types.NodeState :members:
