From 6e944ebef5137a36bba340a54d3b671edd763a1e Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Mon, 29 Dec 2014 14:38:14 -0700 Subject: [PATCH] pulling out a few badges --- README.rst | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 8ea8ff0..c0f1bc3 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ dpkt fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols -| |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer| -| |version| |downloads| |wheel| |supported-versions| |supported-implementations| +| |docs| |travis| |coveralls| |landscape| |version| +| |downloads| |wheel| |supported-versions| |supported-implementations| .. |docs| image:: https://readthedocs.org/projects/dpkt/badge/?style=flat :target: https://readthedocs.org/projects/dpkt @@ -16,10 +16,6 @@ fast, simple packet creation / parsing, with definitions for the basic TCP/IP pr :alt: Travis-CI Build Status :target: https://travis-ci.org/brifordwylie/dpkt -.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/brifordwylie/dpkt?branch=master - :alt: AppVeyor Build Status - :target: https://ci.appveyor.com/project/brifordwylie/dpkt - .. |coveralls| image:: http://img.shields.io/coveralls/brifordwylie/dpkt/master.png?style=flat :alt: Coverage Status :target: https://coveralls.io/r/brifordwylie/dpkt @@ -45,15 +41,9 @@ fast, simple packet creation / parsing, with definitions for the basic TCP/IP pr :target: https://pypi.python.org/pypi/dpkt .. |supported-implementations| image:: https://pypip.in/implementation/dpkt/badge.png?style=flat - :alt: Supported imlementations + :alt: Supported implementations :target: https://pypi.python.org/pypi/dpkt -.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/brifordwylie/dpkt/master.png?style=flat - :alt: Scrtinizer Status - :target: https://scrutinizer-ci.com/g/brifordwylie/dpkt/ - -* Free software: BSD license - Installation ============ @@ -74,9 +64,6 @@ To run the all tests run:: tox -"fast, simple packet creation / parsing, with definitions for the basic -TCP/IP protocols" - Deviations from upstream ~~~~~~~~~~~~~~~~~~~~~~~~