Add versionadded directive to dockerio module

Also changed the top line of the docstring, as this affects its
appearance in the docs, and this top line should be a simple explanation
of the module. Having "overview of this module" in this line is
redundant.
This commit is contained in:
Erik Johnson 2013-10-21 10:24:29 -05:00
parent 95efdad8ba
commit 498d9013b7

View File

@ -1,8 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Management of dockers: overview of this module
==============================================
Management of dockers
=====================
.. versionadded:: Hydrogen
.. note::