Repository: libcloud Updated Branches: refs/heads/trunk 60b5661c0 -> 6e8ad2de6
Fix underlines. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d0af4b71 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d0af4b71 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d0af4b71 Branch: refs/heads/trunk Commit: d0af4b717a4d2f4d1140d5b56abea82885745574 Parents: c7ffbe7 Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 6 14:33:34 2015 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 6 14:33:34 2015 +0800 ---------------------------------------------------------------------- docs/dns/drivers/godaddy.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/d0af4b71/docs/dns/drivers/godaddy.rst ---------------------------------------------------------------------- diff --git a/docs/dns/drivers/godaddy.rst b/docs/dns/drivers/godaddy.rst index f2238fb..50b4be0 100644 --- a/docs/dns/drivers/godaddy.rst +++ b/docs/dns/drivers/godaddy.rst @@ -1,5 +1,5 @@ GoDaddy DNS Driver Documentation -===================================== +================================ `GoDaddy`_ provide domain name registration and are the worlds largest with over 13 million customers. They also provide nameservers and DNS hosting as well as cloud and website hosting. @@ -20,7 +20,7 @@ Driver features * Submit completed agreements to purchase domains Instantiating the driver -------------------------------------- +------------------------ Before you instantiate a driver, you will need a GoDaddy account. @@ -37,7 +37,7 @@ You can then use these details to instantiate a driver with the arguments: :language: python Listing zones ---------------- +------------- .. literalinclude:: /examples/dns/godaddy/listing_zones.py :language: python @@ -113,4 +113,4 @@ API Docs :inherited-members: .. _`GoDaddy`: https://godaddy.com/ -.. _`GoDaddy API Website`: https://developer.godaddy.com/doc \ No newline at end of file +.. _`GoDaddy API Website`: https://developer.godaddy.com/doc
