Changes between Version 2 and Version 3 of CheckinChecklist

Show
Ignore:
Timestamp:
09/25/11 15:04:38 (20 months ago)
Author:
warren.weckesser
Comment:

Refer to init.py instead of info.py

Legend:

Unmodified
Added
Removed
Modified
  • CheckinChecklist

    v2 v3  
    99   including example(s) if the object is a function? 
    1010 * Have you updated the module-level documentation? 
    11    There are (usually) two relevant files: 
    12    * scipy/some_package/info.py 
    13    * doc/source/some_package.rst 
    14  * Have you updated the release notes? (doc/release/#.#.#-notes.rst) 
     11   Be sure that `scipy/some_package/__init__.py` reflects any changes that you have made. 
     12 * Have you updated the release notes? (`doc/release/#.#.#-notes.rst`) 
    1513   Any API changes (new stuff, changed stuff, deprecations, etc) 
    1614   should be noted in the release notes. 
    1715 * If the changes affect a tutorial, have you updated the tutorial? 
    18    The tutorials are in doc/source/tutorial. 
     16   The tutorials are in `doc/source/tutorial`. 
    1917 
    2018Finally, when you make a commit, give a useful commit message.