Skip to content

Commit 78fa6e7

Browse files
committed
Improve web page index, and add more Aya literate pages
1 parent 742d2aa commit 78fa6e7

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Formal Land
22

3-
My monorepo for formalization:
3+
My monorepo for formalization.
44

5-
- [![Lean 4 CI](https://github.com/utensil/formal-land/actions/workflows/lean4.yml/badge.svg)](https://github.com/utensil/formal-land/actions/workflows/lean4.yml)
6-
- [README.md](./lean4/README.md)
7-
- website: [lean4](https://utensil.github.io/formal-land/lean4/)
8-
- [![Aya CI](https://github.com/utensil/formal-land/actions/workflows/aya.yml/badge.svg)](https://github.com/utensil/formal-land/actions/workflows/aya.yml)
9-
- [README.md](./aya/README.md)
10-
- website: [literate.aya](https://utensil.github.io/formal-land/aya/literate.aya.html)
5+
[![Lean 4 CI](https://github.com/utensil/formal-land/actions/workflows/lean4.yml/badge.svg)](https://github.com/utensil/formal-land/actions/workflows/lean4.yml) [![TLA+ CI](https://github.com/utensil/formal-land/actions/workflows/tla.yml/badge.svg)](https://github.com/utensil/formal-land/actions/workflows/tla.yml) [![Aya CI](https://github.com/utensil/formal-land/actions/workflows/aya.yml/badge.svg)](https://github.com/utensil/formal-land/actions/workflows/aya.yml)
6+
7+
- [Lean 4 Playground](./lean4/README.md)
8+
- [example index](https://utensil.github.io/formal-land/lean4/)
9+
- [Aya Playground](https://utensil.github.io/formal-land/aya/literate.aya.html)
10+
- [haskeller-tutorial](https://utensil.github.io/formal-land/aya/haskeller-tutorial.html)
11+
- [prover-tutorial](https://utensil.github.io/formal-land/aya/prover-tutorial.html)
12+
- [literate](https://utensil.github.io/formal-land/aya/literate.html)

aya/justfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ test:
1010
aya haskeller-tutorial.aya
1111
aya prover-tutorial.aya
1212

13-
doc:
13+
@doc:
1414
mkdir -p dist
15-
-aya literate.aya.md --pretty-format=html --pretty-color=emacs --pretty-inline-code-style -o dist/literate.aya.html
15+
aya haskeller-tutorial.aya --pretty-format=html --pretty-color=emacs --pretty-inline-code-style -o dist/askeller-tutorial.html
16+
aya prover-tutorial.aya --pretty-format=html --pretty-color=emacs --pretty-inline-code-style -o dist/prover-tutorial.html
17+
-aya literate.aya.md --pretty-format=html --pretty-color=emacs --pretty-inline-code-style -o dist/literate.html
1618
# -aya literate.aya.md --pretty-format=markdown --pretty-color=emacs -pretty-inline-code-style -o dist/literate.aya.md

0 commit comments

Comments
 (0)