From d92b736ba04863a7592aefee5da40ca093fe85fe Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 13 Feb 2019 13:55:33 -0800 Subject: Properly format Return section of ogrid Docstring, Without the newline and indent, the markup is not interpreted. Note that in the see-also `np.lib.index_tricks.nd_grid` is reference but not linked as it appear to not be autogenerated, but this is another issue. --- numpy/lib/index_tricks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'numpy/lib/index_tricks.py') diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index 64c491cfa..648fe9201 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -269,8 +269,9 @@ class OGridClass(nd_grid): the stop value **is inclusive**. Returns - ---------- - mesh-grid `ndarrays` with only one dimension :math:`\\neq 1` + ------- + mesh-grid + `ndarrays` with only one dimension :math:`\\neq 1` See Also -------- -- cgit v1.2.1