-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare library for first release #195
Comments
Some more suggestions for a release:
|
website version that corresponds statically to the release (suggested by Leo) |
Do we want to keep or remove src/labels.lagda.md? |
Let's remove it |
This PR improves the website in many ways. The resulting website'd be like this one: https://jonaprieto.github.io/agda-unimath/ - Closes #440 - Adds some progress #195 Some new features added by this PR: - Table of contents (navigation sidebar), - list of contributors on Github, - search bar, - light and dark themes, and - print option. We got all this by using Mdbook. I hope this helps to prove more theorems and people get interested in formalising more stuff using agda-unimath. Of course, this is a starting point, and I expect many fixes when I find time: Ideas that I'm sure we can get: - Better support for latex using Katex. - Bibtex support. - Tikz support. - Copyable button for Agda snippets. - Share options. - Better print output. - Hide imports at will.
Item 3 is resolved by #502, which adds the simplistic script |
Regarding items 1 and 2, it would be possible (and not very hard) to ban comments and holes with a pre-commit script. Additionally, we could ban EDIT: See #715 |
- Hyperlinks throughout `synthetic-homotopy-theory` - Using `coherence-square-identifications` and `dependent-identifications` in `interval` - Changing the order of arguments of `coherence-square-identifications` to be the same as for maps This PR builds on #649 and #650, and works toward progressing item 8 of #195. --------- Co-authored-by: Fredrik Bakke <[email protected]>
TODO
--allow-unsolved-metas
flags) #714The text was updated successfully, but these errors were encountered: