From dd9b42cdce16581ddb625f898efdae41fc334b17 Mon Sep 17 00:00:00 2001 From: Miguel Morin <32396311+miguelmorin@users.noreply.github.com> Date: Thu, 3 May 2018 10:41:56 +0100 Subject: [PATCH] Update link to NumPy Docstring Standard explanation --- doc/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.rst b/doc/README.rst index efa21fdd3a2d9..12950d323f5d3 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -42,7 +42,7 @@ Some other important things to know about the docs: - The docstrings follow the **Numpy Docstring Standard** which is used widely in the Scientific Python community. This standard specifies the format of the different sections of the docstring. See `this document - `_ + `_ for a detailed explanation, or look at some of the existing functions to extend it in a similar manner.