summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Added support for CoffeeScript's multiline commentsAlec Perkins2012-03-311-1/+2
* | | Use non-greedy regex matching for [[hyperlinks]]Trey Hunner2012-03-281-1/+1
* | | Add EditorConfig file for indentation and newlinesTrey Hunner2012-02-191-0/+15
* | | Remove only whitespaces for comment indentationTrey Hunner2012-01-311-1/+4
* | | handle unrecognized extensions and nested directoriesraylu2012-01-151-2/+2
* | | Bump version number (now 0.3.0)0.3.0Trey Hunner2011-12-291-1/+1
* | | Only delete file extension when computing destinationTrey Hunner2011-12-231-1/+1
* | | Merge pull request #44 from raylu/aa132916Trey Hunner2011-12-181-3/+3
|\ \ \
| * | | fix JS parsing errorraylu2011-12-171-3/+3
|/ / /
* | | Fix multiline code block indentation issue (#43)Trey Hunner2011-10-071-24/+4
* | | Use docstrings for methods, classes, and modulesTrey Hunner2011-10-061-72/+99
* | | Ignore trailing whitespace when finding sectionsTrey Hunner2011-10-041-1/+1
* | | Add link to Pycco source code on Github to docsTrey Hunner2011-10-041-1/+4
* | | Merge pull request #35 from mikemaltese/masterTrey Hunner2011-10-041-5/+7
|\ \ \
| * | | rstrip() code sections before highlighting -> generated docs looks tighterMichael Maltese2011-07-121-1/+1
| * | | Create a new code section on decoratorsMichael Maltese2011-07-111-1/+2
| * | | Allow sections with one empty section and one non-empty section (fixes commit...Michael Maltese2011-07-111-1/+1
| * | | Don't give decorators their own separatorsMichael Maltese2011-07-111-2/+3
* | | | Merge pull request #40 from akaihola/masterTrey Hunner2011-10-032-1/+65
|\ \ \ \
| * | | | Added watchdog as an optional requirement (for the monitoring feature) in set...Antti Kaihola2011-10-031-0/+1
| * | | | Added an option for continuous monitoring and automatic re-generating of docu...Antti Kaihola2011-10-031-1/+64
|/ / / /
* | | | Corrected typo in supported languagesSebastian Hillig2011-10-021-1/+1
* | | | Remove test case (accidently merged in #27)Trey Hunner2011-09-301-9/+0
* | | | Merge pull request #27 from mdornseif/masterTrey Hunner2011-09-302-3/+12
|\ \ \ \
| * | | | added a testcaseMaximillian Dornseif2011-01-211-0/+9
| * | | | Fix CSS path in multi-dir modeMaximillian Dornseif2011-01-211-3/+3
| * | | | make JS work by escaping the start and end symbolsAaron Blohowiak2011-01-211-2/+2
* | | | | Merge pull request #38 from irskep/patch-1Trey Hunner2011-09-301-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix bad handling of comments that use multiline delimiters surrounding a sing...Steve Johnson2011-09-121-0/+5
|/ / / /
* | | | Merge branch 'aaronblohowiak-11ba9f185a6e79d5cd13'Nick Fitzgerald2010-12-131-2/+2
|\ \ \ \
| * | | | make JS work by escaping the start and end symbolsAaron Blohowiak2010-12-131-2/+2
|/ / / /
* | | | Merge branch 'vreon-master'Nick Fitzgerald2010-12-131-4/+4
|\ \ \ \ | |/ / /
| * | | Pedantry! (delimeter -> delimiter)Jesse Dubay2010-12-131-4/+4
|/ / /
* | | Updating AUTHORSNick Fitzgerald2010-12-121-0/+1
* | | Merge branch 'kurige-smartypants'Nick Fitzgerald2010-12-122-5/+6
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/kurige/pycco into kurige-smartypantsNick Fitzgerald2010-12-122-5/+6
| |\ \ \ |/ / / /
| * | | Merge branch 'smartypants'Christopher Gateley2010-12-112-5/+6
| |\ \ \
| | * | | added smartypants html entity conversion to go alongside markdown conversion.Christopher Gateley2010-12-112-5/+6
| * | | | explicity disallow sections that have both empty 'doc' and empty 'code' sectionsChristopher Gateley2010-12-102-5/+7
| * | | | added back in unused 'jump-list' specific css and htmlChristopher Gateley2010-12-101-0/+51
| * | | | moved from table to pure css layout designChristopher Gateley2010-12-101-111/+53
| |/ / /
* | | | Merge branch 'kurige-f909871'Nick Fitzgerald2010-12-112-71/+66
|\ \ \ \
| * | | | explicity disallow sections that have both empty 'doc' and empty 'code' sectionsChristopher Gateley2010-12-112-5/+7
| * | | | added back in unused 'jump-list' specific css and htmlChristopher Gateley2010-12-111-0/+51
| * | | | moved from table to pure css layout designChristopher Gateley2010-12-111-111/+53
|/ / / /
* | | | Merge remote branch 'kurige/master'Nick Fitzgerald2010-12-041-4/+5
|\ \ \ \ | |/ / /
| * | | Added support for multiple header levels. Previously only h3 was allowed.Christopher Gateley2010-12-041-4/+5
|/ / /
* | | Bumping version number0.2.0Nick Fitzgerald2010-11-221-2/+2
* | | Adding to gitignoreNick Fitzgerald2010-11-221-0/+3
* | | Fixing bug with interaction with pystache and recursive rendering of context ...Nick Fitzgerald2010-11-222-3/+17