minor fixes
Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915
This commit is contained in:
parent
8d089518f0
commit
64f685ad63
@ -115,7 +115,7 @@ The source is maintained in the ``docs/source`` folder using
|
||||
|
||||
$ export DJANGO_SETTINGS_MODULE=local.local_settings
|
||||
$ python doc/generate_autodoc_index.py
|
||||
$ sphinx-build -b html doc/source build/sphinx/html
|
||||
$ sphinx-build -b html docs/source build/sphinx/html
|
||||
|
||||
Results are in the `build/sphinx/html` directory
|
||||
|
||||
|
@ -128,7 +128,7 @@ _code_map = dict((c.http_status, c) for c in [BadRequest, Unauthorized,
|
||||
|
||||
def from_response(response, body):
|
||||
"""
|
||||
Return an instance of an ClientException or subclass
|
||||
Return an instance of a ClientException or subclass
|
||||
based on an httplib2 response.
|
||||
|
||||
Usage::
|
||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ setuptools.setup(
|
||||
url='https://github.com/openstack/python-openstackclient',
|
||||
license="Apache License, Version 2.0",
|
||||
author='OpenStack Client Contributors',
|
||||
author_email='openstackclient@example.com',
|
||||
author_email='openstack@lists.launchpad.net',
|
||||
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
|
||||
classifiers=[
|
||||
'Development Status :: 2 - Pre-Alpha',
|
||||
|
Loading…
Reference in New Issue
Block a user