Skip to content

Commit

Permalink
change readme layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Nov 27, 2020
1 parent 1fea066 commit 7053f73
Showing 1 changed file with 14 additions and 22 deletions.
36 changes: 14 additions & 22 deletions README.md
@@ -1,33 +1,25 @@
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![GitHub](https://img.shields.io/github/license/histolab/histolab)](https://github.com/histolab/histolab/blob/master/LICENSE.txt)

[![Coverage Status](https://coveralls.io/repos/github/histolab/histolab/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/histolab/histolab?branch=master)
![CI](https://github.com/histolab/histolab/workflows/CI/badge.svg?branch=master)
[![Documentation Status](https://readthedocs.org/projects/histolab/badge/?version=latest)](https://histolab.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![PyPI](https://img.shields.io/pypi/v/histolab)](https://pypi.org/project/histolab/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/histolab)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/histolab)
<img width="390" alt="histolab" src="https://user-images.githubusercontent.com/4196091/84828232-048fcc00-b026-11ea-8caa-5c14bb8565bd.png">
--

**Code Quality**
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)

[![Total alerts](https://img.shields.io/lgtm/alerts/g/histolab/histolab.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/histolab/histolab/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/histolab/histolab.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/histolab/histolab/context:python)
<a href="https://www.code-inspector.com"><img src="https://www.code-inspector.com/project/13419/score/svg?kill_cache=1"></a>
<a href="https://www.code-inspector.com"><img src="https://www.code-inspector.com/project/13419/status/svg?kill_cache=1"></a>
[![CodeFactor](https://www.codefactor.io/repository/github/histolab/histolab/badge)](https://www.codefactor.io/repository/github/histolab/histolab)
| <!-- --> | <!-- -->
|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Test Status | ![CI](https://github.com/histolab/histolab/workflows/CI/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/histolab/histolab/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/histolab/histolab?branch=master) |
| Code Quality| [![Total alerts](https://img.shields.io/lgtm/alerts/g/histolab/histolab.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/histolab/histolab/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/histolab/histolab.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/histolab/histolab/context:python) <a href="https://www.code-inspector.com"><img src="https://www.code-inspector.com/project/13419/score/svg?kill_cache=1"></a> <a href="https://www.code-inspector.com"><img src="https://www.code-inspector.com/project/13419/status/svg?kill_cache=1"></a> [![CodeFactor](https://www.codefactor.io/repository/github/histolab/histolab/badge)](https://www.codefactor.io/repository/github/histolab/histolab) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)|
| Version Info| [![PyPI](https://img.shields.io/pypi/v/histolab)](https://pypi.org/project/histolab/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/histolab) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/histolab)|
| License | [![GitHub](https://img.shields.io/github/license/histolab/histolab)](https://github.com/histolab/histolab/blob/master/LICENSE.txt)|
| Documentation| [![Documentation Status](https://readthedocs.org/projects/histolab/badge/?version=latest)](https://histolab.readthedocs.io/en/latest/?badge=latest)|

**Compatibility Details**

| Operating System | Python version |
|-------------------|-----------------|
| Linux | 3.6, 3.7, 3.8 |
| MacOs | 3.6, 3.7, 3.8 |
| Windows | 3.6, 3.7 |

<img width="390" alt="histolab" src="https://user-images.githubusercontent.com/4196091/84828232-048fcc00-b026-11ea-8caa-5c14bb8565bd.png">
| Linux | <img src=https://img.shields.io/badge/-3.6%20%7C%203.7%20%7C%203.8-blue>|
| MacOs | <img src=https://img.shields.io/badge/-3.6%20%7C%203.7%20%7C%203.8-blue>|
| Windows | <img src=https://img.shields.io/badge/-3.6%20%7C%203.7%20-blue>|

---

## Table of Contents

Expand Down

0 comments on commit 7053f73

Please sign in to comment.