From 1e56d02cadd9c5bb2a53a1d3e681e170786692bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Padilla?= Date: Fri, 17 Aug 2018 11:36:57 -0400 Subject: [PATCH 1/1] Add playground link (#437) --- README.md | 4 +++- docs/index.rst | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ace440..e360232 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/index.rst b/docs/index.rst index da60f7b..4086837 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_. + .. note:: `Black is beta `_. -- 2.39.5