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
|
Description: Address generic privacy breaches
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2024-04-14
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables.
-[](https://aioitertools.omnilib.dev)
-[](https://pypi.org/project/aioitertools)
-[](https://aioitertools.omnilib.dev/en/latest/changelog.html)
-[](https://github.com/omnilib/aioitertools/blob/master/LICENSE)
+[Documentation](https://aioitertools.omnilib.dev)
+[PyPI](https://pypi.org/project/aioitertools)
+[Changelog](https://aioitertools.omnilib.dev/en/latest/changelog.html)
+[License](https://github.com/omnilib/aioitertools/blob/master/LICENSE)
Install
--- a/docs/_templates/badges.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<div class="omnilib-badges">
- <a class="github-button" href="https://github.com/{{theme_github_user}}/{{theme_github_repo}}" data-size="large"
- data-show-count="true" aria-label="Star {{ theme_github_user }}/{{ theme_github_repo }} on GitHub">Star</a>
-</div>
-
-<script async defer src="https://buttons.github.io/buttons.js"></script>
\ No newline at end of file
--- a/docs/_templates/omnilib.html
+++ b/docs/_templates/omnilib.html
@@ -21,4 +21,4 @@
</div>
-<script src="https://kit.fontawesome.com/7b536acf49.js" crossorigin="anonymous"></script>
\ No newline at end of file
+<link rel="stylesheet" href="file:///usr/share/fonts-font-awesome/css/font-awesome.css">
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -76,7 +76,6 @@
html_sidebars = {
"**": [
"about.html",
- "badges.html",
"navigation.html",
"relations.html",
"searchbox.html",
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,6 @@
aioitertools
============
-[![Generated by attribution][attribution-badge]][attribution-url]
-
-
v0.12.0
-------
@@ -299,7 +296,3 @@
$ git shortlog -s v0.1.0
2 Amethyst Reese
```
-
-[attribution-badge]:
- https://img.shields.io/badge/generated%20by-attribution-informational
-[attribution-url]: https://attribution.omnilib.dev
|