@@ -12,16 +12,16 @@ Current usage of ``pydocstringformatter``:
12
12
[--style {pep257,numpydoc} [{pep257,numpydoc} ...]]
13
13
[--strip-whitespaces --no-strip-whitespaces]
14
14
[--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]
15
19
[--linewrap-full-docstring --no-linewrap-full-docstring]
16
20
[--beginning-quotes --no-beginning-quotes]
17
21
[--closing-quotes --no-closing-quotes]
18
22
[--capitalize-first-letter --no-capitalize-first-letter]
19
23
[--final-period --no-final-period]
20
24
[--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]
25
25
[files ...]
26
26
27
27
positional arguments:
@@ -66,6 +66,22 @@ Current usage of ``pydocstringformatter``:
66
66
max length. The maximum length of a summary can be set
67
67
with the --max-summary-lines option. Styles: pep257.
68
68
(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)
69
85
--beginning-quotes, --no-beginning-quotes
70
86
Activate or deactivate beginning-quotes: Fix the
71
87
position of the opening quotes. Styles: default.
@@ -86,22 +102,6 @@ Current usage of ``pydocstringformatter``:
86
102
Activate or deactivate quotes-type: Change all opening
87
103
and closing quotes to be triple quotes. Styles:
88
104
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)
105
105
106
106
optional formatters:
107
107
these formatters are turned off by default
0 commit comments