aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/literasc.py
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Clean up and modernize Python support codeDavid Robillard1-59/+66
Switches to safer and more modern idioms, and addresses many issues raised by flake8 and pylint.
2022-07-17Format all Python code with blackDavid Robillard1-40/+49
2022-07-17Use "python3" in shebangsDavid Robillard1-1/+1
Python 2 hit EOL long ago, and some systems don't have a "python" at all.
2020-02-16Use standard Turtle lexer in PygmentsDavid Robillard1-2/+2
A Turtle lexer was finally added in Pygments 2.1.
2018-09-23Fix various Python style issuesDavid Robillard1-6/+6
2016-10-03Include headers in literate documentationDavid Robillard1-1/+1
2014-08-05Improve book style.David Robillard1-2/+2
2013-12-25Bookify examploscope documentation.David Robillard1-4/+18
Fix book generator to include single-star C comments in code blocks.
2012-12-31Generate book from example plugin source.David Robillard1-0/+113