aboutsummaryrefslogtreecommitdiffstats
path: root/pykss
AgeCommit message (Collapse)Author
2013-07-13Removes stray print.. opps.Sean Brant
2013-07-13Fixes #4. Sections missing a reference are now ignored.Sean Brant
2013-07-13Closes #5. Now opens files using utf-8.Sean Brant
2013-06-09Fixing #1 and any other issues where zero lines would be normalized.Benjamin Knight
2013-03-15Adds sorting to section django template tagSean Brant
2013-03-14Adds optional syntax to example blocksSean Brant
This is helpful when you need to add a modifier call to template that might not otherwise have a class. Instead of displaying class="" you can wrap wrap the class []? which will strip it out of the section example but leave it in the modifier examples. <a href="#"[ class="$modifier_class]?>Link</a>
2013-03-14Fixes indenting issuesSean Brant
2013-03-13Adds support for adding examples inside commentsSean Brant
2013-03-11Fixes typoSean Brant
2013-03-11Fixes context related issuesSean Brant
2013-03-11Fixes modifier classes inside styleguideblocksSean Brant
2013-03-10fixes django view for 1.4 compatSean Brant
2013-03-10django 1.4 fixSean Brant
2013-03-10normalizes the casing on StyleguideSean Brant
2013-03-10Adds django view testsSean Brant
2013-03-10Adds tests for django template tagSean Brant
2013-03-10removes unneeded callSean Brant
2013-03-10Adds pykss.contrib.djangoSean Brant
Provides a generic view as well as a template tag for generating style guides.
2013-03-09Initial ImportSean Brant