lean4-htt/doc
Jason Yuen facc356a0a
chore: fix spelling errors (#10042)
Typos were found with
```
pip install codespell --upgrade
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex '[A-Z][a-z]*'
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex "\b[a-z']*"
```
2025-08-22 07:23:12 +00:00
..
dev chore: fix spelling errors (#10042) 2025-08-22 07:23:12 +00:00
examples chore: eliminate uses of intros x y z (#9983) 2025-08-19 06:09:13 +00:00
images doc: update quickstart guide for new display name (#5193) 2024-08-28 13:29:16 +00:00
latex doc: upstream the Lean4 pygments lexer (#3125) 2024-05-20 11:40:24 +00:00
make chore: make USE_LAKE the default (#10016) 2025-08-21 11:43:25 +00:00
std chore: Grove: bump version (#9419) 2025-07-17 15:02:17 +00:00
.gitignore doc: mdbook init 2020-10-30 14:23:47 +01:00
BoolExpr.lean chore: Std -> Batteries renaming (#4108) 2024-05-08 05:04:25 +00:00
metaprogramming-arith.lean refactor: remove some unnecessary antiquotation kind annotations 2022-07-23 17:09:32 +02:00
perf.md doc: add basic perf documentation 2021-09-06 07:12:36 -07:00
README.md chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
style.md doc: add documentation style guide (#8199) 2025-05-02 13:05:18 +00:00
syntax_example.lean doc: fix example style 2022-04-22 16:26:16 +02:00

Developer Documentation and Examples

This directory contains documentation that describes how to work on Lean itself, as well as examples that are included in documentation that's hosted on the Lean website. The make directory contains information on building Lean, and the dev directory describes how to work on Lean.

The documentation section has links to documentation that describes how to use Lean itself.