jdxi_editor.devel.bad_docstrings ================================ .. py:module:: jdxi_editor.devel.bad_docstrings Attributes ---------- .. autoapisummary:: jdxi_editor.devel.bad_docstrings.DOCSTRING_PATTERN jdxi_editor.devel.bad_docstrings.parser Functions --------- .. autoapisummary:: jdxi_editor.devel.bad_docstrings.fix_docstrings_in_file jdxi_editor.devel.bad_docstrings.scan_directory Module Contents --------------- .. py:data:: DOCSTRING_PATTERN .. py:function:: fix_docstrings_in_file(file_path: str, dry_run: bool = True) -> bool Fix malformed docstrings in a file. .. py:function:: scan_directory(path: str, dry_run: bool = True) Recursively fix malformed docstrings in Python files. .. py:data:: parser