From b7c1185147fd56b2cf746f4b4a135e5df9ab1505 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Fri, 23 Aug 2024 11:42:44 -0400 Subject: [PATCH] Update doc links to stable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7f2dd7..f1c1acb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![PyPI Python Versions](https://img.shields.io/pypi/pyversions/datalogs)](https://pypi.org/project/datalogs/) [![License](https://img.shields.io/pypi/l/paramdb)](https://github.com/PainterQubits/datalogs/blob/main/LICENSE) [![CI](https://github.com/PainterQubits/datalogs/actions/workflows/ci.yml/badge.svg)](https://github.com/PainterQubits/datalogs/actions/workflows/ci.yml) -[![Documentation Status](https://readthedocs.org/projects/datalogs/badge/?version=latest)](https://datalogs.readthedocs.io) +[![Documentation Status](https://readthedocs.org/projects/datalogs/badge/?version=stable)](https://datalogs.readthedocs.io/en/stable/) Python package for logging data from scientific experiments. @@ -29,6 +29,6 @@ DataLogs can be installed with the `paramdb` extra: pip install -U "datalogs[paramdb]" ``` -[ParamDB]: https://paramdb.readthedocs.io +[ParamDB]: https://paramdb.readthedocs.io/en/stable/