@@ -2585,7 +2585,7 @@ def variety(self, ring=None, *, algorithm="triangular_decomposition", proof=True
2585
2585
{y: 0.3611030805286474?, x: 2.769292354238632?},
2586
2586
{y: 1, x: 1}]
2587
2587
2588
- We can also use the `optional package msolve <spkg/msolve.html>`_
2588
+ We can also use the `optional package msolve <../../../../ spkg/msolve.html>`_
2589
2589
to compute the variety.
2590
2590
See :mod:`~sage.rings.polynomial.msolve` for more information. ::
2591
2591
@@ -2667,7 +2667,7 @@ def variety(self, ring=None, *, algorithm="triangular_decomposition", proof=True
2667
2667
on a toy implementation otherwise.
2668
2668
2669
2669
- With ``algorithm`` = ``"msolve"``, uses the
2670
- `optional package msolve <spkg/msolve.html>`_.
2670
+ `optional package msolve <../../../../ spkg/msolve.html>`_.
2671
2671
Note that msolve uses heuristics and therefore
2672
2672
requires setting the ``proof`` flag to ``False``. See
2673
2673
:mod:`~sage.rings.polynomial.msolve` for more information.
@@ -4275,7 +4275,7 @@ def groebner_basis(self, algorithm='', deg_bound=None, mult_bound=None, prot=Fal
4275
4275
Macaulay2's ``GroebnerBasis`` command with the strategy "MGB" (if available)
4276
4276
4277
4277
``'msolve'``
4278
- `optional package msolve <spkg/msolve.html>`_ (degrevlex order)
4278
+ `optional package msolve <../../../../ spkg/msolve.html>`_ (degrevlex order)
4279
4279
4280
4280
``'magma:GroebnerBasis'``
4281
4281
Magma's ``Groebnerbasis`` command (if available)
@@ -4403,7 +4403,7 @@ def groebner_basis(self, algorithm='', deg_bound=None, mult_bound=None, prot=Fal
4403
4403
b*c - 19*c^2 + 10*b + 40*c, a + 2*b + 2*c - 1]
4404
4404
4405
4405
Over prime fields of small characteristic, we can also use the
4406
- `optional package msolve <spkg/msolve.html>`_::
4406
+ `optional package msolve <../../../../ spkg/msolve.html>`_::
4407
4407
4408
4408
sage: R.<a,b,c> = PolynomialRing(GF(101), 3)
4409
4409
sage: I = sage.rings.ideal.Katsura(R,3) # regenerate to prevent caching
0 commit comments