-
Notifications
You must be signed in to change notification settings - Fork 42
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
Declarations not hyperlinked #224
Comments
The The other ones involve fixing how docgen handles the terminfo. It needs to look to see if the |
@fpvandoorn |
This PR is closed because of some issue, editting delaborator of |
https://leanprover-community.github.io/mathlib4_docs/Mathlib/Data/Sign.html#sign_apply has a link to https://leanprover-community.github.io/mathlib4_docs/Mathlib/Data/Nat/PrimeFin.html#Nat.toFinset_factors has links in all the dot notation. I'm not sure what the issue with |
Looks good now! |
In the type of some declarations, other declarations are not properly hyperlinked. For example
sign_apply does not link to SignType.sign.
Related to #104, which is about missing hyperlinks in markdown. Two examples in that issue aren't actually about markdown (Nat.toFinset_factors and WfDvdMonoid)
The text was updated successfully, but these errors were encountered: