Merge pull request #156 from HEPLean/informal_defs

docs: Add informal def and proof to website
This commit is contained in:
Joseph Tooby-Smith 2024-09-17 10:09:13 -04:00 committed by GitHub
commit 27056ede8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -28,6 +28,7 @@
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
{% endif %}
<a href="https://heplean.github.io/HepLean/TODOList" class="btn">TODO List</a>
<a href="https://heplean.github.io/HepLean/Informal.html" class="btn">Help formalize</a>
</header>
<main id="content" class="main-content" role="main">
@ -41,4 +42,4 @@
</footer>
</main>
</body>
</html>
</html>

View file

@ -142,6 +142,8 @@ unsafe def informalToWebString (c : Import × ConstantInfo) : MetaM String := do
def informalFileHeader : String := s!"
# Informal definitions and lemmas
See [informal definitions and lemmas as a dependency graph](https://heplean.github.io/HepLean/graph.svg).
This file is automatically generated using `informal_lemma` and `informal_definition` commands
appearing in the raw Lean code of HepLean.