We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6697f20 commit 3e75ceaCopy full SHA for 3e75cea
docs/developer/code_standard.rst
@@ -6,7 +6,7 @@ Code Standard
6
7
Docstring
8
=================================
9
-Please use the Numpy Style.
+Please use the `Numpydoc Style <https://stackoverflow.com/a/24385103>`_.
10
11
Continuous Integration
12
@@ -17,4 +17,4 @@ A common error is the mixed use of space and tab. You can fix the bug by inputin
17
.. code-block:: python
18
19
pip install black
20
- python -m black . -l 120
+ python -m black . -l 120
0 commit comments