Skip to content

Commit

Permalink
Update doc links to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 23, 2024
1 parent d1d07af commit b7c1185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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/

<!-- end installation -->

0 comments on commit b7c1185

Please sign in to comment.