Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leanprover/logic_and_proof_lean3
CMU Undergrad Course
https://github.com/leanprover/logic_and_proof_lean3
Last synced: 7 days ago
JSON representation
CMU Undergrad Course
- Host: GitHub
- URL: https://github.com/leanprover/logic_and_proof_lean3
- Owner: leanprover
- License: apache-2.0
- Created: 2015-08-10T19:49:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T20:39:51.000Z (over 1 year ago)
- Last Synced: 2024-10-06T12:02:24.195Z (about 1 month ago)
- Language: TeX
- Homepage: http://leanprover.github.io/logic_and_proof_lean3/
- Size: 7.14 MB
- Stars: 96
- Watchers: 16
- Forks: 40
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Logic and Proof
---------------Built using Sphinx and restructured text. Also requires `convert` (https://imagemagick.org) for image conversion.
# How to build
The build requires python 3 (install `python3-venv` on ubuntu).
```
make install-deps
make images
make html
make latexpdf
```The call to `make install-deps` is only required the first time, and only if you want to use the bundled version of Sphinx and Pygments with improved syntax highlighting for Lean.
The call to `make images` is also only required the first time, or if you add new latex source to `latex_images` after that.
# How to test the Lean code snippets
```
make leantest
```# How to deploy
```
./deploy.sh leanprover logic_and_proof
```# How to contribute
Pull requests with corrections are welcome. Please follow our `commit conventions `. If you have questions about whether a change will be considered helpful, please contact Jeremy Avigad, ``[email protected]``.