From 720f1ea538bbf7ceb7fad3eafaf662437a7183e7 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Fri, 2 Jun 2023 14:19:17 -0400 Subject: [PATCH] Document how users can add the official Nox badge (#715) --- 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! 💜