Add playground link (#437)

This commit is contained in:
José Padilla 2018-08-17 11:36:57 -04:00 committed by Łukasz Langa
parent 9c8caecdd6
commit 1e56d02cad
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,8 @@ content instead.
*Black* makes code review faster by producing the smallest diffs
possible.
Try it out now using the [Black Playground](https://black.now.sh).
---
*Contents:* **[Installation and usage](#installation-and-usage)** |
@ -796,7 +798,7 @@ Using the badge in README.rst:
```
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
```
```
Looks like this: [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

View File

@ -14,6 +14,8 @@ possible. Blackened code looks the same regardless of the project
you're reading. Formatting becomes transparent after a while and you
can focus on the content instead.
Try it out now using the `Black Playground <https://black.now.sh>`_.
.. note::
`Black is beta <installation_and_usage.html#note-this-is-a-beta-product>`_.