Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
6 changes: 3 additions & 3 deletions docs/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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
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
Expand Down Expand Up @@ -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

Expand Down
Loading