docstripy.google#
docstripy.google.build_doc#
Docstring building functions for numpy style.
- build_doc_google(current_docstring, sections_dict, max_len, indent, *, include_type=True)#
Build docstring for google style.
docstripy.google.parse_doc#
Parser for Google style docstrings.
- parse_params(lines, section_name)#
Parse parameter section from Google format.
- parse_wild_sections_ranges(lines)#
Parse wild sections of a docstring from google format.
- Return type: