added API target for nttcis.rst under docs loadbalancer and compute
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c5bd5b8d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c5bd5b8d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c5bd5b8d Branch: refs/heads/trunk Commit: c5bd5b8d38ab1c477575a2fd2296519e1ea12175 Parents: e6f4655 Author: mitch <[email protected]> Authored: Thu Oct 25 15:07:14 2018 -0400 Committer: mitch <[email protected]> Committed: Thu Oct 25 15:07:14 2018 -0400 ---------------------------------------------------------------------- docs/compute/drivers/nttcis.rst | 2 +- docs/loadbalancer/drivers/nttcis.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c5bd5b8d/docs/compute/drivers/nttcis.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/nttcis.rst b/docs/compute/drivers/nttcis.rst index 96160ce..e68cceb 100644 --- a/docs/compute/drivers/nttcis.rst +++ b/docs/compute/drivers/nttcis.rst @@ -64,7 +64,7 @@ API Docs :members: :inherited-members: -.. _`API`: http://cloud.dimensiondata.com/au/en/services/public-cloud/api +.. _`API`: https://docs.mcp-services.net/display/CCD/API+2 Debugging Tips http://git-wip-us.apache.org/repos/asf/libcloud/blob/c5bd5b8d/docs/loadbalancer/drivers/nttcis.rst ---------------------------------------------------------------------- diff --git a/docs/loadbalancer/drivers/nttcis.rst b/docs/loadbalancer/drivers/nttcis.rst index a0215e8..7bbd380 100644 --- a/docs/loadbalancer/drivers/nttcis.rst +++ b/docs/loadbalancer/drivers/nttcis.rst @@ -11,7 +11,7 @@ one of the public cloud instances or as a private instance on premises. :width: 300 :target: http://www.ntt.com/en/services/cloud/enterprise-cloud.html/ -CaaS has its own non-standard `API`_ , `libcloud` provides a Python +CaaS has its own non-standard `API`_, `libcloud` provides a Python wrapper on top of this `API`_ with common methods with other IaaS solutions and Public cloud providers. Therefore, you can use use the NTTC-CIS libcloud driver to communicate with both the public and private clouds. @@ -61,3 +61,5 @@ API Docs .. autoclass:: libcloud.loadbalancer.drivers.nttcis.NttCisLBDriver :members: :inherited-members: + +.. _`API`: https://docs.mcp-services.net/display/CCD/API+2 \ No newline at end of file
