PEP-8-ified the work of the last days.
Renamed methods in class Alias:
addDestination() -> add_destination()
delDestination() -> del_destination()
getDestinations() -> get_destinations()
Renamed methods in class Relocated:
setDestination() -> set_destination()
getInfo() -> get_info()
Renamed VMM/constants/VERSION.py -> VMM/constants/version.py
Adjusted relevant parts of the documentation.
.. Substitutions in section 1
.. |account.disk_usage| replace:: `account.disk_usage`
.. _account.disk_usage: vmm.cfg.5#account-disk-usage
.. |domain.force_deletion| replace:: `domain.force_deletion`
.. _domain.force_deletion: vmm.cfg.5#domain-force-deletion
.. |misc.transport| replace:: `misc.transport`
.. _misc.transport: vmm.cfg.5#misc-transport
.. #EOF