From f94233b20542a2dc84579e9e2b2ce2552f019ff2 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 1 Jun 2023 14:17:48 -0400 Subject: [PATCH] Document how users can add the official Nox badge --- docs/tutorial.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 0b7c460e..097cf66f 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -512,4 +512,27 @@ For this point you can: * Read more docs, such as :doc:`usage` and :doc:`config`. * Give us feedback or contribute, see :doc:`CONTRIBUTING`. +For any projects using Nox, you may add its official badge somewhere prominent +like the README. + +.. image:: https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg + :alt: Nox + :target: https://github.com/wntrblm/nox + +.. tabs:: + + .. tab:: Markdown + + .. code-block:: markdown + + [![Nox](https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg)](https://github.com/wntrblm/nox) + + .. tab:: reStructuredText + + .. code-block:: rst + + .. image:: https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg + :alt: Nox + :target: https://github.com/wntrblm/nox + Have fun! 💜