From fddf5d44d53fbb23b2632f66b7577649537d280f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Sat, 24 Mar 2018 18:03:50 -0700 Subject: [PATCH] Link to ReadTheDocs --- CONTRIBUTING.md | 3 ++- docs/usage.md | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c94ea7..455a7c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,8 @@ # Contributing to Black Welcome! Happy to see you willing to make the project better. Have you -read the entire [README](README.md) yet? +read the entire [user documentation](http://black.readthedocs.io/en/latest/) +yet? ## Bird's eye view diff --git a/docs/usage.md b/docs/usage.md index d90ca88..69ce846 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -4,8 +4,6 @@ *Black* can be installed by running `pip install black`. It requires Python 3.6.0+ to run but you can reformat Python 2 code with it, too. -*Black* is able to parse all of the new syntax supported on Python 3.6 -*but also *effectively all* the Python 2 syntax at the same time. ## Usage -- 2.39.2