You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/01/20 04:43:53 UTC

[05/50] libcloud git commit: Added APi docs for Joyent triton driver.

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 <an...@gmail.com>
Authored: Wed Dec 23 15:50:52 2015 +1100
Committer: anthony-shaw <an...@gmail.com>
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