lean4-htt/doc
Garmelon a3cb39eac9
chore: migrate more tests to new test suite (#12809)
This PR migrates most remaining tests to the new test suite. It also
completes the migration of directories like `tests/lean/run`, meaning
that PRs trying to add tests to those old directories will now fail.
2026-03-06 16:52:01 +00:00
..
dev chore: replace workspace file with .vscode/ settings (#12770) 2026-03-04 01:10:04 +00:00
examples chore: migrate more tests to new test suite (#12809) 2026-03-06 16:52:01 +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 doc: fix broken "quickstart" and "supported editors" link (#8785) 2025-09-02 12:45:04 +00:00
std chore: relative lean-toolchains (#12652) 2026-02-25 10:23:35 +00: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: write a guideline for tactic docstrings (#11406) 2026-01-06 04:40:20 +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.