Skip to content

Commit

Permalink
docs: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Apr 26, 2024
1 parent 081534a commit 5db6c66
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
**Project status:** We are currently focussing our attention on other projects.
# Safe-DS Datasets

# Safe-DS Python Library - Examples

[![PyPI](https://img.shields.io/pypi/v/safe-ds-examples)](https://pypi.org/project/safe-ds-examples)
[![PyPI](https://img.shields.io/pypi/v/safe-ds-datasets)](https://pypi.org/project/safe-ds-datasets)
[![Main](https://github.com/Safe-DS/Library-Examples/actions/workflows/main.yml/badge.svg)](https://github.com/Safe-DS/Library-Examples/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/Safe-DS/Library-Examples/branch/main/graph/badge.svg?token=X5CU9V952H)](https://codecov.io/gh/Safe-DS/Library-Examples)
[![Documentation Status](https://readthedocs.org/projects/stdlib-examples/badge/?version=stable)](https://library-examples.safeds.com)
[![codecov](https://codecov.io/gh/Safe-DS/Datasets/branch/main/graph/badge.svg?token=X5CU9V952H)](https://codecov.io/gh/Safe-DS/Datasets)
[![Documentation Status](https://readthedocs.org/projects/stdlib-examples/badge/?version=stable)](https://datasets.safeds.com)

Ready-to-use examples for the [Safe-DS Python Library](https://github.com/Safe-DS/Library).
Ready-to-use datasets for the [Safe-DS Python Library](https://github.com/Safe-DS/Library).

## Installation

Get the latest version from [PyPI](https://pypi.org/project/safe-ds-examples):
Get the latest version from [PyPI](https://pypi.org/project/safe-ds-datasets):

```shell
pip install safe-ds-examples
pip install safe-ds-datasets
```

## Documentation

You can find the full documentation [here](https://library-examples.safeds.com).
You can find the full documentation [here](https://datasets.safeds.com).

## Contributing

We welcome contributions from everyone. As a starting point, check the following resources:

* [Setting up a development environment](https://library-examples.safeds.com/en/latest/development/environment/)
* [Project guidelines](https://library-examples.safeds.com/en/latest/development/project_guidelines/)
* [Setting up a development environment](https://datasets.safeds.com/en/latest/development/environment/)
* [Project guidelines](https://datasets.safeds.com/en/latest/development/project_guidelines/)
* [Contributing page](https://github.com/Safe-DS/Library-Examples/contribute)

If you need further help, please [use our discussion forum][forum].
Expand Down

0 comments on commit 5db6c66

Please sign in to comment.