diff options
author | Sander Vrijders <[email protected]> | 2018-03-28 17:42:03 +0200 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2018-03-28 18:20:36 +0200 |
commit | 74265717dcb72ee5e6abf54f7b67ba9d2658e0ed (patch) | |
tree | dae0a2c7208a9114292988fb02d2366834061136 /doc/emulab.rst | |
parent | e694075c7fdcc9c4579d55b792da7a1391401b35 (diff) | |
download | rumba-74265717dcb72ee5e6abf54f7b67ba9d2658e0ed.tar.gz rumba-74265717dcb72ee5e6abf54f7b67ba9d2658e0ed.zip |
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.
Diffstat (limited to 'doc/emulab.rst')
-rw-r--r-- | doc/emulab.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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: |