Skip to content

Commit

Permalink
minor edits to readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
loganrjmurphy committed May 28, 2024
1 parent 51a7efd commit d303833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AutoFormalization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The results can be found from the root directory under `results`, under the subd

### Evaluating Autoformalized Theorem Statements

Before you run any evaluation scripts for theorem statements, make sure you run `lake build E3` to build the equivalence checker.

#### Standard Equivalence Checking
Once you've formalized a set of theoerem statements, you can use our equivalence checker `E3` to logically evaluate them in batch against the ground truth theorems in LeanEuclid.

Expand Down
2 changes: 1 addition & 1 deletion E3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ While `E3` can be used in an *ad hoc* manner, we also provide a Python wrapper f

### Setup

From the root directory of LeanEuclid, run `lake build E3`
From the root directory of LeanEuclid, run `lake build E3`.

### Overview

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Take the following steps to build the Lean project:

Optionally, you can:

1. Run `lake build Book` to build all proofs in the first book of Euclid's *Elements* (takes a few minutes)
// 1. Run `lake build Book` to build all proofs in the first book of Euclid's *Elements* (takes a few minutes)
1. Run `lake -R -Kenv=dev build SystemE:docs` to build the documentation
1. View the auto-generated documentation locally at ./lake/build/doc, e.g., using `python -mhttp.server`

Expand Down

0 comments on commit d303833

Please sign in to comment.