python-odml
python-odml copied to clipboard
Docstrings
While writing the tutorial I realized that the help function in iPython does not always provide proper information. I think the docstrings of the init functions need to be repeated or moved to the class.
Example:
help(odml.Section)
-> returns
Section(*args, **kwargs)