aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2013-08-18Removed scripts directory.John MacFarlane
This has been put in its own github repo: https://github.com/jgm/pandoc-filters-python
2013-08-16Added scripts/deflists.py to filter examples.John MacFarlane
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane
2013-08-14pandoc.py: Fixed bug for {}, removed rawInline, rawBlock.John MacFarlane
2013-08-14Small code cleanup.John MacFarlane
2013-08-14Added scripts/tikz.py.John MacFarlane
2013-08-14Minor code reformatting in script examples.John MacFarlane
2013-08-14Added scripts/abc.py.John MacFarlane
2013-08-14Improved graphviz.py.John MacFarlane
It won't regenerate images that have already been built.
2013-08-14Added graphviz.py example script.John MacFarlane
2013-08-14Commented python modules/sample scripts.John MacFarlane
2013-08-13Added module for writing python scripts, with several examples.John MacFarlane
See scripts subdirectory.