From 3015386f36408d52763aaa8ec941f6470295fbfb Mon Sep 17 00:00:00 2001 From: Jeff Jennings Date: Mon, 24 Jun 2024 14:55:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a560f..250a02a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Template Python repository This is a basic template for a Python repository, including: - a source code directory `py_template`, with an example script `example_module.py` - a `test` folder for writing unit tests, with an example file -- documentation pages with ReadTheDocs +- a [documentation site](https://cca-software-group.github.io/py_template/index.html) - continuous integration for tests, coverage, and docs (see `.github/workflows`). - GitHub templates for users to submit issues