Skip to content
Merged
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ To run all tests (unit and integration) after pip package installation

- **GitHub Main**: `https://github.com/clauspruefer/python-dbpool <https://github.com/clauspruefer/python-dbpool>`_
- **GitHub PostgreSQL Extension**: `https://github.com/WEBcodeX1/pg_extensions/tree/main/prep_queries <https://github.com/WEBcodeX1/pg_extensions/tree/main/prep_queries>`_
- **Sphinx Doc**: `https://pythondocs.webcodex.de/pgdbpool/v1.0 <https://pythondocs.webcodex.de/pgdbpool/v1.0>`_
- **Sphinx Doc**: `https://pythondocs.webcodex.de/pgdbpool/v1.0 <https://pythondocs.webcodex.de/pgdbpool/v1.0.1>`_
- **WEB/codeX**: `https://webcodex.de <https://webcodex.de>`_
- **Der IT Prüfer**: `https://webcodex.de/it-pruefer <https://webcodex.de/it-pruefer>`_
Loading