From ac8427a78a3db9f82f83b1fd2f0c5d75d3035c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Sat, 15 Aug 2015 02:31:25 -0500 Subject: [PATCH] Fixed format errors in docstrings --- src/sage/rings/function_field/function_field.py | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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))