You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add option for user to provide list of words not to capitalize (#195)
* feat: add option for list of words not to capitalize
* test: for add option for list of words not to capitalize
* docs: update documentation for option not to capitalize
Copy file name to clipboardExpand all lines: docs/source/requirements.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ the requirement falls in, the type of requirement, and whether
163
163
' docformatter_4.5.1', ' One-line docstrings may end in any of the following punctuation marks [. ! ?]', ' Derived', ' May', ' Yes'
164
164
' docformatter_4.5.2', ' One-line docstrings will have the first word capitalized.', ' Derived', ' Shall', ' Yes'
165
165
' docformatter_4.5.2.1', ' First words in one-line docstrings that are variables or filenames shall remain unchanged.', ' Derived', ' Shall', ' Yes [PR #185, #188]'
166
+
' docformatter_4.5.2.2', ' First words in one-line docstrings that are user-specified to not be capitalized shall remain unchanged.', ' Derived', ' Shall', ' Yes [PR #194]'
166
167
' docformatter_4.5.3', ' Shall not place a newline after the first line of a wrapped one-line docstring.' ' Derived', ' Shall', ' Yes [PR #179]'
167
168
' PEP_257_5','**Multi-line docstrings:**'
168
169
' PEP_257_5.1',' A summary is just like a one-line docstring.',' Convention',' Shall',' Yes'
0 commit comments