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
|
Description: Don't include status badges in docs
Author: Kurt Kremitzki <kkremitzki@gmail.com>
Last-Update: 2018-06-10
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -27,25 +27,25 @@
Installation
------------
-.. image:: http://img.shields.io/pypi/v/fluids.svg?style=flat
+.. .. image:: http://img.shields.io/pypi/v/fluids.svg?style=flat
:target: https://pypi.python.org/pypi/fluids
:alt: Version_status
-.. image:: http://img.shields.io/travis/CalebBell/fluids/master.svg?style=flat
+.. .. image:: http://img.shields.io/travis/CalebBell/fluids/master.svg?style=flat
:target: https://travis-ci.org/CalebBell/fluids
:alt: Build_status
-.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
+.. .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
:target: https://github.com/CalebBell/fluids/blob/master/LICENSE.txt
:alt: license
-.. image:: https://img.shields.io/coveralls/CalebBell/fluids.svg?
+.. .. image:: https://img.shields.io/coveralls/CalebBell/fluids.svg?
:target: https://coveralls.io/github/CalebBell/fluids
:alt: Coverage
-.. image:: https://img.shields.io/pypi/pyversions/fluids.svg?
+.. .. image:: https://img.shields.io/pypi/pyversions/fluids.svg?
:target: https://pypi.python.org/pypi/fluids
:alt: Supported_versions
-.. image:: http://img.shields.io/appveyor/ci/calebbell/fluids.svg?
+.. .. image:: http://img.shields.io/appveyor/ci/calebbell/fluids.svg?
:target: https://ci.appveyor.com/project/calebbell/fluids/branch/master
:alt: Build_status
-.. image:: https://zenodo.org/badge/48924523.svg?
+.. .. image:: https://zenodo.org/badge/48924523.svg?
:alt: Zendo
:target: https://zenodo.org/badge/latestdoi/48924523
|