From 4f1c0d623e511b39ce89be92a808d8b60d25f939 Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Sun, 19 Nov 2023 19:43:10 -0800 Subject: [PATCH] Update README.rst Add badges, update version --- README.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 73f57b9..aef535b 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,22 @@ To learn more about cookiecutter: - Project Homepage: https://cookiecutter.readthedocs.io/en/latest/ - Github: https://github.com/audreyr/cookiecutter +Project Status +------------ +.. list-table:: + :widths: 5 5 + :header-rows: 0 + + * - main + - .. image:: https://github.com/n-wbrown/cookiecutter-python-notebook/actions/workflows/cookiecutter-test.yml/badge.svg?branch=main + :alt: main status + * - dev + - .. image:: https://github.com/n-wbrown/cookiecutter-python-notebook/actions/workflows/cookiecutter-test.yml/badge.svg?branch=dev + :alt: dev status + Requirements for the Template ----------------------------- -- Python >= 3.5 +- Python >= 3.8 - `Cookiecutter Python package `_ >= 1.4.0: This can be installed with pip by or conda depending on how you manage your Python packages: ::