summaryrefslogtreecommitdiff
path: root/pycco
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #27 from mdornseif/masterTrey Hunner2011-09-301-3/+3
|\ \
| * | 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
* | | Fix bad handling of comments that use multiline delimiters surrounding a sing...Steve Johnson2011-09-121-0/+5
| |/ |/|
* | make JS work by escaping the start and end symbolsAaron Blohowiak2010-12-131-2/+2
|/
* Pedantry! (delimeter -> delimiter)Jesse Dubay2010-12-131-4/+4
* Merge branch 'smartypants'Christopher Gateley2010-12-111-4/+5
|\
| * added smartypants html entity conversion to go alongside markdown conversion.Christopher Gateley2010-12-111-4/+5
* | explicity disallow sections that have both empty 'doc' and empty 'code' sectionsChristopher Gateley2010-12-101-4/+5
|/
* Added support for multiple header levels. Previously only h3 was allowed.Christopher Gateley2010-12-041-4/+5
* Fixing bug with interaction with pystache and recursive rendering of context ...Nick Fitzgerald2010-11-221-3/+14
* Fixing bug where languages w/out multi-line delimiters were failingNick Fitzgerald2010-11-201-2/+2
* Adding support for erlangNick Fitzgerald2010-11-201-0/+2
* little things to readme and sectionsNick Fitzgerald2010-11-061-4/+4
* Fixing the comments sections up a litleNick Fitzgerald2010-11-061-1/+2
* Replacing options with keyword args, and updating the preprocessor a littleNick Fitzgerald2010-11-061-31/+58
* Updating some of the commentsNick Fitzgerald2010-11-061-5/+10
* Adding a period to the end of the sentenceNick Fitzgerald2010-11-061-1/+1
* Moving the __all__ to the bottomNick Fitzgerald2010-11-061-2/+1
* Making 'generate_html' return a string rather than dealing with files itself;...Nick Fitzgerald2010-11-061-24/+27
* Addressed the pycco as a module issuegoosemo2010-11-041-7/+7
* Fixed minor conflicts.goosemo2010-11-042-34/+42
|\
| * Import selected functions in to the top level moduleNick Fitzgerald2010-10-312-0/+5
| * Adding --directory flag so you can specify the output directoryNick Fitzgerald2010-10-301-18/+22
| * Remade this branch from the masterNick Fitzgerald2010-10-302-21/+32
| * Removing unused importsNick Fitzgerald2010-10-301-2/+0
| * And then there was utf-8Nick Fitzgerald2010-10-301-1/+1
| * Typo: replacing sources with source.Nick Fitzgerald2010-10-301-1/+1
* | Merge branch 'modulize' of github.com:goosemo/pyccogoosemo2010-11-042-8/+19
|\ \
| * | Remade this branch from the masterMorgan Goose2010-10-282-8/+19
* | | Merge branch 'docstrings'goosemo2010-11-041-7/+5
|\ \ \
| * \ \ Merge branch 'master' of git://github.com/fitzgen/pycco into docstringsMorgan Goose2010-10-281-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | Removed superfluous prints.Morgan Goose2010-10-251-2/+0
| * | | Merge in docstrings, and good orderingMorgan Goose2010-10-251-11/+47
| |\ \ \
| * | | | Ok, excluded the needed thing for using multi-line delims not as commentsMorgan Goose2010-10-251-2/+2
| * | | | Think that the order is good now for the docstrings.Morgan Goose2010-10-251-3/+3
* | | | | Merged in docstringsgoosemo2010-11-041-14/+59
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Got the scope checking working, so my doc block has the preformatted section.goosemo2010-10-221-6/+20
| * | | | Made the multiline strings and the start of preformatted markdown in blocksgoosemo2010-10-221-10/+32
| |/ / /
| * | | Added in some test stuff, and only pushing because this is on my laptop.Morgan Goose2010-10-191-6/+11
* | | | Merge branch 'languages'goosemo2010-11-041-6/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added in a few more languages.goosemo2010-10-271-6/+10
| |/ /
* | | Merge branch 'master' of http://github.com/fitzgen/pyccogoosemo2010-10-271-1/+2
|\ \ \ | |/ / |/| / | |/
| * Using the os module's builtin methods instead of opening a subprocess.Nick Fitzgerald2010-10-211-1/+2
* | Got a basic docstring parsed outMorgan Goose2010-10-181-1/+29
|/
* WhitespaceNick Fitzgerald2010-10-151-3/+3
* Fixing decoding bugNick Fitzgerald2010-10-151-1/+5
* Added a command file option for replicating the directory structure of source...Antti Kaihola2010-10-141-8/+20
* Fixed Python encoding declaration detection for 0- and 1-line filesAntti Kaihola2010-10-141-1/+1
* Fixes #1: refined and applied themoken's encoding declaration patchAntti Kaihola2010-10-141-0/+6