Added APi docs for Joyent triton driver.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6d83dc03 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6d83dc03 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6d83dc03 Branch: refs/heads/trunk Commit: 6d83dc03908b09c941e08ab4cfcb1d081de0d620 Parents: 2450063 Author: anthony-shaw <[email protected]> Authored: Wed Dec 23 15:50:52 2015 +1100 Committer: anthony-shaw <[email protected]> Committed: Wed Dec 23 15:50:52 2015 +1100 ---------------------------------------------------------------------- docs/container/drivers/joyent.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6d83dc03/docs/container/drivers/joyent.rst ---------------------------------------------------------------------- diff --git a/docs/container/drivers/joyent.rst b/docs/container/drivers/joyent.rst index f6feb5f..fc43916 100644 --- a/docs/container/drivers/joyent.rst +++ b/docs/container/drivers/joyent.rst @@ -14,7 +14,7 @@ Mix Docker containers with container-native Linux to extend the benefits of cont Instantiating the driver ------------------------------------- -Download the script: +Download the script:: curl -O https://raw.githubusercontent.com/joyent/sdc-docker/master/tools/sdc-docker-setup.sh @@ -53,5 +53,13 @@ This should output something similar to the following:: .. literalinclude:: /examples/container/joyent/instantiate_driver.py :language: python +API Docs +-------- + +.. autoclass:: libcloud.container.drivers.joyent.JoyentContainerDriver + :members: + :inherited-members: + + .. _`Joyent Triton`: https://www.joyent.com/blog/understanding-triton-containers .. _`Joyent`: https://www.joyent.com/ \ No newline at end of file
