Tags: emacsfodder/etd
Tags
Remove first three limit, let etd-example-length
e.g
(let ((etd-example-length 5) ; Document 5 examples max per example set
(examples-file "mytests.el")
(template "README_template.md")
(readme "README.md"))
(etd-create-docs-file-for examples-file template readme))