Releases: python-lsp/docstring-to-markdown
Releases · python-lsp/docstring-to-markdown
v0.5
Features:
- added minimal support for Sphinx directives (:func:, :meth:, :class:, :param:, :return:)
v0.4
Features:
- add bibliographic references parsing
- support numpy-style *args parameters:
arg1, arg2, ... : description
- add mypy
py.typed
and fix mypy warnings
Bug fixes:
- inline-blocks of warnings and math are now correctly parsed
v0.3
Features:
- signature detection (function/class signature in the first line of code)
- warning block detection
- kwargs and args in parameters detection
Bug fixes:
- lines after prompt (>>>)-specified code block are only interpreted as code output if there is no empty line in between