From 7e8cafcd09a32ac6209ffc46282f91ac3c61ece8 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 13 Apr 2025 16:14:42 +0200 Subject: [PATCH] Minimal documentation --- aider_gitea/__init__.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index b8e8a42..6a19585 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -1,7 +1,9 @@ -"""# TODO +"""# Aider Gitea -TODO: Write some documentation here. +Work in progress code automation tool. + +Use [Aider](https://aider.chat/) by creating issues. The program will then +automatically invoke Aider and create a pull request for the issue. """ from ._version import __version__ # noqa: F401 -