Commit 09a77bb
fix: improve code quality and numpydoc documentation (#4125)
* fix: improve code quality and numpydoc documentation
- Fix typo in _get_file_name docstring parameter description
- Replace bare except clauses with specific OSError exceptions in launcher.py
- Remove duplicate logging statement in licensing.py, use LOG.info instead
- Add missing Parameters and Returns sections to Information class methods
- Fix GL02 docstring formatting issues (closing quotes placement)
- Add Returns section to convert.py format_using_autopep8 method
* fix: enable additional docstring checks for improved documentation quality
* Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
* chore: adding changelog file 4125.fixed.md [dependabot-skip]
* fix: enhance docstrings for MAPDL information properties to include return types
* fix: improve docstrings for GrpcError to include parameters and return types
* fix: update docstrings in convert.py to include parameters and return types
* fix: enhance docstrings in mapdl_extended.py to include parameters and return types
* chore: adding changelog file 4125.miscellaneous.md [dependabot-skip]
* fix: GL02 numpydoc issue
* fix: some PR01 issues.
* fix: enhance docstrings for return values in multiple classes
* fix: add test for title property in MapdlInfo class
* fix: all issues in information
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: pyansys-ci-bot <[email protected]>1 parent 3690b22 commit 09a77bb
74 files changed
Lines changed: 943 additions & 565 deletions
File tree
- doc
- changelog.d
- src/ansys/mapdl/core
- _commands
- apdl
- database
- graphics
- misc
- post1
- post26
- preproc
- solution
- database
- examples
- inline_functions
- mesh
- plotting
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1125 | 1125 | | |
1126 | 1126 | | |
1127 | 1127 | | |
1128 | | - | |
1129 | 1128 | | |
1130 | 1129 | | |
1131 | 1130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1265 | 1265 | | |
1266 | 1266 | | |
1267 | 1267 | | |
1268 | | - | |
1269 | | - | |
1270 | 1268 | | |
1271 | 1269 | | |
1272 | 1270 | | |
| |||
1427 | 1425 | | |
1428 | 1426 | | |
1429 | 1427 | | |
1430 | | - | |
1431 | | - | |
1432 | 1428 | | |
1433 | 1429 | | |
1434 | 1430 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2944 | 2944 | | |
2945 | 2945 | | |
2946 | 2946 | | |
2947 | | - | |
2948 | 2947 | | |
2949 | 2948 | | |
2950 | 2949 | | |
| |||
4766 | 4765 | | |
4767 | 4766 | | |
4768 | 4767 | | |
4769 | | - | |
4770 | 4768 | | |
4771 | 4769 | | |
4772 | 4770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
515 | 514 | | |
516 | 515 | | |
517 | 516 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | 243 | | |
245 | 244 | | |
246 | 245 | | |
| |||
652 | 651 | | |
653 | 652 | | |
654 | 653 | | |
655 | | - | |
656 | 654 | | |
657 | 655 | | |
658 | 656 | | |
| |||
935 | 933 | | |
936 | 934 | | |
937 | 935 | | |
938 | | - | |
939 | 936 | | |
940 | 937 | | |
941 | 938 | | |
| |||
1166 | 1163 | | |
1167 | 1164 | | |
1168 | 1165 | | |
1169 | | - | |
1170 | 1166 | | |
1171 | 1167 | | |
1172 | 1168 | | |
| |||
2056 | 2052 | | |
2057 | 2053 | | |
2058 | 2054 | | |
2059 | | - | |
2060 | 2055 | | |
2061 | 2056 | | |
2062 | 2057 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
1003 | | - | |
1004 | 1003 | | |
1005 | 1004 | | |
1006 | 1005 | | |
| |||
1192 | 1191 | | |
1193 | 1192 | | |
1194 | 1193 | | |
1195 | | - | |
1196 | 1194 | | |
1197 | 1195 | | |
1198 | 1196 | | |
| |||
1494 | 1492 | | |
1495 | 1493 | | |
1496 | 1494 | | |
1497 | | - | |
1498 | 1495 | | |
1499 | 1496 | | |
1500 | 1497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
374 | 373 | | |
375 | 374 | | |
376 | 375 | | |
377 | | - | |
378 | 376 | | |
379 | 377 | | |
380 | 378 | | |
| |||
580 | 578 | | |
581 | 579 | | |
582 | 580 | | |
583 | | - | |
584 | 581 | | |
585 | 582 | | |
586 | 583 | | |
| |||
762 | 759 | | |
763 | 760 | | |
764 | 761 | | |
765 | | - | |
766 | 762 | | |
767 | 763 | | |
768 | 764 | | |
| |||
1053 | 1049 | | |
1054 | 1050 | | |
1055 | 1051 | | |
1056 | | - | |
1057 | 1052 | | |
1058 | 1053 | | |
1059 | 1054 | | |
| |||
1350 | 1345 | | |
1351 | 1346 | | |
1352 | 1347 | | |
1353 | | - | |
1354 | 1348 | | |
1355 | 1349 | | |
1356 | 1350 | | |
| |||
1423 | 1417 | | |
1424 | 1418 | | |
1425 | 1419 | | |
1426 | | - | |
1427 | 1420 | | |
1428 | 1421 | | |
0 commit comments