Changeset 171

Show
Ignore:
Timestamp:
02/04/07 07:42:36 (2 years ago)
Author:
mk
Message:

Updated documentation related to pep8 index.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r161 r171  
    246246  * package has high pylint score: 50 
    247247  * package has unit tests: 30 
    248   * package doesn't follow PEP8 conventions [#PEP8]_: -2 for each error type and -1 for each warning type 
     248  * (optional) package doesn't follow PEP8 conventions [#PEP8]_: -2 for each error type and -1 for each warning type 
    249249 
    250250The final score depends on how well the package scores for all indexes 
     
    269269:: 
    270270 
    271     $ python cheesecake_index -n nose 
     271    $ python cheesecake_index -n nose --with-pep8 
    272272    py_pi_download .........................  50  (downloaded package nose-0.9.1.tar.gz following 1 link from http://somethingaboutorange.com/mrl/projects/nose/nose-0.9.1.tar.gz) 
    273273    unpack .................................  25  (package unpacked successfully)