summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge branch 'liw/check-libdocgen' into 'main'HEADmainDaniel Silverstone7-6/+174
7 daystests: generate library docs for share/**/*.yaml in ./checkLars Wirzenius1-1/+38
7 daysdocs: add docs to share/rust/lib/datadir.yamlLars Wirzenius1-0/+7
7 daysdocs: add docs to share/python/lib/daemon.yamlLars Wirzenius1-0/+52
7 daysdocs: add missing doc to share/common/runcmd.yamlLars Wirzenius1-1/+1
7 daysdocs: add doc to bindings in share/common/files.yamlLars Wirzenius1-1/+55
7 daysfeat: make libdocgen fail if a binding lacks a doc stringLars Wirzenius2-3/+21
2023-11-11Merge branch 'fix-320' into 'main'Lars Wirzenius2-2/+72
2023-11-11Merge branch 'fix-340' into 'main'Lars Wirzenius7-52/+43
2023-11-11Merge branch 'liw/libdoc' into 'main'Daniel Silverstone4-16/+191
2023-11-11Merge branch 'liw/css' into 'main'Daniel Silverstone3-1/+135
2023-11-11subplot: Validate some of the bindings semi-strictnessDaniel Silverstone1-0/+68
2023-11-11bindings: Be more strict about fields in bindings filesDaniel Silverstone1-2/+4
2023-11-11chore: Update from fehler to culpaDaniel Silverstone7-52/+43
2023-11-04feat: generate library documentation from bindings filesLars Wirzenius4-16/+191
2023-10-31feat: add some HTML class attributesLars Wirzenius1-1/+11
2023-10-31div for page body classLars Wirzenius1-0/+1
2023-10-30feat: allow adding CSS URLs to HTML outputLars Wirzenius3-0/+56
2023-10-30feat: allow .subplot to list CSS files to embed in HTML outputLars Wirzenius3-0/+67
2023-10-29Merge branch 'update-msrv' into 'main'Lars Wirzenius8-320/+348
2023-10-29chore: Update Cargo.lock indiscriminatelyDaniel Silverstone1-313/+337
2023-10-29chore: Update MSRV everywhere to 1.70Daniel Silverstone6-6/+10
2023-10-29gitlab-ci: Update MSRV to 1.70Daniel Silverstone1-1/+1
2023-10-21Merge branch 'liw/toc' into 'main'Daniel Silverstone3-6/+257
2023-10-21feat: insert a Table of Contents into generated HTMLLars Wirzenius3-6/+257
2023-10-15Merge branch 'fix-335' into 'main'Lars Wirzenius3-1/+76
2023-10-15Merge branch 'nix-chores' into 'main'Lars Wirzenius2-7/+8
2023-10-14chore: Update flake.nix and flake.lock with html-tidy etc.Daniel Silverstone2-7/+8
2023-10-14CONTRIBUTING: Document our expectation of DCODaniel Silverstone2-0/+44
2023-10-14CONTRIBUTING: Our MSRV is 1.63 currentlyDaniel Silverstone1-1/+1
2023-10-14DECISIONS: Record DCO decisionDaniel Silverstone1-0/+31
2023-10-10Merge branch 'fix' into 'main'Daniel Silverstone1-1/+1
2023-10-10fix: add tidy as a build dependency in the Debian packagingLars Wirzenius1-1/+1
2023-10-10Merge branch 'liw/html-correctness' into 'main'Daniel Silverstone3-18/+73
2023-10-09fix: verify that we generate correct HTMLLars Wirzenius1-1/+4
2023-10-09fix: add img alt attributes for diagrams and other imagesLars Wirzenius2-10/+14
2023-10-09fix: drop unwanted, custom attributes that Subplot usesLars Wirzenius2-3/+14
2023-10-09fix: only one of each attribute per HTML elementLars Wirzenius1-2/+34
2023-10-09fix: have only one <body> in a serialized HTML pageLars Wirzenius1-2/+4
2023-10-09fix: add an HTML5 doctype to the serialized HTMLLars Wirzenius1-1/+4
2023-10-07Merge branch 'liw/ofline-test' into 'main'Daniel Silverstone1-1/+2
2023-10-07Merge branch 'liw/re-enable-ref' into 'main'Daniel Silverstone2-3/+3
2023-09-08tests: don't run website example in --offline modeLars Wirzenius1-1/+2
2023-08-31tests: re-enable reference.subplotLars Wirzenius2-3/+3
2023-08-27Merge branch 'release-0.9' into 'main'0.9.0Lars Wirzenius7-11/+25
2023-08-27(release): Prepare 0.9.0 releaseDaniel Silverstone7-11/+25
2023-08-27Merge branch 'liw/breaking' into 'main'Daniel Silverstone1-0/+73
2023-08-27docs: review changes from DanielDaniel Silverstone1-4/+6
2023-08-27docs: decision on what is a breaking change, and isn'tLars Wirzenius1-0/+71
2023-08-12Merge branch 'add-location-to-rust-runner' into 'main'Lars Wirzenius11-22/+65