Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Add playground link (pytest-dev#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla authored and ambv committed Aug 17, 2018
1 parent 9c8caec commit 1e56d02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)** |
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_.
Expand Down

0 comments on commit 1e56d02

Please sign in to comment.