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
|
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 | 26 +-------------------------
1 file changed, 1 insertion(+), 25 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index d0eb998..79cf372 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,7 +4,7 @@
.. container::
:name: home-head
- .. image:: https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/Badge%20-%20Blue%20and%20Yellow.svg
+ .. image:: //usr/share/doc/python-polyfactory-doc/html/_static/logo.svg
:alt: Litestar Framework
:width: 400
:height: 400
@@ -18,30 +18,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
|