Changes between Version 4 and Version 5 of DevelopmentIdeas/ModularOptimization

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

Point to latest docstring standard.

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentIdeas/ModularOptimization

    v4 v5  
    88 * [http://www.python.org/dev/peps/pep-0008/ PEP 8] -- Generic python coding standards. 
    99 * 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. 
    1113 
    1214{{{