diff --git a/README.md b/README.md index c273595a..c34a6564 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ To find our more, visit our ## Licensing Copyright 2025 SAP SE or an SAP affiliate company and GardenLinux contributors. -Please see our [LICENSE](LICENSE.md) for copyright and license information. +See our [LICENSE](LICENSE.md) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://reuse.software). diff --git a/docs/how-to/release.md b/docs/how-to/release.md index 00eb70a7..7a4f8668 100644 --- a/docs/how-to/release.md +++ b/docs/how-to/release.md @@ -35,7 +35,7 @@ command line. - `pyproject.toml` - `.github/actions/setup/action.yml` - Additionally at the moment (removal pending): + Also at the moment (removal pending): - `.github/actions/features_parse/action.yml` - `.github/actions/flavors_parse/action.yml` diff --git a/docs/overview/index.md b/docs/overview/index.md index 526bf231..bc1eca9b 100644 --- a/docs/overview/index.md +++ b/docs/overview/index.md @@ -14,7 +14,7 @@ github_source_path: docs/overview/index.md github_target_path: "docs/reference/supporting_tools/python-gardenlinux-lib.md" --- -# Garden Linux Python Library Documentation +# Garden Linux Python library documentation Welcome to the Garden Linux Python Library documentation. This library provides Python tools and utilities for working with Garden Linux features, flavors, OCI @@ -22,7 +22,7 @@ artifacts, S3 buckets, and GitHub releases. ## Overview -The Garden Linux Python Library is a comprehensive toolkit for managing and +The Garden Linux Python Library is a toolkit for managing and interacting with Garden Linux components. It includes: - **Feature Management**: Parse and work with Garden Linux features and generate @@ -78,7 +78,7 @@ For more examples and for all CLI tools, see the **Command-Line Interface** and **API Reference** sections in the docs: [https://gardenlinux.github.io/python-gardenlinux-lib/](https://gardenlinux.github.io/python-gardenlinux-lib/) -## Quick Start +## Quick start ### Command-Line Interface