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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Wed, 7 Aug 2024 15:39:26 +0900
Subject: Privacy: Drop the linking to external badge graphics
The external badges are not really needed within Debian and could be
potential privacy issues.
Forwarded: not-needed
---
README.rst | 40 ----------------------------------------
docs/index.rst | 41 -----------------------------------------
2 files changed, 81 deletions(-)
diff --git a/README.rst b/README.rst
index be520f1..6fe4ccd 100644
--- a/README.rst
+++ b/README.rst
@@ -2,46 +2,6 @@
Extending your autodoc API docs with a summary
==============================================
-.. start-badges
-
-.. list-table::
- :stub-columns: 1
- :widths: 10 90
-
- * - docs
- - |docs|
- * - tests
- - |github-action| |codecov|
- * - package
- - |version| |supported-versions| |supported-implementations|
-
-.. |docs| image:: http://readthedocs.org/projects/autodocsumm/badge/?version=latest
- :alt: Documentation Status
- :target: http://autodocsumm.readthedocs.io/en/latest/?badge=latest
-
-.. |github-action| image:: https://github.com/Chilipp/autodocsumm/workflows/Tests/badge.svg
- :alt: Tests
- :target: https://github.com/Chilipp/autodocsumm/actions?query=workflow%3A%22Tests%22
-
-.. |codecov| image:: https://codecov.io/gh/Chilipp/autodocsumm/branch/master/graph/badge.svg?token=I9wlZyhI4Y
- :alt: Codecov
- :target: https://codecov.io/gh/Chilipp/autodocsumm
-
-.. |version| image:: https://img.shields.io/pypi/v/autodocsumm.svg?style=flat
- :alt: PyPI Package latest release
- :target: https://pypi.python.org/pypi/autodocsumm
-
-.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/autodocsumm.svg?style=flat
- :alt: Supported versions
- :target: https://pypi.python.org/pypi/autodocsumm
-
-.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/autodocsumm.svg?style=flat
- :alt: Supported implementations
- :target: https://pypi.python.org/pypi/autodocsumm
-
-
-.. end-badges
-
Welcome! This sphinx extension provides some useful extensions to the Sphinxs
autodoc_ extension. Those are
diff --git a/docs/index.rst b/docs/index.rst
index 42f88f4..c5f5e47 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -7,47 +7,6 @@
Extending your autodoc API docs with a summary
==============================================
-.. start-badges
-
-.. only:: html and not epub
-
- .. list-table::
- :stub-columns: 1
- :widths: 10 90
-
- * - docs
- - |docs|
- * - tests
- - |github-action| |codecov|
- * - package
- - |version| |supported-versions| |supported-implementations|
-
- .. |docs| image:: http://readthedocs.org/projects/autodocsumm/badge/?version=latest
- :alt: Documentation Status
- :target: http://autodocsumm.readthedocs.io/en/latest/?badge=latest
-
- .. |github-action| image:: https://github.com/Chilipp/autodocsumm/workflows/Tests/badge.svg
- :alt: Tests
- :target: https://github.com/Chilipp/autodocsumm/actions?query=workflow%3A%22Tests%22
-
- .. |codecov| image:: https://codecov.io/gh/Chilipp/autodocsumm/branch/master/graph/badge.svg?token=I9wlZyhI4Y
- :alt: Codecov
- :target: https://codecov.io/gh/Chilipp/autodocsumm
-
- .. |version| image:: https://img.shields.io/pypi/v/autodocsumm.svg?style=flat
- :alt: PyPI Package latest release
- :target: https://pypi.python.org/pypi/autodocsumm
-
- .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/autodocsumm.svg?style=flat
- :alt: Supported versions
- :target: https://pypi.python.org/pypi/autodocsumm
-
- .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/autodocsumm.svg?style=flat
- :alt: Supported implementations
- :target: https://pypi.python.org/pypi/autodocsumm
-
-.. end-badges
-
Welcome! This sphinx extension provides some useful extensions to the Sphinxs
autodoc_ extension. Those are
|