Fix typos.
parent
fe53025817
commit
dbcd63ac65
|
@ -17,7 +17,7 @@ feasible, theorems are also formally proven in [Lean](https://leanprover.github.
|
||||||
|
|
||||||
This project has absorbed [doc-gen4](https://github.com/leanprover/doc-gen4) to
|
This project has absorbed [doc-gen4](https://github.com/leanprover/doc-gen4) to
|
||||||
ease customization. In particular, the `DocGen4` module found in this project
|
ease customization. In particular, the `DocGen4` module found in this project
|
||||||
allows generating PDFs and including them into the navbar. To generate
|
allows generating PDFs and including them in the navbar. To generate
|
||||||
documentation and serve files locally, run the following:
|
documentation and serve files locally, run the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -31,7 +31,7 @@ require std4 from git
|
||||||
"main"
|
"main"
|
||||||
|
|
||||||
-- ========================================
|
-- ========================================
|
||||||
-- Document Generator
|
-- Documentation Generator
|
||||||
-- ========================================
|
-- ========================================
|
||||||
|
|
||||||
lean_lib DocGen4
|
lean_lib DocGen4
|
||||||
|
|
Loading…
Reference in New Issue