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
|
Description: Remove network accesses
Author: Filippo Rusconi <lopippo@debian.org>
Last-Update: 2024-07-23
diff --git a/README.rst b/README.rst
index 4392646..6fd6d3a 100755
--- a/README.rst
+++ b/README.rst
@@ -4,24 +4,6 @@ Introduction
############
-.. image:: https://readthedocs.org/projects/pymzml/badge/?version=latest
- :target: http://pymzml.readthedocs.io/en/latest/?badge=latest
- :alt: Documentation Status
-
-.. image:: https://img.shields.io/pypi/v/pymzML.svg
- :target: https://pypi.org/project/pymzML/
-
-.. image:: https://pepy.tech/badge/pymzml
- :target: https://pepy.tech/project/pymzml
-
-.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
- :target: https://github.com/psf/black
- :alt: As long it is black
-
-.. image:: http://depsy.org/api/package/pypi/pymzML/badge.svg
- :target: http://depsy.org/package/python/pymzML
- :alt: Research software impact
-
*******************
General information
|