feat: Stats page
This commit is contained in:
parent
811b96cf17
commit
1c303f8741
5 changed files with 272 additions and 129 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue