summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Call main script from CIhypothesiszax2015-11-012-1/+2
* Move docstring to helper functionzax2015-11-011-2/+2
* Minor formattingzax2015-11-011-3/+3
* For now, punt on ensure directory test.zax2015-11-011-2/+1
* put test dirs in a timestamped dirzax2015-11-011-1/+2
* Organize importszax2015-11-011-2/+5
* Basic Python 3 supportzax2015-11-014-18/+35
* Use future printszax2015-11-011-1/+2
* Python 3.4 in CIzax2015-11-011-0/+1
* Factor out file handling in generate_documentationzax2015-11-011-11/+17
* Sanitize input to ensure_directoryzax2015-11-012-12/+38
* Test ensure_directoryzax2015-11-011-1/+10
* Test absolute path passed to destinationzax2015-11-012-2/+3
* Catch pygments' exception and raise our ownzax2015-11-012-7/+15
* Test get language with bad code.zax2015-11-011-1/+10
* Get language works with no filenamezax2015-11-012-16/+15
* Test get_languagezax2015-11-011-1/+9
* Test indented multi-line codezax2015-11-011-0/+13
* Test coding directivezax2015-11-011-0/+13
* Test Pycco on itselfzax2015-11-012-2/+9
* Basic CI with Travis and Coveralls.zax2015-11-017-6/+25
* use unicode string in destinationzax2015-11-011-1/+4
* Use .format instead of %.zax2015-11-011-21/+20
* (destination) bugfix absolute pathszax2015-10-282-2/+16
* Beginning of tests.zax2015-10-282-0/+21
* Minor cleanup of parse function and PEP8.zax2015-10-281-54/+64
* gitignore updateszax2015-10-282-47/+41
* (requirements) beginning of requirements filezax2015-10-281-0/+2
* (formatting) pep8zax2015-10-282-36/+49
* Merge pull request #67 from bryfry/patch-1Trey Hunner2013-04-271-1/+2
|\
| * add .c multilinebryfry2013-04-271-1/+2
|/
* Add CONTRIBUTING.md file noting project statusTrey Hunner2013-03-071-0/+12
* Merge pull request #65 from theerik/masterTrey Hunner2013-03-071-0/+2
|\
| * Add language hook to support TclErik Johnson2013-03-051-0/+2
|/
* Merge pull request #61 from kzfm/haskell-supportTrey Hunner2012-06-231-0/+3
|\
| * supported HaskellKazufumi Ohkawa2012-06-211-0/+3
|/
* Merge pull request #60 from jeamland/masterTrey Hunner2012-06-131-15/+25
|\
| * Allow language to be forced from the command line.Benno Rice2012-06-131-6/+20
| * Move language detection up into generate_documentation so we only do it once.Benno Rice2012-06-131-10/+6
| * Read in the code in the generate_documentation function.Benno Rice2012-06-131-2/+2
|/
* Merge pull request #58 from avleen/masterTrey Hunner2012-05-291-1/+1
|\
| * docstrings can occur at the end of lines, as well as the start - the PEP does...Avleen Vig2012-05-251-1/+1
|/
* Merge pull request #55 from x3ro/background-fixTrey Hunner2012-04-071-3/+7
|\
| * Fix background not staying behind the code when scrolling horizontallyLucas Jenss2012-04-051-3/+7
|/
* Fix regular expression grouping (missing period)Trey Hunner2012-03-311-2/+2
* Generate doc filenames in a slightly smarter wayTrey Hunner2012-03-311-8/+10
* 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