Merge "Small doc cleanup round."

This commit is contained in:
Jenkins 2012-07-02 17:10:59 +00:00 committed by Gerrit Code Review
commit 20aa3ab779
2 changed files with 6 additions and 7 deletions

View File

@ -91,7 +91,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. Major themes that come with # The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'. # Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = 'nature' html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the

View File

@ -6,16 +6,16 @@ This is a client for OpenStack Nova API. There's :doc:`a Python API
<shell>` (installed as :program:`nova`). Each implements the entire <shell>` (installed as :program:`nova`). Each implements the entire
OpenStack Nova API. OpenStack Nova API.
You'll need an `OpenStack Nova` account, which you can get by using `nova-manage`. You'll need credentials for an OpenStack cloud that implements the
Compute API, such as TryStack, HP, or Rackspace, in order to use the nova client.
.. seealso:: .. seealso::
You may want to read `Rackspace's API guide`__ (PDF) -- the first bit, at You may want to read the `OpenStack Compute Developer Guide`__ -- the overview, at
least -- to get an idea of the concepts. Rackspace is doing the cloud least -- to get an idea of the concepts. By understanding the concepts
hosting thing a bit differently from Amazon, and if you get the concepts
this library should make more sense. this library should make more sense.
__ http://docs.rackspacecloud.com/servers/api/cs-devguide-latest.pdf __ http://docs.openstack.org/api/openstack-compute/2/content/
Contents: Contents:
@ -46,4 +46,3 @@ Indices and tables
* :ref:`genindex` * :ref:`genindex`
* :ref:`modindex` * :ref:`modindex`
* :ref:`search` * :ref:`search`