feat: Stats page

This commit is contained in:
jstoobysmith 2024-11-11 11:23:27 +00:00
parent 811b96cf17
commit 1c303f8741
5 changed files with 272 additions and 129 deletions

View file

@ -47,6 +47,9 @@ jobs:
- name: make list of informal proofs and lemmas
run : lake exe informal mkFile mkDot mkHTML
- name: make stats page
run : lake exe stats mkHTML
- name: Generate svg from dot
run : dot -Tsvg -o ./docs/graph.svg ./docs/InformalDot.dot