Remove outdated moduleauthor tags
The moduelauthor tags are used by the docs to see who wrote what. But many of them are outdated and wrong. fixes bug 1044578 Change-Id: I9cc27430c906d1418faf28e1b53f6306c62e8f98
This commit is contained in:
parent
d399c75568
commit
771458f724
@ -23,12 +23,6 @@
|
|||||||
.. automodule:: nova
|
.. automodule:: nova
|
||||||
:platform: Unix
|
:platform: Unix
|
||||||
:synopsis: Infrastructure-as-a-Service Cloud platform.
|
:synopsis: Infrastructure-as-a-Service Cloud platform.
|
||||||
.. moduleauthor:: Jesse Andrews <jesse@ansolabs.com>
|
|
||||||
.. moduleauthor:: Devin Carlen <devin.carlen@gmail.com>
|
|
||||||
.. moduleauthor:: Vishvananda Ishaya <vishvananda@gmail.com>
|
|
||||||
.. moduleauthor:: Joshua McKenty <joshua@cognition.ca>
|
|
||||||
.. moduleauthor:: Manish Singh <yosh@gimp.org>
|
|
||||||
.. moduleauthor:: Andy Smith <andy@anarkystic.com>
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import gettext
|
import gettext
|
||||||
|
@ -23,7 +23,4 @@
|
|||||||
.. automodule:: nova.cloudpipe
|
.. automodule:: nova.cloudpipe
|
||||||
:platform: Unix
|
:platform: Unix
|
||||||
:synopsis: An OpenVPN server for every nova user.
|
:synopsis: An OpenVPN server for every nova user.
|
||||||
.. moduleauthor:: Devin Carlen <devin.carlen@gmail.com>
|
|
||||||
.. moduleauthor:: Vishvananda Ishaya <vishvananda@gmail.com>
|
|
||||||
.. moduleauthor:: Joshua McKenty <jmckenty@gmail.com>
|
|
||||||
"""
|
"""
|
||||||
|
@ -23,10 +23,4 @@
|
|||||||
.. automodule:: nova.objectstore
|
.. automodule:: nova.objectstore
|
||||||
:platform: Unix
|
:platform: Unix
|
||||||
:synopsis: Currently a trivial file-based system, getting extended w/ swift.
|
:synopsis: Currently a trivial file-based system, getting extended w/ swift.
|
||||||
.. moduleauthor:: Jesse Andrews <jesse@ansolabs.com>
|
|
||||||
.. moduleauthor:: Devin Carlen <devin.carlen@gmail.com>
|
|
||||||
.. moduleauthor:: Vishvananda Ishaya <vishvananda@gmail.com>
|
|
||||||
.. moduleauthor:: Joshua McKenty <joshua@cognition.ca>
|
|
||||||
.. moduleauthor:: Manish Singh <yosh@gimp.org>
|
|
||||||
.. moduleauthor:: Andy Smith <andy@anarkystic.com>
|
|
||||||
"""
|
"""
|
||||||
|
@ -22,12 +22,6 @@
|
|||||||
|
|
||||||
.. automodule:: nova.tests
|
.. automodule:: nova.tests
|
||||||
:platform: Unix
|
:platform: Unix
|
||||||
.. moduleauthor:: Jesse Andrews <jesse@ansolabs.com>
|
|
||||||
.. moduleauthor:: Devin Carlen <devin.carlen@gmail.com>
|
|
||||||
.. moduleauthor:: Vishvananda Ishaya <vishvananda@gmail.com>
|
|
||||||
.. moduleauthor:: Joshua McKenty <joshua@cognition.ca>
|
|
||||||
.. moduleauthor:: Manish Singh <yosh@gimp.org>
|
|
||||||
.. moduleauthor:: Andy Smith <andy@anarkystic.com>
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# See http://code.google.com/p/python-nose/issues/detail?id=373
|
# See http://code.google.com/p/python-nose/issues/detail?id=373
|
||||||
|
@ -22,10 +22,4 @@
|
|||||||
|
|
||||||
.. automodule:: nova.volume
|
.. automodule:: nova.volume
|
||||||
:platform: Unix
|
:platform: Unix
|
||||||
.. moduleauthor:: Jesse Andrews <jesse@ansolabs.com>
|
|
||||||
.. moduleauthor:: Devin Carlen <devin.carlen@gmail.com>
|
|
||||||
.. moduleauthor:: Vishvananda Ishaya <vishvananda@yahoo.com>
|
|
||||||
.. moduleauthor:: Joshua McKenty <joshua@cognition.ca>
|
|
||||||
.. moduleauthor:: Manish Singh <yosh@gimp.org>
|
|
||||||
.. moduleauthor:: Andy Smith <andy@anarkystic.com>
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user