summaryrefslogtreecommitdiff
path: root/src/bin/sp-meta.rs
AgeCommit message (Expand)AuthorFilesLines
2021-05-30bin: Remove obsolete single-call binariesDaniel Silverstone1-44/+0
2021-05-20bins: Switch to SUBPLOT_PLEASE=1 for separate binariesDaniel Silverstone1-2/+8
2021-05-01bin: Emit warnings from old sp-* binariesDaniel Silverstone1-0/+3
2021-04-09bin: Abstract metadata handlingDaniel Silverstone1-108/+3
2021-04-09CLI: Refactor out document loadingDaniel Silverstone1-3/+3
2020-09-01feat(docgen): typeset links as footnotes in PDFLars Wirzenius1-2/+3
2020-06-08feat(sp-meta): list names of embedded files in outputLars Wirzenius1-0/+8
2020-05-24feat: sp-meta now supports json outputDaniel Silverstone1-2/+29
2020-05-21refactor: make sp-meta structure based ready for jsonDaniel Silverstone1-18/+69
2020-05-20feat!: allow multiple bindings and functions filesLars Wirzenius1-2/+9
2020-05-09Change: use a base directory for relative pathsLars Wirzenius1-9/+16
2020-05-02Change: produce docgen output if missing or older than any sourceLars Wirzenius1-1/+7
2020-05-01Fix: nits found by cargo clippyLars Wirzenius1-1/+0
2020-03-28Change: use anyhow::Result as a generic result typeLars Wirzenius1-1/+2
2020-01-07Change: use structopt in sp-meta, not raw command line parsingLars Wirzenius1-3/+12
2019-12-31Add: get filename for step implmenting functions from doc metadataLars Wirzenius1-6/+10
2019-12-31Add: Document::bindings_filename()Lars Wirzenius1-0/+8
2019-12-28Add: listing of scenarios to sp-metaLars Wirzenius1-1/+4
2019-12-28Change: sp-meta to show document titleLars Wirzenius1-1/+1
2019-12-28Fix: nitpicks found by cargo clippyLars Wirzenius1-1/+1
2019-12-22Add: struct Document to represent a Subplot documentLars Wirzenius1-0/+9