Skip to content

Commit 02f2a8a

Browse files
committed
updating documentation.
1 parent 6a86e7b commit 02f2a8a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Python:
77

88
Support Python Versions
99

10-
![Static Badge](https://img.shields.io/badge/Python-3.12%20%7C%203.11%20%7C%203.10%20%7C%203.9-blue)
10+
![Static Badge](https://img.shields.io/badge/Python-3.13%20%7C%203.12%20%7C%203.11%20%7C%203.10%20%7C%203.9-blue)
1111
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
12-
[![Coverage Status](./coverage-badge.svg?dummy=8484744)](./reports/coverage/index.html)
13-
[![Tests Status](./tests-badge.svg?dummy=8484744)](./reports/coverage/index.html)
12+
[![Coverage Status](https://raw.githubusercontent.com/devsetgo/devsetgo_lib/refs/heads/dev/coverage-badge.svg)](./reports/coverage/index.html)
13+
[![Tests Status](https://raw.githubusercontent.com/devsetgo/devsetgo_lib/refs/heads/dev/tests-badge.svg)](./reports/coverage/index.html)
1414

1515
CI/CD Pipeline:
1616

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Python:
77

88
Support Python Versions
99

10-
![Static Badge](https://img.shields.io/badge/Python-3.12%20%7C%203.11%20%7C%203.10%20%7C%203.9-blue)
10+
![Static Badge](https://img.shields.io/badge/Python-3.13%20%7C%203.12%20%7C%203.11%20%7C%203.10%20%7C%203.9-blue)
1111
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
12-
[![Coverage Status](./coverage-badge.svg?dummy=8484744)](./reports/coverage/index.html)
13-
[![Tests Status](./tests-badge.svg?dummy=8484744)](./reports/coverage/index.html)
12+
[![Coverage Status](https://raw.githubusercontent.com/devsetgo/devsetgo_lib/refs/heads/dev/coverage-badge.svg)](./reports/coverage/index.html)
13+
[![Tests Status](https://raw.githubusercontent.com/devsetgo/devsetgo_lib/refs/heads/dev/tests-badge.svg)](./reports/coverage/index.html)
1414

1515
CI/CD Pipeline:
1616

@@ -29,6 +29,7 @@ SonarCloud:
2929

3030
# DevSetGo Common Library
3131

32+
![DSG Logo](/images/devsetgo_lib_logo_white_bg.svg)
3233
`devsetgo_lib` is a versatile library designed to provide common functions for Python applications. Its main goal is to increase reusability and reduce the need to rewrite the same functions across multiple applications. This also allows for quick defect resolution and propagation of fixes across all dependent projects.
3334

3435
Read the Full Documentation [here](https://devsetgo.github.io/devsetgo_lib/).

0 commit comments

Comments
 (0)