From: Ɓukasz Langa Date: Sun, 25 Mar 2018 01:03:50 +0000 (-0700) Subject: Link to ReadTheDocs X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/fddf5d44d53fbb23b2632f66b7577649537d280f?ds=inline;hp=--cc;pf=etc Link to ReadTheDocs --- fddf5d44d53fbb23b2632f66b7577649537d280f 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