Docstrings
Open
v1.4
- Dominant language
- Python
- Stars
- 25
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
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)`
Contributor guide
Assessment
This issue has not been assessed yet.