summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into sitemapsitemapZach Smith2015-11-071-1/+2
|\
| * Unwrap comprehension in testZach Smith2015-11-071-1/+2
* | Merge branch 'master' into sitemapZach Smith2015-11-079-101/+301
|\ \ | |/
| * Merge pull request #89 from fitzgen/hypothesisZach Smith2015-11-079-89/+286
| |\
| | * Basic Python 3 supportzax2015-11-074-28/+51
| | * Factor out file handling in generate_documentationzax2015-11-071-11/+17
| | * Basic CI with Travis and Coveralls.zax2015-11-079-41/+153
| | * Requirements, cleanup and testszax2015-11-075-44/+87
| | * (formatting) pep8zax2015-10-282-36/+49
| |/
* | added optional index/sitemap generationSteffen Kampmann2014-02-231-3/+66
* | added c headers to available languagesskampm2s2014-02-211-0/+3
* | added opencl and improved some debug outputskampm2s2014-02-211-2/+6
|/
* 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
* 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
|/ /