From fdae8709efbc37fe3c79dedf93ad52cb27d98765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Wed, 18 Feb 2026 13:04:27 +0100 Subject: [PATCH 1/4] Fix documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c7612..5338c7e 100755 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ pip install pgdbpool ## 5. Documentation / Examples -See documentation either at `./doc` or [https://pythondocs.webcodex.de/pgdbpool/v1.0](https://pythondocs.webcodex.de/pgdbpool/v1.0) +See documentation either at `./doc` or [https://pythondocs.webcodex.de/pgdbpool/v1.0.1](https://pythondocs.webcodex.de/pgdbpool/v1.0.1) for detailed explanation / illustrative examples. ### 5.1. Multiple Database Configuration From bdfb01c4e0252ebc194cb4c2b5093d802edd2b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Wed, 18 Feb 2026 13:04:52 +0100 Subject: [PATCH 2/4] Fix version --- doc/conf.py/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py/source/conf.py b/doc/conf.py/source/conf.py index bc36176..8307749 100644 --- a/doc/conf.py/source/conf.py +++ b/doc/conf.py/source/conf.py @@ -9,8 +9,8 @@ project = 'Python pgdbpool' copyright = '2018 - 2025, Claus Prüfer' author = 'Claus Prüfer' -version = '1.0' -release = '1.0' +version = '1.0.1' +release = '1.0.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration From 66736b7303db0532237f527186da7a5316a25a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Wed, 18 Feb 2026 13:13:51 +0100 Subject: [PATCH 3/4] Add sphinx doc batch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5338c7e..172f135 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![push main](https://github.com/clauspruefer/python-dbpool/actions/workflows/pylint.yaml/badge.svg) [![PyPI version](https://badge.fury.io/py/pgdbpool.svg)](https://badge.fury.io/py/pgdbpool) +[![Sphinx docs](https://img.shields.io/badge/docs-sphinx-blue)](https://pythondocs.webcodex.de/pgdbpool/v1.0.1) ## 1. Primary Scope From 2b76d859a306b4861a43e98a72a4af1817f2e16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Wed, 18 Feb 2026 13:18:59 +0100 Subject: [PATCH 4/4] Fix documentation link --- doc/conf.py/source/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py/source/intro.rst b/doc/conf.py/source/intro.rst index bd871a9..8e2d443 100644 --- a/doc/conf.py/source/intro.rst +++ b/doc/conf.py/source/intro.rst @@ -70,6 +70,6 @@ To run all tests (unit and integration) after pip package installation - **GitHub Main**: `https://github.com/clauspruefer/python-dbpool `_ - **GitHub PostgreSQL Extension**: `https://github.com/WEBcodeX1/pg_extensions/tree/main/prep_queries `_ -- **Sphinx Doc**: `https://pythondocs.webcodex.de/pgdbpool/v1.0 `_ +- **Sphinx Doc**: `https://pythondocs.webcodex.de/pgdbpool/v1.0 `_ - **WEB/codeX**: `https://webcodex.de `_ - **Der IT Prüfer**: `https://webcodex.de/it-pruefer `_