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