summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Factor out highlight into more functional stylebugfix-indentZach Smith2015-11-193-95/+89
* Bump version number -> 0.3.1v0.3.1Zach Smith2015-11-191-15/+15
* Formatting cleanup after merge.Zach Smith2015-11-192-21/+20
* cleanup whitespace alignmentAndrew Trask2015-11-141-0/+1
* mergeAndrew Trask2015-11-142-17/+1
* mergeAndrew Trask2015-11-144-2/+40
|\
| * Merge pull request #82 from textbook/cross-refZach Smith2015-11-082-1/+8
| |\
| | * Added test for parsing of comments with only cross-referencesJonathan Sharpe2015-11-081-0/+7
| | * Resynced whitespaceJonathan Sharpe2015-11-081-1/+0
| | * Merged latest changes from upstream/masterJonathan Sharpe2015-11-089-89/+288
| | |\ | | |/ | |/|
| * | Unwrap comprehension in testZach Smith2015-11-071-1/+2
| * | 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
| |/ /
| | * Handle comments that contain only cross-referencesjonrsharpe2015-01-191-10/+10
| |/
* | fixed pyco testAndrew Trask2015-11-147-90/+294
* | newline string bugfix in issue #17Andrew Trask2015-11-031-11/+28
|/
* 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