From f0116b78f0b5f595bb71d32be90d578621cb5c79 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Sat, 27 May 2017 13:45:01 +0200 Subject: [PATCH] Fix inherited members not being documented --- doc/py_api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/py_api.rst b/doc/py_api.rst index 46f6f71..47fdfaa 100644 --- a/doc/py_api.rst +++ b/doc/py_api.rst @@ -46,8 +46,8 @@ Please note that this is not part of the default ``bob.io.base`` API, so in orde Details ------- -.. automodule:: - bob.io.base +.. automodule:: bob.io.base + :inherited-members: -.. automodule:: - bob.io.base.test_utils + +.. automodule:: bob.io.base.test_utils -- GitLab