From 927feff8788f27f29e76e803f187a4c041098ced Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 31 Oct 2021 21:57:11 -0700 Subject: DOC: Fix math block in hermmulx, lagmulx (#20261) The math expression needs to be indented, Otherwise it is seen as being outside the directive and not rendered. --- numpy/polynomial/hermite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/polynomial/hermite.py') diff --git a/numpy/polynomial/hermite.py b/numpy/polynomial/hermite.py index 9800063f0..9b0735a9a 100644 --- a/numpy/polynomial/hermite.py +++ b/numpy/polynomial/hermite.py @@ -419,7 +419,7 @@ def hermmulx(c): .. math:: - xP_i(x) = (P_{i + 1}(x)/2 + i*P_{i - 1}(x)) + xP_i(x) = (P_{i + 1}(x)/2 + i*P_{i - 1}(x)) Examples -------- -- cgit v1.2.1