File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ The source is maintained in the ``docs/source`` folder using
115115
116116 $ export DJANGO_SETTINGS_MODULE=local.local_settings
117117 $ python doc/generate_autodoc_index.py
118- $ sphinx-build -b html doc /source build/sphinx/html
118+ $ sphinx-build -b html docs /source build/sphinx/html
119119
120120Results are in the `build/sphinx/html ` directory
121121
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ class HTTPNotImplemented(ClientException):
128128
129129def from_response (response , body ):
130130 """
131- Return an instance of an ClientException or subclass
131+ Return an instance of a ClientException or subclass
132132 based on an httplib2 response.
133133
134134 Usage::
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def read(fname):
4242 url = 'https://github.com/openstack/python-openstackclient' ,
4343 license = "Apache License, Version 2.0" ,
4444 author = 'OpenStack Client Contributors' ,
45- author_email = 'openstackclient@example.com ' ,
45+ author_email = 'openstack@lists.launchpad.net ' ,
4646 packages = setuptools .find_packages (exclude = ['tests' , 'tests.*' ]),
4747 classifiers = [
4848 'Development Status :: 2 - Pre-Alpha' ,
You can’t perform that action at this time.
0 commit comments