diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-03-27 16:40:59 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-03-28 16:41:40 +0200 |
commit | e694075c7fdcc9c4579d55b792da7a1391401b35 (patch) | |
tree | cc75c83e5ef17133c2f9e754be3eb0ebee4d6984 /doc | |
parent | a1bddf0ab2cd7bee30b1f0dc1575c0b8c532e157 (diff) | |
download | rumba-e694075c7fdcc9c4579d55b792da7a1391401b35.tar.gz rumba-e694075c7fdcc9c4579d55b792da7a1391401b35.zip |
testbeds, prototypes, model: Add docstrings
This adds docstrings for methods of in the testbeds, prototypes and
certain things in the model.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/log.rst b/doc/log.rst index 6084cf2..1fd3b6f 100644 --- a/doc/log.rst +++ b/doc/log.rst @@ -1,5 +1,10 @@ Logging ============= -.. automodule:: rumba.log - :member-order: bysource +.. autofunction:: rumba.log.set_logging_level + +.. autofunction:: rumba.log.reset_logging_level + +.. autofunction:: rumba.log.flush_and_kill_logging + +.. autofunction:: rumba.log.flush_log |