diff --git a/README.md b/README.md index 33c7612..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 @@ -84,7 +85,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 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 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 `_