Skip to content

Commit 3e75cea

Browse files
committed
code standard docs
1 parent 6697f20 commit 3e75cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer/code_standard.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Code Standard
66

77
Docstring
88
=================================
9-
Please use the Numpy Style.
9+
Please use the `Numpydoc Style <https://stackoverflow.com/a/24385103>`_.
1010

1111
Continuous Integration
1212
=================================
@@ -17,4 +17,4 @@ A common error is the mixed use of space and tab. You can fix the bug by inputin
1717
.. code-block:: python
1818
1919
pip install black
20-
python -m black . -l 120
20+
python -m black . -l 120

0 commit comments

Comments
 (0)