@@ -5766,19 +5766,19 @@ cdef class MPolynomial_libsingular(MPolynomial_libsingular_base):
5766
5766
5767
5767
- ``J`` -- list of elements of the parent polynomial ring
5768
5768
5769
- - ``algorithm`` -- can be "algebra_containment" (the default),
5770
- "inSubring", or "groebner".
5769
+ - ``algorithm`` -- can be `` "algebra_containment"`` (the default),
5770
+ `` "inSubring"`` , or `` "groebner"`` .
5771
5771
5772
- - "algebra_containment" (default) : use Singular's
5772
+ - `` "algebra_containment"`` : use Singular's
5773
5773
``algebra_containment`` function,
5774
5774
https://www.singular.uni-kl.de/Manual/4-2-1/sing_1247.htm#SEC1328. The
5775
5775
Singular documentation suggests that this is frequently
5776
5776
faster than the next option.
5777
5777
5778
- - "inSubring": use Singular's ``inSubring`` function,
5778
+ - `` "inSubring"`` : use Singular's ``inSubring`` function,
5779
5779
https://www.singular.uni-kl.de/Manual/4-2-0/sing_1240.htm#SEC1321.
5780
5780
5781
- - "groebner": use the algorithm described in Singular's
5781
+ - `` "groebner"`` : use the algorithm described in Singular's
5782
5782
documentation, but within Sage: if the subalgebra
5783
5783
generators are `y_1`, ..., `y_m`, then create a new
5784
5784
polynomial algebra with the old generators along with new
0 commit comments