diff --git a/src/sage/rings/asymptotic/term_monoid.py b/src/sage/rings/asymptotic/term_monoid.py index 53dfbc621a1..36b3d2e4f33 100644 --- a/src/sage/rings/asymptotic/term_monoid.py +++ b/src/sage/rings/asymptotic/term_monoid.py @@ -1916,7 +1916,7 @@ def _validate_growth_or_error_(self, kwds_construction): - ``kwds_construction`` -- a dictionary representing the keyword arguments of a term in its construction (see also :meth:`GenericTerm.construction` and - :meth:`TermWithCoefficient.construction`) + :meth:`TermWithCoefficient.construction`) OUTPUT: @@ -1976,7 +1976,7 @@ def _validate_coefficient_or_error_(self, kwds_construction): - ``kwds_construction`` -- a dictionary representing the keyword arguments of a term in its construction (see also :meth:`GenericTerm.construction` and - :meth:`TermWithCoefficient.construction`) + :meth:`TermWithCoefficient.construction`) OUTPUT: @@ -2068,7 +2068,7 @@ def _convert_construction_(self, kwds_construction): - ``kwds_construction`` -- a dictionary representing the keyword arguments of a term in its construction (see also :meth:`GenericTerm.construction` and - :meth:`TermWithCoefficient.construction`) + :meth:`TermWithCoefficient.construction`) OUTPUT: @@ -2991,7 +2991,7 @@ def _convert_construction_(self, kwds_construction): - ``kwds_construction`` -- a dictionary representing the keyword arguments of a term in its construction (see also :meth:`GenericTerm.construction` and - :meth:`TermWithCoefficient.construction`) + :meth:`TermWithCoefficient.construction`) OUTPUT: @@ -3588,7 +3588,7 @@ def _validate_coefficient_or_error_(self, kwds_construction): - ``kwds_construction`` -- a dictionary representing the keyword arguments of a term in its construction (see also :meth:`GenericTerm.construction` and - :meth:`TermWithCoefficient.construction`) + :meth:`TermWithCoefficient.construction`) OUTPUT: @@ -3676,7 +3676,7 @@ def _convert_construction_(self, kwds_construction): - ``kwds_construction`` -- a dictionary representing the keyword arguments of a term in its construction (see also :meth:`GenericTerm.construction` and - :meth:`TermWithCoefficient.construction`) + :meth:`TermWithCoefficient.construction`) OUTPUT: @@ -4453,7 +4453,7 @@ def _convert_construction_(self, kwds_construction): - ``kwds_construction`` -- a dictionary representing the keyword arguments of a term in its construction (see also :meth:`GenericTerm.construction` and - :meth:`TermWithCoefficient.construction`) + :meth:`TermWithCoefficient.construction`) OUTPUT: @@ -4995,7 +4995,7 @@ def _convert_construction_(self, kwds_construction): - ``kwds_construction`` -- a dictionary representing the keyword arguments of a term in its construction (see also :meth:`GenericTerm.construction` and - :meth:`TermWithCoefficient.construction`) + :meth:`TermWithCoefficient.construction`) OUTPUT: diff --git a/src/sage/rings/complex_interval_field.py b/src/sage/rings/complex_interval_field.py index effc3b60648..f7c9ab64eaf 100644 --- a/src/sage/rings/complex_interval_field.py +++ b/src/sage/rings/complex_interval_field.py @@ -12,7 +12,7 @@ - Carl Witty (2007-10-24): rewrite for intervals -- Niles Johnson (2010-08): :Trac:`3893`: ``random_element()`` +- Niles Johnson (2010-08): :trac:`3893`: ``random_element()`` should pass on ``*args`` and ``**kwds``. - Travis Scrimshaw (2012-10-18): Added documentation to get full coverage. diff --git a/src/sage/rings/function_field/place.py b/src/sage/rings/function_field/place.py index 190d0329efc..a05d9ae3fae 100644 --- a/src/sage/rings/function_field/place.py +++ b/src/sage/rings/function_field/place.py @@ -941,7 +941,7 @@ def _residue_field(self, name=None): def to_V(e): """ - An example to show the idea: Suppose that + An example to show the idea: Suppose that:: [x 0 0] M = [0 1 0] and v = (x^10, x^7 + x^3, x^7 + x^4 + x^3 + 1) diff --git a/src/sage/rings/number_field/bdd_height.py b/src/sage/rings/number_field/bdd_height.py index 39ab3ceca09..7e863142524 100644 --- a/src/sage/rings/number_field/bdd_height.py +++ b/src/sage/rings/number_field/bdd_height.py @@ -454,14 +454,14 @@ def rational_in(x, y): def delta_approximation(x, delta): r""" - Compute a rational number in range (x-delta, x+delta) + Compute a rational number in range `(x-delta, x+delta)` """ return rational_in(x - delta, x + delta) def vector_delta_approximation(v, delta): r""" - Compute a rational vector w=(w1, ..., wn) - such that |vi-wi|