From 28d8b7ea773b925c5713495fc217bbd20375d969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Wiik=20=C3=85nes?= Date: Wed, 8 Jan 2020 21:17:35 +0100 Subject: [PATCH] Create minor branch + update readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håkon Wiik Ånes --- README.rst | 48 ++++++++++++++++++++++++++------------------ kikuchipy/release.py | 2 +- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/README.rst b/README.rst index 6f6f32a9..1e63e985 100644 --- a/README.rst +++ b/README.rst @@ -1,22 +1,32 @@ -|travis-ci|_ |coveralls|_ |doc|_ |pypi_version|_ |doi|_ |black|_ - -.. |travis-ci| image:: https://api.travis-ci.org/kikuchipy/kikuchipy.svg?branch=master -.. _travis-ci: https://travis-ci.org/kikuchipy/kikuchipy - -.. |coveralls| image:: https://coveralls.io/repos/github/kikuchipy/kikuchipy/badge.svg?branch=master -.. _coveralls: https://coveralls.io/github/kikuchipy/kikuchipy?branch=master - -.. |doc| image:: https://readthedocs.org/projects/kikuchipy/badge/?version=latest -.. _doc: https://kikuchipy.readthedocs.io - -.. |pypi_version| image:: http://img.shields.io/pypi/v/kikuchipy.svg?style=flat -.. _pypi_version: https://pypi.python.org/pypi/kikuchipy - -.. |doi| image:: https://zenodo.org/badge/doi/10.5281/zenodo.3597646.svg -.. _doi: https://doi.org/10.5281/zenodo.3597646 - -.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat -.. _black: https://black.readthedocs.io +.. Travis CI +.. image:: https://travis-ci.org/kikuchipy/kikuchipy.svg?branch=master + :target: https://travis-ci.org/kikuchipy/kikuchipy + :alt: Build status + +.. Coveralls +.. image:: https://img.shields.io/coveralls/github/kikuchipy/kikuchipy.svg + :target: https://coveralls.io/github/kikuchipy/kikuchipy?branch=master + :alt: Coveralls status + +.. Read the Docs +.. image:: https://readthedocs.org/projects/kikuchipy/badge/?version=latest + :target: https://kikuchipy.readthedocs.io/en/latest/?badge=latest + :alt: Documentation status + +.. PyPI version +.. image:: https://img.shields.io/pypi/v/kikuchipy.svg + :target: https://pypi.python.org/pypi/kikuchipy + :alt: PyPI version + +.. Zenodo DOI +.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.3597646.svg + :target: https://doi.org/10.5281/zenodo.3597646 + :alt: DOI + +.. Black code style +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://black.readthedocs.io + :alt: Code style: black *KikuchiPy is an open-source Python library for processing and analysis of electron backscatter diffraction (EBSD) patterns.* diff --git a/kikuchipy/release.py b/kikuchipy/release.py index fc516800..5a9653d0 100644 --- a/kikuchipy/release.py +++ b/kikuchipy/release.py @@ -25,4 +25,4 @@ name = "kikuchipy" platforms = ["Linux", "MacOS X", "Windows"] status = "Development" -version = "0.1.2" +version = "0.1.2.dev0"