diff --git a/src/sage/rings/function_field/function_field.py b/src/sage/rings/function_field/function_field.py index 31259b8f3de..4793d709ae4 100644 --- a/src/sage/rings/function_field/function_field.py +++ b/src/sage/rings/function_field/function_field.py @@ -1049,11 +1049,11 @@ def derivation(self): An endofunction on this function field. - REFERENCES:: + REFERENCES: .. [GT1996] Gianni, P., & Trager, B. (1996). Square-free algorithms in - positive characteristic. Applicable Algebra in Engineering, - Communication and Computing, 7(1), 1-14. + positive characteristic. Applicable Algebra in Engineering, + Communication and Computing, 7(1), 1-14. EXAMPLES:: @@ -1075,7 +1075,7 @@ def derivation(self): 2/x*y Currently the functionality for finding a separable model is not - implemented (see :trac:`16562`, :trac:`16564`) + implemented (see :trac:`16562`, :trac:`16564`):: sage: R. = K[] sage: L. = K.extension(y^3 - x) @@ -1619,13 +1619,6 @@ def derivation(self): An endofunction on this function field. - REFERENCES: - - .. [GT1996] - Gianni, P., & Trager, B. (1996). Square-free algorithms in - positive characteristic. Applicable Algebra in Engineering, - Communication and Computing, 7(1), 1-14. - EXAMPLES:: sage: K. = FunctionField(GF(3))