- Parser: add a new function,
parse_from_object
, that supports scattered docstrings (thanks to @mauvilsa)
- Parser: fix autodetection (regression from 0.14)
- Numpydoc: Improved support for Example / Examples section
- Google: Added support for Example / Examples section
- General: Added support for lone
:rtype:
meta information (thanks to @abergou)
- General: Started tracking changes
- General: Added ability to combine function docstrings (thanks to @abergou)
- ReST: Added support for
:type:
and:rtype:
(thanks to @abergou)