Commit d2310813 authored by Yuanle Song's avatar Yuanle Song
Browse files

update doc

parent 5349b7fb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
* COMMENT -*- mode: org -*-
  #+Date: 2014-05-09
  Time-stamp: <2016-07-27>
  Time-stamp: <2016-08-07>
  #+STARTUP: content
* current							      :entry:
** 
** 2016-08-07 in python project template, add a project wide pylintrc file.
see example ~/.pylintrc
** 2016-07-27 package name should not have -, auto convert it to _.
- package name is part of module name, - is not valid there.