-
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
Hyperlinking missing on some documentation #104
Comments
In other examples, a hyperlink is wrongly created. For example, in the module docstring of The corresponding documentation in doc-gen3 does not have that hyperlink. |
This is due to our hyperlinking heuristic. Ideally I would hope we could at some point end up with a standartized version of Lean markdown that has a standartized implementation. |
I came here to file an issue because I observed the reference to minpoly.equivAdjoin at AdjoinRoot.Minpoly.toAdjoin doesn't render as a link, only to discover this has already been reported 8 months ago. |
Another one is Nat.toFinset_factors |
Another one: WfDvdMonoidWfDvdMonoid not hyperlinking |
I think it's because that
These two are not related to the auto-linking of codes in markdown. That must be some other unimplemented things. |
In the documentation for MulEquiv.withOneCongr, the declaration
Equiv.optionCongr
is referenced, but there is no automatic hyperlink to that declaration in the docs.The corresponding documentation in doc-gen3 does have the hyperlink.
The same bug occurs elsewhere, e.g. a missing hyperlink to CanonicallyOrderedCommSemiring in this module docstring, and OrderIso.mulLeft where it misses the link to OrderEmbedding.mulLeft and instead links to a locally-defined
mulLeft
.The text was updated successfully, but these errors were encountered: