Files
nova/doc
TuanLAF dce1f7160c Fix invalid import order and remove import *
- Remove import * follow [H303] do not use wildcard * import [1]
- Made corrections in import order as per OpenStack import order template [1]
	{{stdlib imports in human alphabetical order}}
	\n
	{{third-party lib imports in human alphabetical order}}
	\n
	{{project imports in human alphabetical order}}
	\n
	\n
	{{begin your code}}

[1] http://docs.openstack.org/developer/hacking/#import-order-template

Change-Id: I3eded1b4bdc10d2a2bb36d41a1f9b5fd8ab2893a
2016-07-20 10:12:01 +07:00
..

OpenStack Nova Documentation README
===================================

Both contributor developer documentation and
REST API documentation are sourced here.

Contributor developer docs are built to:
http://docs.openstack.org/developer/nova/

API guide docs are built to:
http://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of
doc/source/development.environment.rst.