Skip to content

Commit 978b399

Browse files
committed
do not export private
2 parents eba1110 + 528fe0b commit 978b399

File tree

486 files changed

+27879
-27404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+27879
-27404
lines changed

.github/workflows/build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: |
194194
ulimit -c unlimited # coredumps
195195
time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
196-
if: (matrix.wasm || !matrix.cross) && inputs.check-level >= 1
196+
if: (matrix.wasm || !matrix.cross) && (inputs.check-level >= 1 || matrix.name == 'Linux release')
197197
- name: Test Summary
198198
uses: test-summary/action@v2
199199
with:

.github/workflows/nix-ci.yml

Lines changed: 0 additions & 112 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,24 @@ This is the repository for **Lean 4**.
22

33
# About
44

5-
- [Quickstart](https://lean-lang.org/lean4/doc/quickstart.html)
5+
- [Quickstart](https://lean-lang.org/documentation/setup/)
66
- [Homepage](https://lean-lang.org)
77
- [Theorem Proving Tutorial](https://lean-lang.org/theorem_proving_in_lean4/)
88
- [Functional Programming in Lean](https://lean-lang.org/functional_programming_in_lean/)
9-
- [Documentation Overview](https://lean-lang.org/lean4/doc/)
9+
- [Documentation Overview](https://lean-lang.org/documentation/)
1010
- [Language Reference](https://lean-lang.org/doc/reference/latest/)
1111
- [Release notes](RELEASES.md) starting at v4.0.0-m3
12-
- [Examples](https://lean-lang.org/lean4/doc/examples.html)
12+
- [Examples](https://lean-lang.org/documentation/examples/)
1313
- [External Contribution Guidelines](CONTRIBUTING.md)
14-
- [FAQ](https://lean-lang.org/lean4/doc/faq.html)
1514

1615
# Installation
1716

18-
See [Setting Up Lean](https://lean-lang.org/lean4/doc/setup.html).
17+
See [Setting Up Lean](https://lean-lang.org/documentation/setup/).
1918

2019
# Contributing
2120

2221
Please read our [Contribution Guidelines](CONTRIBUTING.md) first.
2322

2423
# Building from Source
2524

26-
See [Building Lean](https://lean-lang.org/lean4/doc/make/index.html) (documentation source: [doc/make/index.md](doc/make/index.md)).
25+
See [Building Lean](doc/make/index.md).

doc/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Developer Documentation and Examples
2+
3+
This directory contains documentation that describes how to work on
4+
Lean itself, as well as examples that are included in documentation
5+
that's hosted on the Lean website. The `make` directory contains
6+
information on building Lean, and the `dev` directory describes how to
7+
work on Lean.
8+
9+
The [documentation section](https://lean-lang.org/documentation) has
10+
links to documentation that describes how to use Lean itself.

doc/SUMMARY.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)