From 3e75cead935d2d6a4ba5e9c682e60a1b82500aee Mon Sep 17 00:00:00 2001 From: you-n-g Date: Thu, 12 Aug 2021 17:17:50 +0800 Subject: [PATCH] code standard docs --- docs/developer/code_standard.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer/code_standard.rst b/docs/developer/code_standard.rst index 23ea713ba..5e14d5485 100644 --- a/docs/developer/code_standard.rst +++ b/docs/developer/code_standard.rst @@ -6,7 +6,7 @@ Code Standard Docstring ================================= -Please use the Numpy Style. +Please use the `Numpydoc Style `_. Continuous Integration ================================= @@ -17,4 +17,4 @@ A common error is the mixed use of space and tab. You can fix the bug by inputin .. code-block:: python pip install black - python -m black . -l 120 \ No newline at end of file + python -m black . -l 120