From 74265717dcb72ee5e6abf54f7b67ba9d2658e0ed Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 28 Mar 2018 17:42:03 +0200 Subject: model: Add docstrings to model This adds docstrings to the model so that Sphinx can parse them. It also adds some changes to the rst files and conf.py so that inherited members are shown and special members are not. --- doc/emulab.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/emulab.rst') diff --git a/doc/emulab.rst b/doc/emulab.rst index 376f07d..77ac3d0 100644 --- a/doc/emulab.rst +++ b/doc/emulab.rst @@ -14,3 +14,5 @@ a workaround is to start an ssh-agent and add the public key there. :: .. automodule:: rumba.testbeds.emulab :member-order: bysource + :show-inheritance: + :inherited-members: -- cgit v1.2.3