Repository: libcloud Updated Branches: refs/heads/trunk ffb63c2af -> a0fa3da6c
Add "Third Party Drivers" section to the documentation. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a0fa3da6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a0fa3da6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a0fa3da6 Branch: refs/heads/trunk Commit: a0fa3da6c54ffdd33db26980371af6c6a60eb977 Parents: ffb63c2 Author: Tomaz Muraus <[email protected]> Authored: Thu Jun 5 21:49:31 2014 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Jun 5 21:49:31 2014 +0200 ---------------------------------------------------------------------- docs/index.rst | 1 + docs/third_party_drivers.rst | 43 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a0fa3da6/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 66d4b9a..d026329 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,6 +31,7 @@ Main getting_started supported_providers + third_party_drivers compute/index storage/index loadbalancer/index http://git-wip-us.apache.org/repos/asf/libcloud/blob/a0fa3da6/docs/third_party_drivers.rst ---------------------------------------------------------------------- diff --git a/docs/third_party_drivers.rst b/docs/third_party_drivers.rst new file mode 100644 index 0000000..f9191d1 --- /dev/null +++ b/docs/third_party_drivers.rst @@ -0,0 +1,43 @@ +Third Party Drivers +=================== + +Libcloud includes most of the drivers in it's core, but some providers and +developers for various reasons decide to release their driver as a separate +PyPi package. + +This page lists those third party drivers. For documentation and usage examples, +please refer to the third party driver documentation (if available). + +Keep in mind that those drivers are not party of the core and such we can't +guarantee for the quality of those drivers. + +Compute +------- + ++-------------------+---------------------------------+--------------------------------------+ +| Provider | PyPi package | Source code | ++===================+=================================+======================================+ +| `StratusLab`_ | | `StratusLab/libcloud-drivers`_ | ++-------------------+---------------------------------+--------------------------------------+ +| `Snooze`_ | `stratuslab-libcloud-drivers`_ | `snooze-libcloud`_ | ++-------------------+---------------------------------+--------------------------------------+ + +DNS +---- + ++-------------------+--------------------------+--------------------------------------+ +| Provider | PyPi package | Source code | ++===================+==========================+======================================+ +| `DNSMadeEasy`_ | `libcloud-dnsmadeeasy`_ | `moses-palmer/libcloud-dnsmadeeasy`_ | ++-------------------+--------------------------+--------------------------------------+ + +.. _`StratusLab`: http://stratuslab.eu/ +.. _`Snooze`: http://snooze.inria.fr +.. _`snooze-libcloud`: https://github.com/msimonin/snooze-libcloud + +.. _`stratuslab-libcloud-drivers`: https://pypi.python.org/pypi/stratuslab-libcloud-drivers +.. _`StratusLab/libcloud-drivers`: https://github.com/StratusLab/libcloud-drivers + +.. _`DNSMadeEasy`: http://www.dnsmadeeasy.com/ +.. _`libcloud-dnsmadeeasy`: https://pypi.python.org/pypi/libcloud-dnsmadeeasy/1.0 +.. _`moses-palmer/libcloud-dnsmadeeasy`: https://github.com/moses-palmer/libcloud-dnsmadeeasy
