summaryrefslogtreecommitdiff
path: root/src/bin/sp-docgen.rs
AgeCommit message (Expand)AuthorFilesLines
2021-05-30bin: Remove obsolete single-call binariesDaniel Silverstone1-123/+0
2021-05-20bins: Switch to SUBPLOT_PLEASE=1 for separate binariesDaniel Silverstone1-2/+8
2021-05-02resources: Use new path checking orderDaniel Silverstone1-1/+6
2021-05-01bin: Emit warnings from old sp-* binariesDaniel Silverstone1-0/+3
2021-04-09CLI: Refactor out document loadingDaniel Silverstone1-3/+4
2021-02-17refactor: make Style have methods for querying, setting fieldsLars Wirzenius1-1/+3
2021-01-10docgen: Support --resourcesDaniel Silverstone1-1/+5
2020-12-18doc: Add lint/check for filenamesDaniel Silverstone1-0/+3
2020-09-01feat(docgen): typeset links as footnotes in PDFLars Wirzenius1-2/+6
2020-05-09Change: use a base directory for relative pathsLars Wirzenius1-1/+4
2020-05-08chore: Update to pandoc 0.8.0 releaseDaniel Silverstone1-7/+1
2020-05-02Change: produce docgen output if missing or older than any sourceLars Wirzenius1-37/+27
2020-05-01Fix: nits found by cargo clippyLars Wirzenius1-5/+0
2020-04-15Refactor: drop unnecessary comments, debugging outputLars Wirzenius1-20/+4
2020-04-15Refactor: avoid Pandoc::add_filter, move doc parsing to to ast.rsLars Wirzenius1-45/+24
2020-04-13Refactor: move check that document has title to lint methodLars Wirzenius1-1/+0
2020-04-12Fix: use OutputDirectoryError correctlyLars Wirzenius1-2/+5
2020-04-11Change: docgen to not change output needlesslyLars Wirzenius1-3/+46
2020-04-10Change: check for embedded files with non-unique namesLars Wirzenius1-0/+4
2020-03-28Change: use anyhow::Result as a generic result typeLars Wirzenius1-2/+4
2020-02-26Refactor: simpler way of getting first filenameLars Wirzenius1-1/+1
2020-02-26Add: --date option to sp-docgenLars Wirzenius1-1/+38
2020-02-15Change: require docgen, codegen to fail if document has no titleLars Wirzenius1-0/+1
2020-02-09Change: support citations for PandocLars Wirzenius1-0/+11
2020-01-05Change: set some Pandoc optionsLars Wirzenius1-0/+5
2019-12-29Refactor: rustfmtLars Wirzenius1-2/+1
2019-12-22Add: struct Document to represent a Subplot documentLars Wirzenius1-5/+4
2019-12-14Refactor: rename typeset_subplot to typeset_documentLars Wirzenius1-1/+1
2019-12-14Refactor: use our own Result type for our main programsLars Wirzenius1-1/+1
2019-10-11Change: rename binary names to ve less genericLars Wirzenius1-0/+47