Changes between Version 4 and Version 5 of DevelopmentIdeas/ModularOptimization
- Timestamp:
- 04/24/07 04:18:19 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentIdeas/ModularOptimization
v4 v5 8 8 * [http://www.python.org/dev/peps/pep-0008/ PEP 8] -- Generic python coding standards. 9 9 * TestingGuidelines -- !NumPy/!SciPy testing guidelines. 10 * [http://www.scipy.org/DocstringStandard SciPy/DocstringStandard] -- !NumPy/!SciPy docstring standards. 10 * [source:trunk/FORMAT_GUIDELINES.txt] -- !SciPy naming standards: use_this_format_for_everything. I can't find any discussion of this and it is very annoying as python class names typically have CamelHumps as specified in PEP 8. 11 * [source:numpy/browser/trunk/numpy/doc/HOWTO_DOCUMENT.txt] -- !NumPy/!SciPy docstring standards to be complient with epydoc. 12 * [http://www.scipy.org/DocstringStandard SciPy/DocstringStandard] -- Older !NumPy/!SciPy docstring standard proposal. 11 13 12 14 {{{
