docs: autodoc libcloud.container.utils.docker.RegistryClient Add libcloud.container.utils.docker.RegistryClient to the documentation that Sphinx generates.
Signed-off-by: Rick van de Loo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ce58b4da Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ce58b4da Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ce58b4da Branch: refs/heads/trunk Commit: ce58b4da34545533e4ff71e578d34fbfaf375f55 Parents: 51c20cb Author: Ken Dreyer <[email protected]> Authored: Wed Nov 21 10:36:27 2018 -0700 Committer: Rick van de Loo <[email protected]> Committed: Thu Nov 22 07:04:50 2018 +0100 ---------------------------------------------------------------------- docs/container/utilities.rst | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ce58b4da/docs/container/utilities.rst ---------------------------------------------------------------------- diff --git a/docs/container/utilities.rst b/docs/container/utilities.rst index c2b17e9..2afdceb 100644 --- a/docs/container/utilities.rst +++ b/docs/container/utilities.rst @@ -3,5 +3,8 @@ Container Utility API ===================== +.. autoclass:: libcloud.container.utils.docker.RegistryClient + :members: + .. autoclass:: libcloud.container.utils.docker.HubClient :members:
