From 85171b2360138e2d93961ce47677057bf9c147a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20Peri=C4=87?= Date: Fri, 3 Feb 2012 17:00:40 +0100 Subject: [PATCH] utilities/autowrap: Remove :ref: tag from docstring The :ref: tag was used in some Sphinx docs. At some point in the past, the documentation was moved directly to the .py file, where it is (apparently) impossible to use the :ref: tag. Remove it and instead just emphasize the function name. This fixes an error thrown by Sphinx. --- sympy/utilities/autowrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sympy/utilities/autowrap.py b/sympy/utilities/autowrap.py index 034e15de4a88..526ad92502d3 100644 --- a/sympy/utilities/autowrap.py +++ b/sympy/utilities/autowrap.py @@ -49,7 +49,7 @@ binaries immediately from within SymPy. 4) To create customized ufuncs for use with numpy arrays. - See :ref:`ufuncify` + See *ufuncify*. When is this module NOT the best approach?