@@ -12,16 +12,16 @@ Current usage of ``pydocstringformatter``:
1212 [--style {pep257,numpydoc} [{pep257,numpydoc} ...]]
1313 [--strip-whitespaces --no-strip-whitespaces]
1414 [--split-summary-body --no-split-summary-body]
15+ [--numpydoc-section-order --no-numpydoc-section-order]
16+ [--numpydoc-name-type-spacing --no-numpydoc-name-type-spacing]
17+ [--numpydoc-section-spacing --no-numpydoc-section-spacing]
18+ [--numpydoc-section-hyphen-length --no-numpydoc-section-hyphen-length]
1519 [--linewrap-full-docstring --no-linewrap-full-docstring]
1620 [--beginning-quotes --no-beginning-quotes]
1721 [--closing-quotes --no-closing-quotes]
1822 [--capitalize-first-letter --no-capitalize-first-letter]
1923 [--final-period --no-final-period]
2024 [--quotes-type --no-quotes-type]
21- [--numpydoc-section-order --no-numpydoc-section-order]
22- [--numpydoc-name-type-spacing --no-numpydoc-name-type-spacing]
23- [--numpydoc-section-spacing --no-numpydoc-section-spacing]
24- [--numpydoc-section-hyphen-length --no-numpydoc-section-hyphen-length]
2525 [files ...]
2626
2727 positional arguments:
@@ -66,6 +66,22 @@ Current usage of ``pydocstringformatter``:
6666 max length. The maximum length of a summary can be set
6767 with the --max-summary-lines option. Styles: pep257.
6868 (default: True)
69+ --numpydoc-section-order, --no-numpydoc-section-order
70+ Activate or deactivate numpydoc-section-order: Change
71+ section order to match numpydoc guidelines. Styles:
72+ numpydoc. (default: True)
73+ --numpydoc-name-type-spacing, --no-numpydoc-name-type-spacing
74+ Activate or deactivate numpydoc-name-type-spacing:
75+ Ensure proper spacing around the colon separating
76+ names from types. Styles: numpydoc. (default: True)
77+ --numpydoc-section-spacing, --no-numpydoc-section-spacing
78+ Activate or deactivate numpydoc-section-spacing:
79+ Ensure proper spacing between sections. Styles:
80+ numpydoc. (default: True)
81+ --numpydoc-section-hyphen-length, --no-numpydoc-section-hyphen-length
82+ Activate or deactivate numpydoc-section-hyphen-length:
83+ Ensure hyphens after section header lines are proper
84+ length. Styles: numpydoc. (default: True)
6985 --beginning-quotes, --no-beginning-quotes
7086 Activate or deactivate beginning-quotes: Fix the
7187 position of the opening quotes. Styles: default.
@@ -86,22 +102,6 @@ Current usage of ``pydocstringformatter``:
86102 Activate or deactivate quotes-type: Change all opening
87103 and closing quotes to be triple quotes. Styles:
88104 default. (default: True)
89- --numpydoc-section-order, --no-numpydoc-section-order
90- Activate or deactivate numpydoc-section-order: Change
91- section order to match numpydoc guidelines. Styles:
92- numpydoc. (default: True)
93- --numpydoc-name-type-spacing, --no-numpydoc-name-type-spacing
94- Activate or deactivate numpydoc-name-type-spacing:
95- Ensure proper spacing around the colon separating
96- names from types. Styles: numpydoc. (default: True)
97- --numpydoc-section-spacing, --no-numpydoc-section-spacing
98- Activate or deactivate numpydoc-section-spacing:
99- Ensure proper spacing between sections. Styles:
100- numpydoc. (default: True)
101- --numpydoc-section-hyphen-length, --no-numpydoc-section-hyphen-length
102- Activate or deactivate numpydoc-section-hyphen-length:
103- Ensure hyphens after section header lines are proper
104- length. Styles: numpydoc. (default: True)
105105
106106 optional formatters:
107107 these formatters are turned off by default
0 commit comments