-
Notifications
You must be signed in to change notification settings - Fork 132
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
Documentation on monomial orderings #4168
Comments
I removed this since I found it very confusing for the average user, in particular since the wording is not accurate enough. On the other hand, it might indeed be important for developers. But not every developer will read the developer documentation part if he is just interested in monomial orderings. So how about adding something like !!! note for developers to !!! note, !!! warning, and friends so that informaton like the one considered here can be entered at the right spot. |
we try to have @wdecker deal with it |
A (hopefully helpful) comment from the user side. I needed to obtain symbolic polynomials as Julia functions (for later use with numeric input), which i managed to get working like so:
This seems to do the trick. However, the difficult part was gathering the information from the documentation.
Using |
The particular problem here is that we import documentation from AbstractAlgebra which mentions functions that have a different name in OSCAR. 🤦 @jo-ap Thanks for pointing this out! Can we make |
At some point in time, Dan introduced the following important piece of information in the documentation (important for people who not want to write slow code):
It appears that this was removed in #1760. @wdecker @ederc not sure if this was on purpose? If so, do you mind if we reintroduce it? Maybe in the developer documentation part?
The text was updated successfully, but these errors were encountered: