summaryrefslogtreecommitdiff
path: root/pycco/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix simple typo: occurences -> occurrencesTim Gates2019-12-171-1/+1
| | | | Closes #111
* Docstring should be first.0.6.0Zach Smith2018-05-021-19/+20
|
* Merge branch 'master' into minor-fixesminor-fixesZach Smith2018-05-021-3/+4
|\
| * Alias --skip-bad-files to --ignore-errorsvrde2018-05-021-1/+3
| |
| * Option --skip-bad-files now skips all kind of bad filesvrde2018-04-191-2/+2
| |
* | Use a sensible set of markdown extensionsZach Smith2018-04-251-6/+23
| |
* | migrate optparse -> argparseZach Smith2018-04-251-19/+21
| |
* | Escape double dash in commentZach Smith2018-04-251-1/+1
| |
* | Turns out we were advertising smartypants but not making good on itZach Smith2018-04-251-3/+8
| |
* | Comment styleZach Smith2018-04-251-9/+10
| |
* | Comment style fixesZach Smith2018-04-251-7/+15
| |
* | Minor reorderZach Smith2018-04-251-2/+3
| |
* | Fix multicomment PythonZach Smith2018-04-251-5/+11
| |
* | Factor out languages to their own moduleZach Smith2018-04-251-76/+37
| |
* | Sort importsZach Smith2018-04-251-7/+7
| |
* | Resolve linter errors/minor cleanupZach Smith2018-04-251-30/+38
|/
* fixes codestyle errorsPedro Rodrigues2017-04-151-0/+2
|
* fixes some code style conformance errorsPedro Rodrigues2016-07-311-21/+22
|
* Add -s to continue on bad files0.5.1Zach Smith2016-06-041-11/+23
|
* Merge pull request #96 from goosemo/feature/Allow-recursing-directoriesZach Smith2016-06-041-5/+26
|\ | | | | Feature/allow recursing directories
| * autopep8 results, will squash if acceptableMorgan Goose2016-04-041-6/+10
| |
| * Feature addition to allow directory argumentsMorgan Goose2016-03-261-1/+18
| | | | | | | | | | | | | | | | This should address the feature request from issue-78, where the request was made to build documentation recursively for all files in a directory and it's subdirectories. https://github.com/pycco-docs/pycco/issues/78
* | Allow for Bash scripts to be used with pyccoMorgan Goose2016-03-251-0/+4
|/
* Merge branch 'sitemap'Zach Smith2015-12-281-22/+31
|\
| * 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
| |
* | Change references to new home at pycco-docsZach Smith2015-12-281-2/+2
| |
* | (minor) Update hypothesis versions, insert needed newline in docsZach Smith2015-12-281-0/+3
| |
* | Formatting cleanup after merge.Zach Smith2015-11-191-13/+13
| |
* | cleanup whitespace alignmentAndrew Trask2015-11-141-0/+1
| |
* | mergeAndrew Trask2015-11-141-14/+0
| |
* | mergeAndrew Trask2015-11-141-1/+16
|\ \
| * | Resynced whitespaceJonathan Sharpe2015-11-081-1/+0
| | |
| * | Merged latest changes from upstream/masterJonathan Sharpe2015-11-081-87/+136
| |\ \
| | * | Basic Python 3 supportzax2015-11-071-17/+27
| | | |
| | * | Factor out file handling in generate_documentationzax2015-11-071-11/+17
| | | |
| | * | Basic CI with Travis and Coveralls.zax2015-11-071-11/+25
| | | |
| | * | Requirements, cleanup and testszax2015-11-071-44/+50
| | | |
| | * | (formatting) pep8zax2015-10-281-35/+47
| | |/
| * | Handle comments that contain only cross-referencesjonrsharpe2015-01-191-10/+10
| |/
* | fixed pyco testAndrew Trask2015-11-141-89/+137
| |
* | newline string bugfix in issue #17Andrew Trask2015-11-031-11/+28
|/
* add .c multilinebryfry2013-04-271-1/+2
|
* Add language hook to support TclErik Johnson2013-03-051-0/+2
|
* supported HaskellKazufumi Ohkawa2012-06-211-0/+3
|
* 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
|
* 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.'