1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

code standard docs

This commit is contained in:
you-n-g
2021-08-12 17:17:50 +08:00
committed by Young
parent 6697f209d4
commit 3e75cead93

View File

@@ -6,7 +6,7 @@ Code Standard
Docstring
=================================
Please use the Numpy Style.
Please use the `Numpydoc Style <https://stackoverflow.com/a/24385103>`_.
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
python -m black . -l 120