diff options
author | Simon Leinen <simon.leinen@gmail.com> | 2017-04-02 12:55:20 +0200 |
---|---|---|
committer | Simon Leinen <simon.leinen@gmail.com> | 2017-04-02 13:03:27 +0200 |
commit | 0010ab79b45cb111634c83bd7415752984a8d767 (patch) | |
tree | d21ffa6dfd91880838943f229d9e690091ac36ad /doc | |
parent | b98a033d1673b8da8ca261b1dfc6cb0bd6996e9d (diff) | |
download | python-novaclient-0010ab79b45cb111634c83bd7415752984a8d767.tar.gz |
Update Compute API Guide pointer
Since the description of the individual API calls have been moved to
the API Reference, the API Guide is more or less what the "overview"
in the original guide was. Therefore I just pointed to the guide, and
removed the phrase "-- the overview, at least --".
Change-Id: I8b1cb6a7ea4469a91f0dfe69d26f4ffec178ed43
Closes-Bug: 1678591
Signed-off-by: Simon Leinen <simon.leinen@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 2e40292a..4421c910 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -11,11 +11,11 @@ Compute API, such as TryStack, HP, or Rackspace, in order to use the nova client .. seealso:: - You may want to read the `OpenStack Compute Developer Guide`__ -- the overview, at - least -- to get an idea of the concepts. By understanding the concepts + You may want to read the `OpenStack Compute API Guide`__ + to get an idea of the concepts. By understanding the concepts this library should make more sense. - __ http://docs.openstack.org/api/openstack-compute/2/content/ + __ https://developer.openstack.org/api-guide/compute/index.html Contents: |