1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 30 Dec 2024 20:06:20 +0200
Subject: docs: Remove any badges linking
These sidelinking could become a privacy issue and not needed within
Debian.
Forwarded: not-needed
---
README.md | 6 ------
docs/contributing.md | 19 -------------------
2 files changed, 25 deletions(-)
diff --git a/README.md b/README.md
index 4263d6e..06af9e1 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,5 @@
<b><h1>ODMantic</h1></b>
-[](https://github.com/art049/odmantic/actions/workflows/ci.yml)
-[](https://codecov.io/gh/art049/odmantic)
-
-[](https://pypi.org/project/odmantic)
-[](https://codspeed.io/art049/odmantic)
-
---
**Documentation**: [https://art049.github.io/odmantic/](https://art049.github.io/odmantic/)
diff --git a/docs/contributing.md b/docs/contributing.md
index 065001f..668bdcf 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -16,25 +16,6 @@ to open an issue.
## Developing locally
-<div align="center">
- <a href="https://codecov.io/gh/art049/odmantic" target="_blank">
- <img src="https://codecov.io/gh/art049/odmantic/branch/master/graph/badge.svg?token=3NYZK14STZ" alt="coverage">
- </a>
- <a href="https://github.com/pre-commit/pre-commit" target="_blank">
- <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white"
- alt="pre-commit">
- </a>
- <a href="http://mypy-lang.org/" target="_blank">
- <img src="https://img.shields.io/badge/mypy-checked-informational.svg" alt="mypy: checked">
- </a>
- <a href="https://github.com/python/black" target="_blank">
- <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
- </a>
- <a href="https://gitter.im/odmantic/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge" target="_blank">
- <img src="https://badges.gitter.im/odmantic/community.svg" alt="Gitter">
- </a>
-</div>
-
### With the VSCode's [devcontainer](https://code.visualstudio.com/docs/remote/containers){:target=blank_} feature
This feature will make the tools/environment installation very simple as you will develop
|