mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +08:00
code standard docs
This commit is contained in:
@@ -6,7 +6,7 @@ Code Standard
|
|||||||
|
|
||||||
Docstring
|
Docstring
|
||||||
=================================
|
=================================
|
||||||
Please use the Numpy Style.
|
Please use the `Numpydoc Style <https://stackoverflow.com/a/24385103>`_.
|
||||||
|
|
||||||
Continuous Integration
|
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
|
.. code-block:: python
|
||||||
|
|
||||||
pip install black
|
pip install black
|
||||||
python -m black . -l 120
|
python -m black . -l 120
|
||||||
|
|||||||
Reference in New Issue
Block a user