summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Addressed the pycco as a module issueMorgan Goose2010-11-081-7/+7
| | | |
* | | | Merge pull request #95 from goosemo/feature/Add-shell-script-as-a-typeZach Smith2016-04-041-0/+4
|\ \ \ \ | |_|_|/ |/| | | Allow for Bash scripts to be used with pycco
| * | | Allow for Bash scripts to be used with pyccoMorgan Goose2016-03-251-0/+4
|/ / /
* | | Point correctly to stylesheetZach Smith2015-12-282-3/+2
| | |
* | | Set max path length in testZach Smith2015-12-281-1/+1
| | |
* | | (0.4)0.4Zach Smith2015-12-284-15/+11
| | |
* | | Unicode-proof index generationZach Smith2015-12-282-2/+3
| | |
* | | Merge branch 'sitemap'Zach Smith2015-12-285-26/+137
|\ \ \
| * | | 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
| | | |
* | | | Make indent test usefulZach Smith2015-12-281-3/+4
| | | |
* | | | Change references to new home at pycco-docsZach Smith2015-12-281-2/+2
| | | |
* | | | (minor) Update hypothesis versions, insert needed newline in docsZach Smith2015-12-284-14/+28
| | | |
* | | | 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
| |\ \ \ \ | | | | | | | | | | | | Handle comments that contain only cross-references
| | * | | | 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
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Unit Tests + Basic Python 3 Support
| | * | | | 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 multiline
| * | | 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
|\ \ \ | | | | | | | | Added Tcl support
| * | | Add language hook to support TclErik Johnson2013-03-051-0/+2
|/ / /
* | | Merge pull request #61 from kzfm/haskell-supportTrey Hunner2012-06-231-0/+3
|\ \ \ | | | | | | | | support Haskell
| * | | supported HaskellKazufumi Ohkawa2012-06-211-0/+3
|/ / /
* | | Merge pull request #60 from jeamland/masterTrey Hunner2012-06-131-15/+25
|\ \ \ | | | | | | | | Implement forcing of the language from the command line.
| * | | Allow language to be forced from the command line.Benno Rice2012-06-131-6/+20
| | | | | | | | | | | | | | | | Fixes #31.
| * | | 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
|\ \ \ | | | | | | | | Allow doc string closing at the end of a line
| * | | docstrings can occur at the end of lines, as well as the start - the PEP ↵Avleen Vig2012-05-251-1/+1
|/ / / | | | | | | | | | doesn't suggest that this shouldn't be done, and it's completely valid syntax which many people use. This patch allows the closing docstring triple-quote to happen at the end of a line.'
* | | Merge pull request #55 from x3ro/background-fixTrey Hunner2012-04-071-3/+7
|\ \ \ | | | | | | | | Fix background not staying behind the code when scrolling horizontally
| * | | Fix background not staying behind the code when scrolling horizontallyLucas Jenss2012-04-051-3/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes a bug introduced in e2032e19b05 which changed the previous table layout to a pure CSS-based layout. Because the new layout used a "position: fixed" background, the background would not scroll when code lines were more wide than the browser window. This has been fixed by making the background "position: absolute" and moving it into the container DIV. Because the container DIV does not expand if its content is wider than the browser window though, I had to set the body background color to the same color than the code background and the container background to white, so that the left (comment) part stays white.
* | | 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
| | | | | | | | | | | | Fixes issue #51