From 20b06313b013843a07df6179e57c2f5e201a11e9 Mon Sep 17 00:00:00 2001 From: Ismael Lemhadri <19997801+ilemhadri@users.noreply.github.com> Date: Mon, 22 Aug 2022 07:55:23 -0400 Subject: [PATCH] DOC: allow numpy-like modules to rely on numpy documentation --- doc/source/reference/routines.math.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/reference/routines.math.rst b/doc/source/reference/routines.math.rst index a454841b3199..af6dc004b2ab 100644 --- a/doc/source/reference/routines.math.rst +++ b/doc/source/reference/routines.math.rst @@ -1,3 +1,5 @@ +.. module:: numpy + Mathematical functions ======================