Link to ReadTheDocs

This commit is contained in:
Łukasz Langa 2018-03-24 18:03:50 -07:00
parent 8cf6bdb5b7
commit fddf5d44d5
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Contributing to Black # Contributing to Black
Welcome! Happy to see you willing to make the project better. Have you 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 ## Bird's eye view

View File

@ -4,8 +4,6 @@
*Black* can be installed by running `pip install black`. It requires *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. 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 ## Usage