diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-16 09:19:14 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-16 09:19:14 +0200 |
commit | 1583f2fe0ca7c671998aaae614767452f7a8968c (patch) | |
tree | 04582b7f6e068ddac4e4373a9f9724fd705f65f5 /README.md | |
parent | cae70a27b53a8204b6673f6cdcea383aac208158 (diff) |
README: dfatool uses the Sphinx docstring format
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ Dependencies --- -``` -sudo apt install python3-numpy python3-scipy python3-sklearn -``` +See `.gitlab-ci.yml` Code Style --- +dfatool Python code uses the Sphinx docstring format. + Please only commit blackened code. It's best to check this with a pre-commit hook: |