-
Notifications
You must be signed in to change notification settings - Fork 231
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
help(ZZ) error #3386
Comments
ah yes, this PR was merged a bit too quickly. I should be able to fix that. |
easy fix, though it might be a good time to review these changes and maybe improve them. |
I'd like to advocate for reverting to the previous behavior of
o1 = {0 => Macaulay2Doc::monomialCurveIdeal -- make the ideal of a monomial curve}
i14 : about "monomialCurveIdeal"
o14 = {0 => Macaulay2Doc::monomialCurveIdeal}
i15 : headlines about "monomialCurveIdeal"
o15 = {0 => Macaulay2Doc::monomialCurveIdeal -- make the ideal of a monomial curve}
i16 : headlines methods monomialCurveIdeal
o16 = {0 => Macaulay2Doc::monomialCurveIdeal -- make the ideal of a monomial curve} The output formats are the same, and the entries are strings, but we can modify ps: also, can we just silence the afterprint of NumberedVerticalList? It's kind of annoying. |
What are your thoughts about this output? i20 : headlines about quotient
o20 = 0 Saturation :: quotient(...,BasisElementLimit=>...)
1 Saturation :: quotient(...,DegreeLimit=>...)
2 Saturation :: quotient(...,MinimalGenerators=>...) -- ideal or submodule quotient
3 Saturation :: quotient(...,PairLimit=>...)
4 Saturation :: quotient(...,Strategy=>...)
5 Saturation :: quotient(Ideal,Ideal) -- ideal or submodule quotient
6 Saturation :: quotient(Ideal,Number)
7 Saturation :: quotient(Ideal,RingElement) -- ideal or submodule quotient
8 Saturation :: quotient(Module,Ideal) -- ideal or submodule quotient
9 Saturation :: quotient(Module,Module) -- ideal or submodule quotient
10 Saturation :: quotient(Module,Number)
11 Saturation :: quotient(Module,RingElement) -- ideal or submodule quotient
12 Saturation :: quotient(MonomialIdeal,RingElement) -- ideal or submodule quotient I'm guessing that Paul wants the headlines to be links, but in terminal links are quoted, which is unfortunate. Any suggestions, Doug? |
Quotes might not be so bad in the terminal if we define So for example, maybe i1 : RR String := (x, y) -> help y;
i2 : beginDocumentation(); OL {TOH rank, TOH ideal}
o3 = 0. "rank" -- compute the rank
1. "ideal" -- make an ideal
-- after navigating up and pressing return on item #0:
i4 : o3 = 0. "rank" -- compute the rank
o4 = rank -- compute the rank
************************
... |
Quotes are bad because they prevent syntax highlighting. We already have |
Ah, good point |
I think this may have started with #3341:
The text was updated successfully, but these errors were encountered: