Changes between Version 18 and Version 19 of coding_rules
- Timestamp:
- 08/06/20 15:40:51 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
coding_rules
v18 v19 104 104 105 105 === Docstrings === 106 Adhering to [https://www.python.org/dev/peps/pep-0257/ PEP8 Docstring Conventions] while attempting to mirror the conventions we follow under MATLAB, modules, functions, classes, and method definitions should be documented according to the following protocol ,106 Adhering to [https://www.python.org/dev/peps/pep-0257/ PEP8 Docstring Conventions] while attempting to mirror the conventions we follow under MATLAB, modules, functions, classes, and method definitions should be documented according to the following protocol: 107 107 108 108 {{{