summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-06Release version 0.1.0.v0.1.0Arun Isaac
2021-07-06NEWS: Update.Arun Isaac
2021-07-06.gitignore: Update rules regarding website directory.Arun Isaac
2021-07-06Makefile: Add release target.Arun Isaac
2021-07-05ccwl: Remove extra blank lines.Arun Isaac
2021-07-05website: Highlight code snippets.Arun Isaac
2021-07-05doc: Inline code snippets.Arun Isaac
2021-07-05doc: Add python named arguments example.Arun Isaac
2021-07-04Makefile: Replace top_builddir with builddir.Arun Isaac
2021-07-04Makefile: Pass image path to skribilo.Arun Isaac
2021-07-04doc: Use PNG images instead of SVG.Arun Isaac
2021-07-04Makefile: Pass source path to skribilo.Arun Isaac
2021-07-04doc: Search for source-ref referenced files in source-path.Arun Isaac
2021-07-04doc: Remove redundant file open.Arun Isaac
2021-07-04Makefile: Distribute documentation.Arun Isaac
2021-07-04Makefile: Include .depends with automake.Arun Isaac
2021-07-04Makefile: Clean only directories in clean-local.Arun Isaac
2021-07-04Makefile: Build skribilo documentation in-place.Arun Isaac
2021-07-04Makefile: List files in a single line.Arun Isaac
2021-07-04scripts: Do not compile ccwl files.Arun Isaac
2021-07-04Makefile: Do not create website directory.Arun Isaac
2021-07-04Makefile: Add prefix variables for silencing commands.Arun Isaac
2021-07-03doc: Use emph instead of quotes for emphasis.Arun Isaac
2021-07-03doc: Move skribilo configuration into doc directory.Arun Isaac
2021-07-03Makefile: Build skribilo configuration before documentation.Arun Isaac
2021-07-03guix.scm: Depend on cwltool and graphviz.Arun Isaac
2021-07-03guix.scm: Import (gnu packages skribilo).Arun Isaac
2021-07-03doc: Squeeze double space.Arun Isaac
2021-07-03Makefile: Comment on -local targets.Arun Isaac
2021-07-02.dir-locals.el: Indent syntax-lambda** correctly.Arun Isaac
2021-07-02.dir.locals.el: Remove unused indentation specifiers.Arun Isaac
2021-07-02doc: Add copyright headers.Arun Isaac
2021-07-02build-aux: Do not make backup files.Arun Isaac
2021-07-02tests: Ensure stdin input has no inputBinding.Arun Isaac
2021-07-02tests: Remove unnecessary import.Arun Isaac
2021-07-02Makefile: Track dependencies automatically.Arun Isaac
2021-06-29doc: Document passing input into stdin.Arun Isaac
2021-06-29ccwl: Return #f if alist is empty after filtering.Arun Isaac
2021-06-28Makefile: Clean entire website manual directory.Arun Isaac
2021-06-28ccwl: Import (srfi srfi-2).Arun Isaac
2021-06-28ccwl: Fix indentation.Arun Isaac
2021-06-28website: Constrain images within their containers.Arun Isaac
2021-06-28doc: Add workflow graphs.Arun Isaac
2021-06-28Makefile: Build workflow images.Arun Isaac
2021-06-28ccwl: Support SVG images in HTML documentation.Arun Isaac
2021-06-22doc: Specify command inputs in a separate argument.Arun Isaac
2021-06-22doc: Fix comma position.Arun Isaac
2021-06-21doc: Fill paragraph.Arun Isaac
2021-06-21ccwl: Link source links to entire s-exp.Arun Isaac
2021-06-19website: Set foreground color to black.Arun Isaac