docstripy.numpy#
docstripy.numpy.build_doc#
Docstring building functions for numpy style.
- build_doc_numpy(current_docstring, sections_dict, max_len, indent, *, include_type=True)#
Build docstring for numpy style.
docstripy.numpy.parse_doc#
Parser for Numpy style docstrings.
- parse_params(lines, section_name='param')#
Parse parameter section from Numpy format.