From 208a17c87d66ea5abfa870d35bb620b6013d46e6 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Tue, 7 Mar 2023 13:36:56 +0100 Subject: [PATCH] docs: add back root README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..635c9cbaf --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Safe-DS Stdlib + +[![PyPI](https://img.shields.io/pypi/v/safe-ds)](https://pypi.org/project/safe-ds/) +[![Main](https://github.com/lars-reimann/Safe-DS/actions/workflows/main.yml/badge.svg)](https://github.com/Safe-DS/Stdlib/actions/workflows/main.yml) +[![codecov](https://codecov.io/gh/Safe-DS/Stdlib/branch/main/graph/badge.svg?token=HVRP1633B1)](https://codecov.io/gh/Safe-DS/Stdlib) +[![Documentation Status](https://readthedocs.org/projects/safe-ds-stdlib/badge/?version=latest)](https://safe-ds-stdlib.readthedocs.io/en/latest/?badge=latest) + +A user-friendly library for Data Science in Python. + +You can find the full documentation [here][docs]. + +[docs]: https://safe-ds-stdlib.readthedocs.io/en/latest/