added myself to authors and fixed typo to follow standard
This commit is contained in:
parent
346bd0e7c9
commit
5424690912
2
Authors
2
Authors
@ -40,4 +40,4 @@ Trey Morris <trey.morris@rackspace.com>
|
||||
Vishvananda Ishaya <vishvananda@gmail.com>
|
||||
Youcef Laribi <Youcef.Laribi@eu.citrix.com>
|
||||
Zhixue Wu <Zhixue.Wu@citrix.com>
|
||||
|
||||
Ken Pepple <ken.pepple@gmail.com>
|
||||
|
@ -60,11 +60,12 @@ copyright = u'2010, United States Government as represented by the Administrator
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
import nova.version
|
||||
from nova import version as nova_version
|
||||
#import nova.version
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = nova.version.version_string()
|
||||
release = nova_version.version_string()
|
||||
# The short X.Y version.
|
||||
version = nova.version.canonical_version_string()
|
||||
version = nova_version.canonical_version_string()
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
Reference in New Issue
Block a user