From 9e646b69d0bda628dba1a84da4346c6a8d69fcb4 Mon Sep 17 00:00:00 2001 From: Jonathan Deng Date: Thu, 3 Mar 2022 20:32:45 -0500 Subject: DOC: Fix missing lib.scimath module reference --- doc/source/reference/routines.emath.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/routines.emath.rst b/doc/source/reference/routines.emath.rst index 2faf75fb3..de014e4d8 100644 --- a/doc/source/reference/routines.emath.rst +++ b/doc/source/reference/routines.emath.rst @@ -3,7 +3,7 @@ Mathematical functions with automatic domain .. currentmodule:: numpy -.. note:: :mod:`numpy.emath` is a preferred alias for `numpy.lib.scimath`, +.. note:: :mod:`numpy.emath` is a preferred alias for ``numpy.lib.scimath``, available after :mod:`numpy` is imported. .. automodule:: numpy.emath -- cgit v1.2.1