summaryrefslogtreecommitdiff
path: root/smartypants
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecationsYu-Jie Lin2016-12-251-1/+30
|
* fix install_test on missing Wheel package and argpare version option breaks ↵Yu-Jie Lin2014-06-291-3/+4
| | | | CLI on Python
* add isort testYu-Jie Lin2013-11-231-0/+1
|
* huge changeset for documentationYu-Jie Lin2013-08-241-0/+62
| | | | Now the documentation is generated by Sphinx. Related commands and configurations are also added. Many moved from README.rst to docstrings in the module.
* fix command-line --skip option help messageYu-Jie Lin2013-08-231-1/+1
|
* add --skip to command-line for skipped elementsYu-Jie Lin2013-08-181-0/+5
|
* deprecate function name smartyPants(), now smartypants()Yu-Jie Lin2013-08-181-2/+2
|
* deprecate str-type attr instead of direct removal, which will be removed at ↵Yu-Jie Lin2013-08-161-8/+5
| | | | | | v2.0.0. Attr "-1" now is Attr.s (or "s") a temporary function _str_attr_to_int is added for the transition before v2.0.0.
* redesign attr input with new Attr classYu-Jie Lin2013-08-151-4/+13
|
* add --versionYu-Jie Lin2013-08-141-1/+2
|
* add CLI scriptYu-Jie Lin2013-08-121-0/+30