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
|
From: Andreas Tille <tille@debian.org>
Date: Fri, 6 Oct 2017 21:22:14 +0200
Subject: Remove privacy breaching logo
Last-Update: 2024-09-02
Forwarded: not-needed
---
README.rst | 32 ++++++++------------------------
1 file changed, 8 insertions(+), 24 deletions(-)
--- python-skbio.orig/README.rst
+++ python-skbio/README.rst
@@ -90,27 +90,11 @@
- Rob Knight (@rob-knight), Gavin Huttley (@gavinhuttley), Daniel McDonald (@wasade), Micah Hamady, Antonio Gonzalez (@antgonza), Sandra Smit, Greg Caporaso (@gregcaporaso), Jai Ram Rideout (@jairideout), Cathy Lozupone (@clozupone), Mike Robeson (@mikerobeson), Marcin Cieslik, Peter Maxwell, Jeremy Widmann, Zongzhi Liu, Michael Dwan, Logan Knecht (@loganknecht), Andrew Cochran, Jose Carlos Clemente (@cleme), Damien Coy, Levi McCracken, Andrew Butterfield, Will Van Treuren (@wdwvt1), Justin Kuczynski (@justin212k), Jose Antonio Navas Molina (@josenavas), Matthew Wakefield (@genomematt) and Jens Reeder (@jensreeder).
-.. |license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
- :alt: License
- :target: https://opensource.org/licenses/BSD-3-Clause
-.. |build| image:: https://github.com/scikit-bio/scikit-bio/actions/workflows/ci.yml/badge.svg
- :alt: Build Status
- :target: https://github.com/scikit-bio/scikit-bio/actions/workflows/ci.yml
-.. |coverage| image:: https://codecov.io/gh/scikit-bio/scikit-bio/graph/badge.svg?token=1qbzC6d2F5
- :alt: Coverage Status
- :target: https://codecov.io/gh/scikit-bio/scikit-bio
-.. |bench| image:: https://img.shields.io/badge/benchmarked%20by-asv-green.svg
- :alt: ASV Benchmarks
- :target: https://s3-us-west-2.amazonaws.com/scikit-bio.org/benchmarks/main/index.html
-.. |release| image:: https://img.shields.io/github/v/release/scikit-bio/scikit-bio.svg
- :alt: Release
- :target: https://github.com/scikit-bio/scikit-bio/releases
-.. |pypi| image:: https://img.shields.io/pypi/dm/scikit-bio.svg?label=PyPI%20downloads
- :alt: PyPI Downloads
- :target: https://pypi.org/project/scikit-bio/
-.. |conda| image:: https://img.shields.io/conda/dn/conda-forge/scikit-bio.svg?label=Conda%20downloads
- :alt: Conda Downloads
- :target: https://anaconda.org/conda-forge/scikit-bio
-.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
- :alt: Gitter
- :target: https://gitter.im/biocore/scikit-bio
+License: https://opensource.org/licenses/BSD-3-Clause
+Build Status: https://github.com/scikit-bio/scikit-bio/actions/workflows/ci.yml
+Coverage Status: https://codecov.io/gh/scikit-bio/scikit-bio
+ASV Benchmarks: https://s3-us-west-2.amazonaws.com/scikit-bio.org/benchmarks/main/index.html
+Release: https://github.com/scikit-bio/scikit-bio/releases
+PyPI Downloads: https://pypi.org/project/scikit-bio/
+Conda Downloads: https://anaconda.org/conda-forge/scikit-bio
+Gitter: https://gitter.im/biocore/scikit-bio
|