From 3b49235b4fa9f039fe48c188ea4357a568ab3ab8 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Tue, 7 Mar 2023 19:46:43 +0100 Subject: [PATCH 1/2] docs: better headings --- docs/README.md | 4 ++-- mkdocs.yml | 2 +- src/README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index af184e6..7c7350e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,8 +1,8 @@ -# Safe-DS Stdlib Examples +# Safe-DS Python Library - Examples [![PyPI](https://img.shields.io/pypi/v/safe-ds-examples)](https://pypi.org/project/safe-ds-examples/) [![Main](https://github.com/Safe-DS/Stdlib-Examples/actions/workflows/main.yml/badge.svg)](https://github.com/Safe-DS/Stdlib-Examples/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/Safe-DS/Stdlib-Examples/branch/main/graph/badge.svg?token=X5CU9V952H)](https://codecov.io/gh/Safe-DS/Stdlib-Examples) [![Documentation Status](https://readthedocs.org/projects/stdlib-examples/badge/?version=latest)](https://stdlib-examples.readthedocs.io/en/latest/?badge=latest) -Ready-to-use examples for the [Safe-DS Stdlib](https://github.com/Safe-DS/Stdlib). +Ready-to-use examples for the [Safe-DS Python Library](https://github.com/Safe-DS/Stdlib). diff --git a/mkdocs.yml b/mkdocs.yml index 7b65dce..d584bd9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Safe-DS Stdlib Examples +site_name: Safe-DS Python Library - Examples repo_url: https://github.com/Safe-DS/Stdlib-Examples repo_name: Safe-DS/Stdlib-Examples diff --git a/src/README.md b/src/README.md index af184e6..7c7350e 100644 --- a/src/README.md +++ b/src/README.md @@ -1,8 +1,8 @@ -# Safe-DS Stdlib Examples +# Safe-DS Python Library - Examples [![PyPI](https://img.shields.io/pypi/v/safe-ds-examples)](https://pypi.org/project/safe-ds-examples/) [![Main](https://github.com/Safe-DS/Stdlib-Examples/actions/workflows/main.yml/badge.svg)](https://github.com/Safe-DS/Stdlib-Examples/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/Safe-DS/Stdlib-Examples/branch/main/graph/badge.svg?token=X5CU9V952H)](https://codecov.io/gh/Safe-DS/Stdlib-Examples) [![Documentation Status](https://readthedocs.org/projects/stdlib-examples/badge/?version=latest)](https://stdlib-examples.readthedocs.io/en/latest/?badge=latest) -Ready-to-use examples for the [Safe-DS Stdlib](https://github.com/Safe-DS/Stdlib). +Ready-to-use examples for the [Safe-DS Python Library](https://github.com/Safe-DS/Stdlib). From 63f415820dcb68d68bcf8e0fa1cc8de80a0dbc62 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Tue, 7 Mar 2023 19:58:56 +0100 Subject: [PATCH 2/2] ci: check links to Read the Docs again --- .markdown-link-check.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index efe0c11..a5ce555 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -5,9 +5,6 @@ }, { "pattern": "^#" - }, - { - "pattern": "^https://stdlib-examples.readthedocs.io" } ] }