Changes between Version 5 and Version 6 of DevelopmentIdeas/ModularOptimization

Show
Ignore:
Timestamp:
04/24/07 04:27:00 (6 years ago)
Author:
mforbes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentIdeas/ModularOptimization

    v5 v6  
    88 * [http://www.python.org/dev/peps/pep-0008/ PEP 8] -- Generic python coding standards. 
    99 * TestingGuidelines -- !NumPy/!SciPy testing guidelines. 
    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. 
     10 * [source:trunk/FORMAT_GUIDELINES.txt 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 !CapWords as specified in PEP 8.   This should be checked with the newsgroup before finally deciding on names. 
     11 * [source:../../numpy/browser/trunk/numpy/doc/HOWTO_DOCUMENT.txt numpy/doc/HOWTO_DOCUMENT.txt] -- !NumPy/!SciPy docstring standards to be complient with epydoc. 
    1212 * [http://www.scipy.org/DocstringStandard SciPy/DocstringStandard] -- Older !NumPy/!SciPy docstring standard proposal. 
    1313