File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ PyAnsys libraries, adhere to the additional style guidelines that follow.
44
44
45
45
Short Summary
46
46
-------------
47
- This is a single-line which goes right after the declaration of the function or
48
- class and provides a quick overview about the final goal of the code . The
49
- `` short summary `` is mandatory. If not present, :ref: `Doc Style Tools ` will
47
+ This is a single-line that goes right after the declaration of the class or
48
+ function for briefly describing what the class or function or does . The
49
+ `short summary ` is mandatory. If it is not present, :ref: `Doc Style Tools ` will
50
50
raise an error.
51
51
52
52
The short summary can be declared on the same line as the opening quotes or on
53
- the next line. Both ways are accepted by `PEP 257
54
- <https://peps.python.org/pep-0257> `_ but you must be consistent across your
55
- project. In case you decide to declare the short summary on the same line,
56
- please refer to :ref: `Numpydoc Validation `, as ``"GL01" `` check needs to be
53
+ the next line. While `PEP 257
54
+ <https://peps.python.org/pep-0257> `_ accepts both ways, you must be consistent across your
55
+ project. If you decide to declare the short summary on the same line,
56
+ refer to :ref: `Numpydoc Validation ` because the ``"GL01" `` check needs to be
57
57
disabled.
58
58
59
59
Depending in whether you are documenting a ``Class `` or a ``function ``, you will
You can’t perform that action at this time.
0 commit comments