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
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Thu, 2 Jan 2025 17:03:29 +0200
Subject: docs: index.rst Don't use external linking to graphics
Forwarded: not-needed
---
docs/index.rst | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index eeeb9b0..d74d935 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -15,30 +15,6 @@
.. container:: badges
:name: badges
- .. image:: https://img.shields.io/github/actions/workflow/status/litestar-org/polyfactory/publish.yml?labelColor=202235&logo=github&logoColor=edb641
- :alt: GitHub Actions Latest Release Workflow Status
-
- .. image:: https://img.shields.io/github/actions/workflow/status/litestar-org/polyfactory/ci.yml?labelColor=202235&logo=github&logoColor=edb641
- :alt: GitHub Actions CI Workflow Status
-
- .. image:: https://img.shields.io/github/actions/workflow/status/litestar-org/polyfactory/docs.yml?labelColor=202235&logo=github&logoColor=edb641
- :alt: GitHub Actions Docs Build Workflow Status
-
- .. image:: https://img.shields.io/codecov/c/github/litestar-org/polyfactory?labelColor=202235&logo=codecov&logoColor=edb641
- :alt: Coverage
-
- .. image:: https://img.shields.io/pypi/v/polyfactory?labelColor=202235&color=edb641&logo=python&logoColor=edb641
- :alt: PyPI Version
-
- .. image:: https://img.shields.io/github/all-contributors/litestar-org/polyfactory?labelColor=202235&color=edb641&logoColor=edb641
- :alt: Contributor Count
-
- .. image:: https://img.shields.io/pypi/dm/polyfactory?logo=python&label=polyfactory%20downloads&labelColor=202235&color=edb641&logoColor=edb641
- :alt: PyPI Downloads
-
- .. image:: https://img.shields.io/pypi/pyversions/polyfactory?labelColor=202235&color=edb641&logo=python&logoColor=edb641
- :alt: Supported Python Versions
-
.. rst-class:: lead
Polyfactory is a simple and powerful mock data generation library, based around type
|