Link to ReadTheDocs
This commit is contained in:
parent
8cf6bdb5b7
commit
fddf5d44d5
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user